The standby database is protected against write operations.
The primary database is protected against write operations.
The primary database is protected against data loss and data divergence.
The standby database is protected against data loss and data divergence.
第1题:
The list below displays four steps that you need to execute in order to switch from the primary database role to the standby database role. Choose the correct order of execution for the steps.() 1. Shot down and start up the former primary instance without mounting the instance. 2. Issue the ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY command. 3. Issue the ALTER DATABASE MOUNTS STANDBY DATABASE command. 4. End read or update activity on the former primary and standby database.
第2题:
Which command is used to open the database after an incomplete recovery?()
第3题:
What type of protection is implemented when the DBA issues the ALTER DATABASE SET STANDBY DATABASE PROTECTED; command?()
第4题:
You are managing a single instance Oracle 10g database that utilizes the following parameters: Which of the following set of commands must you execute to enable Flashback Database?()
第5题:
A user issues a SELECT command against the Oracle database. Which of the following choices describes a step that Oracle will execute in support of this statement?()
第6题:
You are a database administrator for your company. The company uses a vendor company’s application that is based on a proprietary database. You query data from the application database and import the data into a SQL Server 2005 database. The application vendor provides you with a new OLE DB driver to be used when querying the application database. Company policy prohibits connections between the SQL Server database and the application database, except when querying this data. You need to provide a way to query data from the application database. What should you?()
第7题:
alter database backup controlfile
alter database backup controlfile to trace
alter database controlfile backup
alter database controlfile backup to ’/ora01/oracle/ctrl_backup.ctl’
alter database begin controlfile backup
第8题:
The standby database is protected against write operations.
The primary database is protected against write operations.
The primary database is protected against data loss and data divergence.
The standby database is protected against data loss and data divergence.
第9题:
Restore the USERS01.dbf file from the backup, and open the database using the STARTUP command.
Restore the USERS01.dbf file using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
Restore the USERS01.dbf file from the backup, recover the USERS tablespace using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
Restore the USERS01.dbf file from the backup and change the status of the USERS tablespace from read-only to read-write using the ALTER TABLESPACE USERS READ WRITE statement. Then, recover the USERS tablespace using the RECOVER TABLESPACE command, and open the database using the ALTER DATABASE OPEN statement.
第10题:
’SQL ALTER DATABASE OPEN’;
SQL ALTER DATABASE ’OPEN’;
OPEN DATABASE;
DATABASE OPEN
第11题:
a, b, c, d, e, f
c, d, a, b, f
d, c, a, b, f
d, b, d, c, e
d, c, a, b, e
第12题:
The alter database archivelog command will fail
The alter database archivelog inconsistent command must be used to put the database in ARCHIVELOG mode
The alter database archivelog command will succeed
The alter database archivelog command will ask if you want to make the database consistent first
There is no alter database archivelog command. The correct command is alter database alterlogging
第13题:
RMAN enables you to open the target database when it is already mounted. Which command must you execute at the RMAN prompt to open the database?()
第14题:
The database is currently running in the NOARCHIVELOG mode. What would be the first step to configure Flashback Database?()
第15题:
When performing a full database disaster recovery with RMAN, in what order would you execute these steps?() a. Restore the control file from autobackups. b. Run the RMAN restore and recover command. c.Restore the database spfile from autobackups. d. Make the RMAN backup set pieces available. e. Open the database with the alter database open resetlogs command. f.Open the database with the alter database open command.
第16题:
Adam is working as a Database Administrator (DBA) for TeleSoft Corporation. His database is running in the ARCHIVELOG mode. During database startup, he discovers that one of the disks crashed, resulting in the permanent loss of a read-write USERS tablespace. The USERS01.dbf datafile belongs to the USERS tablespace and is 500 MB in size. He needs to recover the USERS tablespace from the backup. While reviewing the backup details, he discovers that the most recent available backup is five days old. This backup was taken when the USERS tablespace was read-only. After correcting the hardware problem that caused the failure, what should Adam do to recover the USERS tablespace?()
第17题:
What are three purposes of the RMAN “FROM” clause?()
第18题:
The shared logical volumes and filesystems did not have database permissions.
There was a test instance running on the standby system that must be shutdown.
The tablespaces had an indicator indicating that the database had not shutdown properly.
The startup script for the highly available instance did not first perform cleanup operations.
第19题:
Enable flashback logging.
Start the database in the ARCHIVELOG mode.
Issue the ALTER DATABASE FLASHBACK ON; command.
Set the FAST_START_MTTR_TARGET initialization parameter.
第20题:
1,2,3,4
3,2,4,1
4,2,1,3
4,3,2,1
第21题:
alter database archivelog
alter system enable archivelog mode
alter database enable archive
alter database archivelog enable
None of the above
第22题:
alter database open
alter database open repairlog
alter database open resetlogs
alter database open resetlog
alter database resetlogs open
第23题:
STARTUP MOUNT EXCLUSIVE ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
STARTUP MOUNT ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT EXCLUSIVE ATLER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT ALTER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
第24题:
SYNC or ASYNC to identify the network transmission mode.
LGWR or ARCH to identify the primary database process responsible for sending redo information to the standby.
AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be performed synchronously or asynchronously.
PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the standby database.