单选题 Your database has one control file and the instance is started using an SPFILE.Examine these steps:1 Issue SHUTDOWN IMMEDIATE2 Issue STARTUP MOUNT3 Issue STARTUP NOMOUNT4 Copy the existing control file to the new location5 Issue ALTER DATABASE OPEN6 Issue STARTUP7 Update the CONTROL_FILES initialization parameter in the SPFILE to include an additional file.Identify the minimum required steps in the correct order to multiplex the control file.
相关试题
单选题 All of your live databases run in ARCHIVELOG mode.On the SALES database there is no LEVEL 0 backup.Examine these commands issued against the SALES database target:RMAN> BACKUP AS BACKUPSET DATABASE ;Backup set complete, elapsed time: 00:00:03RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE ; What is true about the execution of these commands?
单选题 Examine this parameter setting:SHOW PARAMETER INMEMORY_SIZENAME TYPE VALUEInmemory_size big integer 1GNow examine this command :ALTER TABLE hr.emp INMEMORY ;Table altered .Which is true about effects of this command and any subsequent processing on hr.emp?
单选题 Examine these commands:SQL>SELECT open_mode FROM v$database ;OPEN_MODEREAD WRITESQL>ARCHIVE LOG LIST ;Database log modeNo Archive ModeAutomatic archival DisabledArchive destination USE_DB_RECOVERY_FILE_DESTNow examine these steps:
单选题 What should you do to ensure that a job stores minimal job metadata and runtime data on disk,and uses only existing PL/SQL programs?
单选题 In one of your databases, unified auditing is enabled and an SH.SALES table exists.You successfully execute these commands:SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL>AUDIT POLICY sales_pol;Which statement is true about SALES_POL?
单选题 Your database is open and the listener LTSTENER is up. You issue the comand:LSNRCTL> RELOADWhat Is the effect of RELOAD on sessions that were originally established by LISTENER?
单选题 Which naming method enables clients to connect to a database instance without any client side configuration in sqlnet.ora or tnsnames.ora?
单选题 In your database, the SALES table exists in the SH schema and unified auditing is enabled.As the DBA, you successfully execute the comands:SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL> AUDIT POLICY sales_pol;Which statement is true about the SALES_POL audit policy?