In the SPFILE, UNDOJTABLESPACEis Set to UNDOTBS.You rename the undotbs undo tablespace:ALTER TABLESPACE undotbs RENAME TO undotbs_old;Which statement is true?
Which two statements are true about dropping a pluggable database (PDB)?
On your Oracle 12c database, you invoke SQL*Loader to load data into the employees table in the hr schema by issuing the command:S>sqlldrhr/hr@pdb table=employeesWhich two statements are true about the command?
Which three RMAN persistent settings can be set for a database?
Your production database is running in archivelog mode. You use RMAN with a recovery catalog to back up your database to media and the database is uniquely identified in the recovery catalog.You want to create a test database from the production database and allow the production database to remain open during the duplicate process. You restore the database backups to a new host with the same directory structure as the production database and want to use the recovery catalog for future backups after the database is successfully restored to the new host.How would you achieve this?
Which two statements are true about scheduling operations in a pluggable database (PDB)?