ALTER DATABASE DROP LOGFILE GROUP 1
ALTER DATABASE CLEAR LOGFILE GROUP 1
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’
第1题:
ALTER DATABASE DROP LOGFILE GROUP 1
ALTER DATABASE CLEAR LOGFILE GROUP 1
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’
第2题:
The database must be opened in restricted mode.
The database must be configured to run in ARCHIVELOG mode.
The tablespaces are required to be in backup mode before taking the backup.
The tablespaces are required to be in read-only mode before taking the backup
第3题:
Issue the ALTER DISKGROUP ... ADD DISK command.
Issue the ALTER DISKGROUP ... UNDROP DISKS command.
Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.
Retrieve the disk from the Recycle Bin after the operation completes
第4题:
2,3,1,4,5
2,1,3,6,5
1,3,5,4
2,1,3,5,6
2,1,3,4,5
第5题:
ARCHIVELOG mode must be enabled
Row Movement must be enabled for the table
FLASHBACK must be set to ON for the database
The UNDO_MANAGEMENT parameter must be set to AUTO
The UNDO_RETENTION parameter must be set appropriately
第6题:
reset incarnation
incarnation reset
reset database to incarnation
reset database incarnation
reset databse incarnation number
第7题:
The my_data_01.dbf datafile is corrupted and needs to be restored.
The my_data_01.dbf datafile has not yet been backed up. This report does not imply that the data in the datafile can not be recovered.
The my_data_01.dbf datafile has not yet been backed up. This report implies that the data in the datafile can not be recovered.
The my_data_01.dbf datafile no longer meets the retention criteria for backups.
Datafile 5 is missing.
第8题:
EM Database home page, Software and Support, SQL Advisors, Automatic SQL Tuning Advisor.
EM Database home page, Software and Support, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.
EM Database home page, Software and Support, Support Workbench, Advisor Central, SQL Advisors, Automatic SQL Tuning Advisor.
Either B or C
All of the above
第9题:
After two days, a backup will be marked obsolete
After two days, a backup will be deleted from the media
If the RMAN repository has records of two or more recent backups of a file, then older backups will be deleted from the media.
If the RMAN repository has records of two or more recent backups of a file, then older backups will be marked obsolete.
第10题:
redo logs
control file
temporary files of temporary tablespace
the latest backup of only the damaged data file
the latest backup of all the data files In the USERS tablespace
第11题:
Flashback queries
Shared server requests
Login and logoff activities of sessions
Direct path load of data from external files by using utilities such as SQL *loader
Data definition language (DDL) and data manipulation language (DML) operations
第12题:
100KB default, 10TB maximum
256KB default, 1024MB maximum
10MB default, 126PB maximum
64KB default, 1EB maximum
1MB default, 64MB maximum
第13题:
The tablespace must be locally managed.
The tablespace must have only one temp file.
The tablespace must be made nondefault and offline.
The tablespace can remain as the default but must have no active sort operations.
第14题:
TRUNCATE the archive table.
DROP the Flashback Data Archive.
Nothing;expired rows are automatically removed.
Nothing;expired rows are moved to an archive table.
Delete entries from the archive where the metadata date retained is greater than the retention period.
第15题:
/u01/app/oracle/product/11.1.0/db_1
/u01/app/oracle
$ORACLE_HOME/bdump
$ORACLE_HOME/log
第16题:
You cannot perform the TSPITR with the constraints enabled.
You must perform the TSPITR recovery of both tablespaces for it to be successful.
You can perform TSPITR only on the USERS tablespace.
RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it automatically.
The TSPITR will only be successful if the constraint is enabled.
第17题:
Backup-based database duplication.
Active database duplication.
Tablespace point-in-time recovery.
No operation requires the creation of an auxiliary instance.
第18题:
An upper limit on how far you can flash back the database,depending on the information in the redo logs
An upper limit on how far you can flash back the database,depending on the information in the undo tablespace
The amount of time for which the flashback data is to be kept in the flash recovery area, provided that there is enough space
The amount of time for which the flashback data is guaranteed to be kept in the undo tablespace,provided that there is enough space
第19题:
The job will need to be reenabled before it will execute again.
The job may hold locks on objects referenced within it.
All jobs within the job group will also be stopped.
The job may leave data in an inconsistent state.
There is no danger in using the STOP_JOB procedure.
第20题:
The dependent materialized view should have a complete refresh performed after the online table redefinition process.
Triggers with the PRECEDES clause should be disabled before the online table redefinition process.
Referential integrity constraints must be manually enabled after the online table redefinition process.
The materialized log should be dropped before the online table redefinition process.
第21题:
The command restores only the missing control file.
The command restores all the control files.
The command fails because the database is running.
This is the correct way to address this problem.
This is not the correct way to address this problem.
第22题:
It is used to change failure priority only for HIGH or LOW priorities.
It is used to execute the advised repair script.
It is used to change failure priority only for the CRITICAL priority.
It is used to explicitly close the open failures.
It is used to inform the database about the repair after the repair script executes.
第23题:
Set the ASM compatibility attribute for the ASM disk group to 11.1.0.
Set the RDBMS compatibility attribute for the ASM disk group to 11.1.0.
Set the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.
Set the COMPATIBLE initialization parameter for the database instance to 11.1.0.
第24题:
Put the database in hot backup mode and perform an online backup,including backing up the archived redo logs.
Just back up the database datafiles without shutting down the database.
You will have to wait until you can shut down the database to perform the backup.
Mark each datafile as backup in progress, back them up individually,and then mark them as backup not in progress. No archived redo logs will need to be backed up.
Only back up the datafiles that the user will not be touching. Once the user has finished what they were doing,you can shut down the database and back up the datafiles the user changed during the course of the remaining backup