Identify the two situations in which the alert log file is updated with details. (Choose two.)
A.
Inserting a value in a table returns “ORA-00001: unique constraint (SYS.PK_TECHP)
violated.”
B.
Creating a table returns “ORA-00955: name is already used by an existing object’
C.
Rebuilding an index using ALTER INDEX …. REBUILD fails with an error “ORA-01578:
ORACLE data block corrupted (file #14, block #50).”
D.
Running a query on a table returns “ORA-600: Internal Error”
E.
Inserting a value in a table returns “ORA-01722: Invalid Number”
F.
Rebuilding an index using ALTER INDEX…REBUILD fails with an error “ORA-01578:
ORACLE data block corrupted (file # 14, block @ 50).”
Guys, the correct answers was : C and D
correct answer is D and F
Не вводи людей в заблуждение !!
Не вводи людей в заблуждение !! Correct answers: C & D
F has the invalid character @
instead of #
C and D
There’s an extra character “.” on “C”. That’s why “F” is the correct answer.
D & F
F is not correct because @ is used at address of block. It should be #, like
ORA-01578: ORACLE data block corrupted (file # 2, block # 88580)
correct answer is D and F
The answer is:
D.
Running a query on a table returns “ORA-600: Internal Error”
F.
Rebuilding an index using ALTER INDEX…REBUILD fails with an error “ORA-01578:
ORACLE data block corrupted (file # 14, block @ 50).”