What is the implication of the above command?

Examine the following command:
SQL>ALTER SESSION
SET plsql_warnings *
‘enable:severe’,
‘enable:performance’,
‘ERROR:05003’;

What is the implication of the above command?

Examine the following command:
SQL>ALTER SESSION
SET plsql_warnings *
‘enable:severe’,
‘enable:performance’,
‘ERROR:05003’;

What is the implication of the above command?

A.
It issues a warning whenever ERROR: 05003 occur during compilation.

B.
It causes the compilation to fail whenever the warning ERROR.05003 occurs.

C.
It issues warnings whenever the code causes an unexpected action or wrong results performance problems.

D.
It causes the compilation to fail whenever the code gives wrong results or contains statements that are never executed.



Leave a Reply 24

Your email address will not be published. Required fields are marked *


sictacuisses

sictacuisses

I examined this site:
http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/errors.htm

In my opinion answer C is genuine gibberish. “Performance problems” seem to be copied and pasted from this page without any relation to the rest of the sentence. Did anyone ever see this question in the exam?

This is the original text:
҉ۢSEVERE: Messages for conditions that might cause unexpected behavior or wrong results, such as aliasing problems with parameters.

•PERFORMANCE: Messages for conditions that might cause performance problems, such as passing a VARCHAR2 value to a NUMBER column in an INSERT statement.”

ankur

ankur

B is for sure. not sure about C.

kar

kar

C is sure not sure of B

Tana

Tana

B and C for sure they are both of the warning charactaristcs

abhishek

abhishek

hey has any1 cleared the exam studying only these dumps here???

sushma

sushma

HI..are these dumps enough to clear the test? please let me know..
Thankyou

ninchi

ninchi

in my opinion, B is more corrected than C.
ERROR:Treat a specific warning or a set of warnings as errors

Aarti

Aarti

i think B is correct.

Alonso

Alonso

“ERROR.05003” is not a warning code, just 05003

P0

P0

I have marked answer C on my exam and it was wrong answer, so I guess B is correct. Pretty strange cause “ERROR:05003” is not a warning code, just 05003 :/

lik

lik

are these enough for clearing exam ?
hi po,

does these dumps enough to clera exam

S!d

S!d

C is surely not the answer as per Exam Engine because today i marked my option C and it proved out to be a wrong option. Another better answer would then be B – It causes the compilation to fail whenever the warning ERROR.05003 occurs.

JP

JP

You can also treat particular messages as errors instead of warnings. For example, if you know that the warning message PLW-05003 represents a serious problem in your code, including ‘ERROR:05003’ in the PLSQL_WARNINGS setting makes that condition trigger an error message (PLS_05003) instead of a warning message. An error message causes the compilation to fail.

ANS : B

reference : http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/errors.htm

piero

piero

C
warning error.05033 don’t exists…..
exists only warning 05033
and with plsql_WARNINGS
PLSW…BECOMES PLSS

George

George

please anyone advice me (B or C)

martin

martin

B is correct as per JP explanations and link above

FAHAMIDA(IDB23)

FAHAMIDA(IDB23)

Ans-B,
PLSQL 11G BOOK PART 2, LES_10.PPT PG-18

Leo Yu

Leo Yu

hyperlink please?