During tablespace creation, which filename format is NOT used for creating datafiles associated with a tablespace?()
第1题:
Your database is running in ARCHIVELOG mode. The SCOTT.EMP table belongs to the DATA1 tablespace. The junior DBA erroneously runs a script that executes the following statement: SQL> DROP TABLE SCOTT.EMP PURGE; After one hour, you are performing the user managed incomplete recovery. Which datafiles will you restore from the last full backup?()
第2题:
Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files): CREATE TABLESPACE user_tbsp DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M; What would be the result of this command?()
第3题:
When performing an incomplete recover of the whole database, which data files must you restore? ()
第4题:
Connection Manager features cannot be used with which of the following naming method? ()
第5题:
You are maintaining your database in Oracle10g. You find that the INDEXES index tablespace should be recovered. How will you recover the index tablespace?()
第6题:
Your database contains two temporary tablespaces named TEMP and TEMP1. The TEMP tablespace is the default temporary tablespace for the database, and the TEMP1 tablespace was created at database creation. You want to increase the size of the tempfile for the TEMP tablespace and drop the TEMP1 tablespace from the database. The database is not using Oracle-Managed Files (OMF). Which statement must you use to ensure that when you drop the TEMP1 tablespace from the database, its corresponding operating system file is also deleted?()
第7题:
990 TEMS_-_Cell_names
991 TEMS_-_Cell_names
992 TEMS_-_Cell_names
993 TEMS_-_Cell_names
第8题:
It would result in an error because the template cannot be used along with the disk group.
It would result in an error because the path cannot be specified while creating a tablespace in a disk group.
It would create a tablespace with a data file that has an alias, and its attributes are set by the user-defined template.
It would create a tablespace with a data file that does not have an alias, and its attributes are set by the user-defined template.
第9题:
Only the damaged or lost data files.
All of the data files of the database.
Only the data files belonging to the SYSTEM tablespace.
The data files belonging to the SYSTEM tablespace and the damaged or lost data files.
第10题:
the datafiles associated with the SYSTEM tablespace
the datafiles associated to the DATA1 tablespace
the datafiles associated to the SYSTEM and DATA1 tablespaces
all the datafiles in the database
第11题:
RMAN image copies
RMAN database backups
RMAN tablespace backups
usermanaged backups placed in the flash recovery area
usermanaged backups that have been cataloged with RMAN
usermanaged data file backups for which the full path name is specified
第12题:
all the datafiles in the database
the datafiles associated with the SYSTEM tablespace
the datafiles associated with the DATA1 tablespace
all the datafiles in the database except those associated with the DATA1 tablespace
第13题:
For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files? ()
第14题:
You are maintaining your database in Oracle10g. You are not using the recovery catalog to maintain the backup information of your database. Which file can be used as a repository to store information regarding the RMAN backup?()
第15题:
Which option is best practice for creating a recovery catalog owner in the catalog database?()
第16题:
View this parameter setting in your database: DB_CREATE_FILE_DEST=’D:// /oracle/product/10.2.0/oradata/oracle’ You created a tablespace by using this command: CREATE TABLESPACE USERS; Which two statements are true about the USERS tablespace?()
第17题:
You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()
第18题:
You took the DATA1 tablespace offline at 10:00 A.M. At 12:30 P.M., a schema of a user is dropped and purged from the Recycle Bin. You noticed this at 2:00 P.M. and decided to perform an incomplete recovery. Which datafiles will you recover?()
第19题:
online redo log files
alert log files
control file
datafiles associated with the SYSTEM tablespace
第20题:
incomplete names
incomplete names with templates
alias with template names
numeric names
第21题:
restore the tablespace from the backup, and then perform an incomplete recovery
restore the tablespace from the backup, and then apply all the redo information
restore all the data files in the database, and then perform an incomplete recovery
restore the tablespace from the backup
第22题:
The tablespace has two data files.
An error is reported and tablespace creation fails.
Data files are created with names generated by the instance.
The tablespace can be extended without specifying the data file.
Data files belonging to the USERS tablespace cannot be renamed.
第23题:
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