1,2,3,4
3,2,4,1
4,2,1,3
4,3,2,1
第1题:
You work as a database administrator for Supportcenter.cn. Your database is opened inNOARCHIVEKLOG mode. You decide to place the database in ARCHIVELOG mode. How would you do this?()
第2题:
You want to enable archiving on your database. Presently, the database is running inNOARCHIVELOG mode. Given below are the steps to accomplish the task in random order: 1:Shut down the instance. 2:Execute the ALTER DATABASE ARCHIVELOG command. 3:Start up the instance and mount the database. 4:Set the DB_RECOVERY_FILE_DEST initialization parameter to $ORACLE_HOME/dest_1. 5: Open the database. Which is the correct sequence of steps for accomplishing the task()
第3题:
You are working on an instance started using the SPFILE. You want to move the Flash Recovery Area of yourdatabase to a new location. You want the Flashback log files to be stored in the new location. Given below are the steps to accomplish the task in random order: 1.Shut down the instance. 2.Change the value of the DB_RECOVERY_FILE_DEST initialization parameter to a new value. 3.Execute the ALTER DATABASE FLASHBACK OFF command. 4.Start up the instance and mount the database. 5.Execute the ALTER DATABASE FLASHBACK ON command. 6.Open the database. Select the correct order in which these tasks need to be performed.()
第4题:
What is the correct order of steps to perform an online database backup?() a. alter database begin backup b. alter database end backup c. Back up the database datafiles d. Back up the archive log files e. alter system switch logfile
第5题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. You are log shipping the Adventureworks database to a remote SQL Server 2008 instance. The primary SQL Server instance required a restart during the weekend. But you notice that log shipping has stopped working after the weekend. You have to check log shipping of the Adventureworks database and find out the problem. What should you do? ()
第6题:
ALTER DATABASE FLASHBACK ON;
GRANT SELECT any transaction TO scott;
GRANT EXECUTE ON dbms_flashback TO scott;
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
ALTER TABLESPACE undots1 RETENTION GUARANTEE;
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;
第7题:
Create a database role named BankTerminals.
Grant the BankTerminals role the Execute permission for the WoodgroveBanking database.
Grant database access to the Windows Bank Terminals group, and add the group to the BankTerminals role.
Grant the BankTerminals role the Execute permission for the Bank schema.
Grant the Windows Bank Terminals group the Execute permission for the Bank schema.
Grant the BankTerminals role the Execute permission for all stored procedures and user-defined functions in the Bank schema.
第8题:
a, b, c, d, e
e, d, a, b, c
a, c, b, d, e
d, b, c, a, e
a, c, b, e, d
第9题:
7, 1, 5, 2, 3, 6, 4
1, 5, 7, 2, 3, 6; step 4 is not required
7, 1, 5, 2, 3, 6; step 4 is not requiredThis document was downloaded from =>> http://www.amaderforum.com
1, 2, 3, 5, 6, 4; step 7 is not required
第10题:
2,1,4,3,5,6
1,4,3,2,6,5
1,4,2,6,3,5
3,2,1,4,5,6
第11题:
when multiple databases are to be registered with the listener
when DBAs need to connect remotely to start up the database instance
when users need to connect the database instance using the host naming method
when the database instance that is to be registered with the listener is configured in shared server mode
第12题:
Execute the ALTER DATABASE ARCHIVELOG statement
Select ARCHIVELOG option in the database control and restart the database to apply the changes.
Shut down and start the instance, and in the NOMOUNT state execute the ALTER DATABASE ARCHIVELOG statement.
Shut down and start the instance, mount the database, then execute the ALTER DATABASE ARCHIVELOG statement.
第13题:
You want to enable archiving on your database. Presently, the database is running in NOARCHIVELOG mode.Given below are the steps to accomplish the task in random order: 1. Shut down the instance. 2. Execute the ALTER DATABASE ARCHIVELOG command. 3. Start up the instance and mount the database. 4. Set the DB_RECOVERY_FILE_DEST initialization parameter to $ORACLE_HOME/dest_1. 5. Open the database. Which is the correct sequence of steps for accomplishing the task()
第14题:
In which situation would you use static database registration for a listener()
第15题:
You are working on an instance started using the SPFILE. You want to move the Flash Recovery Areaof your database to a new location. You want the Flashback log files to be stored in the new location. Given below are the steps to accomplish the task in random order: 1)Shut down the instance. 2)Change the value of the DB_RECOVERY_FILE_DEST initialization parameter to a new value. 3)Execute the ALTER DATABASE FLASHBACK OFF command. 4)Start up the instance and mount the database. 5)Execute the ALTER DATABASE FLASHBACKON command. 6)Open the database. Select the correct order in which these tasks need to be performed. ()
第16题:
Your ARCHIVELOG-mode database has lost three datafiles and shut down. One is assigned to the SYSTEM tablespace and two are assigned to the USERS tablespace. You can choose from the following steps to recover your database: a. Restore the three database datafiles that were lost. b. Issue the Startup Mount command to mount the database. c. Issue the alter database open command. d. Issue the alter database open resetlogs command. e. Recover the database using the recover database command. f. Recover the datafiles with the recover datafile command. g. Take the datafiles offline. Which is the correct order of these steps in this case?()
第17题:
2,1,4,3,5,6
1,4,3,2,6,5
1,4,2,6,3,5
3,2,1,4,5,6
第18题:
4, 1, 3, 2, 5
1, 3, 4, 5, 2
1, 3, 2, 5; 4 not required
4, 1, 5, 2; 3 not required
1, 3, 4, 5; 2 not required
第19题:
4, 1, 3, 2, 5
1, 3, 4, 5, 2
1, 3, 2, 5; 4 not required
4, 1, 5, 2; 3 not required
1, 3, 4, 5; 2 not required
第20题:
1,2,3,4
3,2,4,1
4,2,1,3
4,3,2,1
第21题:
4,1,3,2,5
1,3,4,5,2
1,3,2,5;4 not required
4,1,5,2;3 not required
1,3,4,5;2 not required
第22题:
back up the database, stop the wcs, upgrade the wcs, restore the database, start the wcs
stop the wcs, back up the database, upgrade the wcs, restore the database, start the wcs
back up the database, stop the wcs, upgrade the wcs, start the wcs, restore the database
stop the wcs, back up the database, upgrade the wcs, start the wcs, restore the database
第23题:
a, b, c, d, e
e, d, a, b, c
a, c, b, d, e
d, b, c, a, e
a, c, b, e, d
第24题:
a, b, e, c
b, e, d
a, b, d, c
b, g, c, f
a, b, d, f