单选题 What is a requirement for creating a remote database scheduler job?
相关试题
单选题 Examine these commands and output:SELECT open_mode from v4database;------------------------------------READ WRITEARCHIVE LOG LIST;Database log mode No archive ModeAutomatic archive DsiabledArchive destination USE_DB_RECOVERY_FILE_DESTNow examine these steps1 STARTUP NOMOUNT2 STARTUP MOUNT3 STARTUP FORCE4 ALTER DATABASE ARCHIVELOG5 ALTER DATABASE MOUNT;6 ALTER DATABASE OPWEN RESETLOGS7 SHUTDOWN IMMEDIATE8 ALTER DATABASE OPEN;Identify the required steps in the correct order to change the database to run in ARCHIBELOG mode.
单选题 Your production database uses file system storage. You want to move storage to Oracle Automatic Storage Management(ASM.. How would you achieve this?
单选题 One of your databases has archive logging enabled and RMAN backups are taken at regular intervals. The data file for the USERS tablespace is corrupt. Which command must you execute before starting the recovery of this tablespace?
单选题 Examine the details of he uncompressed,non-partitioned heap table CITIES.Name null typeCITYID NOT NULL NUMBER(4.CITY_NAME VARCHAR2(50.Examine the command:SQL>ALTER TABLE cities SHRINK SPACE COMPACT;What must you do before executing it?
单选题 Examine the parameters for a database instance:NAME TYPE VALUETemp_undo_enabled boolean TRUEUndo_management string AUTOUndo_retention integer 900Undo_tablespace string UNDOTBS1Your database has three undo tablespaces and the default undo tablespace is not autoextensible. Resumable space allocation is not enabled for any sessions in the database instance. What is the effect on new transactions when all undo space in the default undo tablespace is in use by active transaction?
单选题 Your database has archive logging enabled and RMAN backups are taken at regular intervals.A data file in the USERS tablespace is damaged. Which command must you execute before starting the recovery of this tablespace?
单选题 You must upgrade your Oracle 11g Database to Oracle 12c R2. Which method can you use?
单选题 You must create a table, DAILY_ORDERS, for a DSS application. Data should be compressed when using direct-path INSERT the table will also be used for occasional Dss queries.Load performance is criticalWhich compression option satisfies these requirements?