A user establishes a connection to a database instance by using an Oracle Net. You want to ensure that:
1. The user account must be locked after five consecutive unsuccessful login attempts.
2. Data read per session must be limited for the user.
3. The user cannot have more than three simultaneous sessions.
4. The user must have a maximum minutes session idle time before being logged off automatically. Which two would you do to implement this? (Choose two.)
Correct Answer:BE
Which three file types are stored in the Fast Recovery Area by default in a traditional nonOMF file system? (Choose three.)
Correct Answer:ADF
You want to flash back a test database by five hours. You issue this command:
SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);
Which two statements are true about this flashback scenario? (Choose two.)
Correct Answer:BE
A database is stored in an Automatic Storage Management (ASM) disk group, disk group, DGROUP1 with SQL:
There is enough free space in the disk group for mirroring to be done.
What happens if the CONTROLLER1 failure group becomes unavailable due to error of for maintenance?
Correct Answer:D
Examine these two statements:
Which three are true about the MRKT tablespace? (Choose three.)
Correct Answer:CDE
Examine the command:
SQL> CREATE TABLESPACE test1
DATAFILE '/u01/app/oracle/oradata/orc1/test01.dbf' SIZE 5M AUTOEXTEND ON UNIFORM;
Which statement is true?
Correct Answer:C