Examine this command:SQL> CREATE DATABASE cdb1 -DEFAULT TABLESPACE users -DEFAULT TEMPORARY TABLESPACE tempUNDO TABLESPACE undotbs1 -ENABLE PLUGGABLE DATABASE -SEED -SYSTEM DATAFILES SIZE 125M AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITEDSYSAUX DATAFILES SIZE 100M;Which two requirements must be met to ensure that CDB1 is created?
After implementing full Oracle Data Redaction, you change the default value for the number data type as follows:SQL> SELECT NUMBER_VALUE FROM REDACTION_VALUES_FOR_TYPE_FULL; NUMBER_VALUE-------------------------SQL> EXEC DBMS_REDACT.UPDATE_FULL_REDACTI0N_VALUES(-1)PL/SQL procedure successfully completed.SQL> select number_value from redaction_values_for_type_full;NUMBER VALUE --------------------------1After changing the value, you notice that FULL redaction continues to redact numeric data with a zero.What must you do to activate the new default value for numeric full redaction?
You want to create a guaranteed restore point for your database by executing the command:SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE;Identify two prerequisites for the successful execution of this command.
Which two parameters must be set to configure the fast recovery area?
Your database has a table customer that contains the columns cust_name, amt_due, and old_status.Examine the commands executed and their output:Why is it that only one update is listed by the Flashback Version Query?
Which two statements are true about scheduling operations in a pluggable database (PDB)?