Which two actions does an incremental checkpoint perform?
In your Oracle 12c database, you invoke SQL *Loader Express Mode command to load data:
$> sqlldr hr/hr table=employees
Which two statements are true about this command? (Choose two.)
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 of 10 minutes session idle time before being logged off automatically.
Which two would you do to implement this? (Choose two.)
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?
You perform RMAN backups for your database and use a recovery catalog for managing the backups. To free space,
you execute this command:
RMAN> DELETE OBSOLETE;
Which three statements are true is this scenario?