127. Identify the two situations in which the alert log file is updated with details. (Choose two.)
A.Running a query on a table returns "ORA-600: Internal Error."
B.Inserting a value in a table returns "ORA-01722: invalid number."
C.Creating a table returns "ORA-00955: name is already used by an existing object."
D.Inserting a value in a table returns "ORA-00001: unique constraint (SYS.PK_TECHP) violated."
E.Rebuilding an index using ALTER INDEX ...REBUILD fails with an error "ORA-01578: ORACLE data
block corrupted (file # 14, block # 50)."
Answer: AE
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12709243
本文详细介绍了Oracle数据库中的警报日志(alert log),包括其位置、内容及记录的关键事件,如内部错误、块损坏等,并解释了何时会在警报日志中更新这些详细信息。
1340

被折叠的 条评论
为什么被折叠?



