Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.A user issues a query on a table on one of the PDBs and receives the following error:ERROR at line 1:ORA-01565: error in identifying file /u01/app/oracle/oradata/CDB1/temp01.tmpORA-27037: unable to obtain file statusIdentify two ways to rectify the error. (Choose two.)
Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:Which two statements are true about redefining the table? (Choose two.)
To complete the online redefinition procedure, you execute the following command;EXECUTE DBMS_REDEFINITION.FINISH_REDEF_TABLE("˜SH', "˜SALES', "˜INT_SALES', 600);What is the significance of the dml_lock_timeout period of 600 seconds in the preceding command?
Which statement is true about Oracle Net Listener?
You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.In which three ways can you re-create the lost disk group and restore the data?
Which two statements are true about Oracle Managed Files (OMF)? (Choose two.)