单选题 Your database is running in noarchivelog mode. One of the data files belonging to the system tablespace is corrupted. You notice that all online redo logs have been overwritten since the last backup.
Which method would you use to recover the datafile?
相关试题
单选题 You are administering a multitenant container database (CDB) cdb1.
Examine the command andits output:
SQL>show parameter file
NAME TYPE VALUE
-----------------------------------------------------------------------
Db_create_file_dest string
Db_file_name_convert string
Db_files integer 200
You verify that sufficient disk space is available and that no file currently exists in the
‘/u0l/app/oracle/oradata/cdb1/salesdb' location.
You plan to create a new pluggable database (PDB) by using the command:
SQL>CREATE PLUGGABLE DATABASE SALESPDB
ADMIN USER salesadm IDENTIFIED BY password ROLES=(dba)
DEFAULT TABLESPACE sales
DATAFILE '/u01/app/oracle/oradata/cdb1/salesdb/sales01.dbf’ SIZE 250M AUTOEXTEND
ON
FILE_NAME_CONVERT=(‘/u01/app/oracle/oradata/cdb1/pdbseed/',
'/u01/app/oracle/oradata/cdb1/salesdb/')
STORAGE(MAXSIZE 2G)
PATH_PREFIX='/u01/app/oracle/oradata/cdb1/SALESPDB';
Which statement is true?
单选题 You are administering a database that supports data warehousing workload and Is
Running in noarchivelog mode. You use RMAN to perform a level 0 backup on Sundays and level 1 Incremental backups on all the other days of the week.
One of the data files is corrupted and the current online redo log file is lost because of a media failure. You want to recover the data file.
Examine the steps involved in the recovery process:
1 Shut down the database instance.
2 Start up the database instance in nomount state.
3 Mount the database.
4 Take the data file offline.
5 Put the data file online.
6 Restore the controlfile.
7 Restore the database.
8 Restore the data file.
9 Open the database with the resetlogs option.
10 Recover the database with the no redo option.
11 Recover the data file with the no redo option.
Identify the required steps in the correct order.
单选题 Youare administering a multitenant container database (CDB)that contains multiplepluggable databases (PDBs). You are connected to cdb$root as the sysuser.
You execute the commands:
SQL> CREATE USER C##ADMIN IDENTIFIED BY orcl123;
SQL> CREATE ROLE C##CONNECT;
SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT; SQL>
GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;
Which statement is true about the c##connect role?
单选题 Your multitenant container database (CDB) contains multiple pluggable databases (PDBs).
You execute the command to create a common user:
SQL> CREATE USER c##a_admin IDENTIFIED BY password DEFAULT TABLESPACE users
QUOTA 100M ON users TEMPORARY TABLESPACE temp;
Which statement is true about the execution of the command?
单选题 You want to consolidate databases for the CRM, ERP, and SCM applications by migrating them
To pluggable databases (PDBs). You have already created a test system to support the
Consolidation of databases in a multitenant container database (CDB) that has multiple PDBs.
What is the easiest way to perform capacity planning for consolidation?
单选题 You are required to migrate your 11.2.0.3 database to an Oracle 12c database. Examine
7 / 60the list of steps that might be used to accomplish this task:
1 Place all user-defined tablespaces in read-only mode on the source database.
2 Use the RMAN convert command to convert data files to the target platform's endian format,
If required.
3 Perform a full transportable export on the source database with the parameters
VERSI0N=I2, TRANSPORTABLE=ALWAYS, and FULL=Y.
4 Transport the data files for all the user-defined tablespaces.
5 Transport the export dump file to the target database.
6 Perform an import on the target database by using the full, network_link, and
Transportable_datafiles parameters.
7 Perform an import on the target database by using the full and transportable_datafiles
Parameters.
Identify the required steps in the correct order.
单选题 Examine the command:
$expdp SYSTEM FULL=Y DUMPFILE=dpump_dir1:full1%U.dmp, dpump_dir2:full2% U.dmp,
Dpump_dir3:full3%U.dmp FILESIZE=400M PARALLEL=3 JOB_NAME=expfull
Which statement is true about the execution of the command?
单选题 You execute the RMAN commands:
4 / 60RMAN> BACKUP VALIDATE DATABASE;
RMAN> RECOVER CORRUPTION LIST;
Which task is performed by these commands?