The log sequence is reset to 0.
All the online redo logs are deleted.
All the archived redo logs from a previous incarnation become useless.
The full database backup taken from a previous incarnation can be used in future.
Only the control file and online redo log files are updated with a new RESETLOGS SCN and time stamp.
第1题:
You have recovered your Oracle Database 10g by using the control file backup because all copies of the current control file have been lost due to a media failure. You open your database by using the following statement: SQL>ALTER DATABASE OPEN RESETLOGS; Which of the following options is true about using the RESETLOGS option?()
第2题:
You want to administer your PROD database from a remote host machine using a Web-enabled interface. Which Oracle tool would you use to accomplish this task efficiently without using command-line interfaces?()
第3题:
Your database is configured in NOARCHIVELOG mode. All the control files have been lost due to a hard disk failure but the data files are not lost. You have the closed whole database backup available to you. Which two statements are true in this scenario?()
第4题:
You are maintaining your database in Oracle10g. You find that the INDEXES index tablespace should be recovered. How will you recover the index tablespace?()
第5题:
average row size
last analyzed date
size of table in bytes
size of table in database blocks
number of free blocks in the free list
number of extents present in the table
第6题:
The Oracle kernel will be placed in this location.
The Oracle software will be placed in this location.
The server parameter file (SPFILE) will be placed in this location.
The database files will be placed in this location, if not specified explicitly.
The location will be considered for the base of Oracle Managed Files (OMF).
The location will be considered for the base of Optimal Flexible Architecture (OFA).
第7题:
You must use Oracle predefined names to identify raw partitions that will hold OMF structures.
You must define directories for two online redo log groups and three copies of the control file.
If your CREATE DATABASE command fails, any OMF database files that have already been created will be dropped automatically.
You must use only OMF data files when adding new tablespaces or data files to your database in the future.
第8题:
2,3,5
1,2,4
1,2,4,5
1, 2, 3, 4, 5
第9题:
The log sequence is reset to 0.
All the online redo logs are deleted.
All the archived redo logs from a previous incarnation become useless.
The full database backup taken from a previous incarnation can be used in future.
Only the control file and online redo log files are updated with a new RESETLOGS SCN and time stamp.
第10题:
use the external table population
use the Oracle Data Pump export and import utility
use the conventional path data load of SQL*Loader utility
use the direct path data load of Oracle export and import utility
第11题:
Application Server Control
Oracle Management Service
Oracle Enterprise Manager Repository
Oracle Enterprise Manager Database Control
第12题:
Opening the database in RESTRICTED mode
Opening the database with the RESETLOGS option
Setting a new DBID for the newly restored database
Restoring the server parameter file (SPFILE) to the new host
第13题:
You work as a database administrator for Supportcenter.cn. In your Oracle database 10g installation you have set ORACLE_BASE to /u01/app/oracle. Which objective will be achieved by this setting?()
第14题:
If you create your database using Oracle Managed Files (OMF), what is true?()
第15题:
You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()
第16题:
Flashback Database is enabled in your Oracle 10g database. One of your database users erroneously purged an important table residing in his schema. The table was purged sometime between 10:00 P.M. and 10:30 P.M. The next day, you decide to flash back the database. Before you flash back the database, you want to ensure that you have all the necessary flashback data. Which dynamic performance view must you use to determine whether you have the required flashback data to recover the purged table?()
第17题:
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE
ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING
第18题:
by using the Flashback Database feature
by using RMAN incomplete recovery
by performing a user-managed incomplete recovery
by dropping and re-creating the index tablespace
第19题:
Use only the first address.
Try one address,selected at random.
Try each address,in order,until one succeeds.
Try each address,randomly,until one succeeds.
第20题:
The database does not record flashback logs for MY_TABLESPACE
The tables residing in MY_TABLESPACE are not protected by the Recycle Bin.
All the tablespaces except MY_TABLESPACE can be recovered using Flashback Database feature.
None of the flashback technologies, such as Flashback Table, Flashback Transaction Query and Flashback Version Query can be used to recover individual rows within the objects from MY_TABLESPACE
第21题:
by using the RMAN utility
by using the export/import utility
by using the ALTER DATABASE command
by enabling the change tracking feature
第22题:
SQL*Plus
iSQL*Plus
Management Server
Management Repository
Oracle Enterprise Manager 10g Database Control
第23题:
The instance aborts.
The database cannot be recovered.
The database can be recovered by restoring the control files from the backup.
The database remains opened and you have to shut it down with the ABORT option.
The database can be restored till the point of the last closed whole database backup.
第24题:
target database
auxiliary database
third-party database
recovery catalog database