A user issues a query on the sales table and receives the following error:ERROR at line 1:ORA-01565: error in identifying file '/u0l/app/oracle/oradata/ORCL/temp01.dbf'ORA-27037: unable to obtain file statusWhich two actions would you take to recover the temporary tablespace?
Your database supports an online transaction processing (OLTP) workload in which one of the applications creates a temporary table for a session and performs transactions on it. This consumes a lot of undo tablespace and is affecting undo retention.Which two actions would you take to solve this problem?
Which two statements are true about service creation for pluggable databases (PDBs)?
You want to move your existing recovery catalog to another database.Examine the steps:1) Export the catalog data by using the Data Pump Export utility in the source database.2) Create a recovery catalog user and grant the necessary privileges in the target database.3) Create a recovery catalog by using the create catalog command.4) Import the catalog data into the new recovery catalog by using the Data Pump Import utility in the target database.5) Import the source recovery catalog schema by using the import catalog command.6) Connect to the destination database.7) Connect as catalog to the destination recovery catalog schema.Identify the option with the correct sequence for moving the recovery catalog.
Examine the command and its output:SQL> DROP TABLE EMPLOYEE;SQL> SELECT object_name AS recycle_name, original_name, type FROM recyclebin;RECYCLE_NAMEORIGINAL_NAMETYPE --------------------------------------------------------------------- binsgk31sj/3akk5hg3j21kl5j3d==$0EMPLOYEE TABLEYou then successfully execute the command:SQL> FLASHBACK TABLE "BINSgk31sj/3akk5hg3j21kl5j3d==$0" TO BEFORE DROP;Which two statements are true?
Which two statements are true about scheduling operations in a pluggable database (PDB)?