单项选择题
A.The online redo log files and archived redo log files are required to accomplish the recovery.
B.The uncommitted transaction will be committed at the next startup of the database instance.
C.The uncommitted transaction is rolled back automatically at the next opening of the database.
D.The DBA has to perform the recovery on the database to recover the uncommitted transaction.
单项选择题 Given below is a list of scenarios: 1)A user terminates his session abnormally. 2)The connection between the server and the client application terminates because of a network failure. 3)A schema is accidentally dropped. 4)The tablespace is accidentally dropped from the database. 5)The hard disk gets corrupted and the data files in the disk are lost. 6)The database instance abnormally shuts down because of power failure. Which scenarios require DBA intervention to perform recovery()
多项选择题 InwhichofthescenarioswilltheDBAperformrecovery()
单项选择题 View the Exhibit and examine the parameters. User A executes the following command to update the TRANS table: SQL> UPDATE B.trans SET tr_amt=tr_amt+500 WHERE c_code=’C005’; Before user A issues a COMMIT or ROLLBACK command, user B executes the following command onthe TRANS table: SQL> ALTER TABLE trans MODIFY (tr_type VARCHAR2(3)); What would happen in this scenario()