Your database operates in ARCHIVELOG mode. User/x7fmanaged consistent backups are performed every Sunday night. On Tuesday, client A drops a table at 8:00 a.m. as follows: SQL> DROP TABLE cust_ord PURGE; Table dropped. Client B executes a query at 9:00 a.m. on the same table as follows: SQL> SELECT * FROM cust_ord; SELECT * FROM cust_ord * ERROR at line 1: ORA/x7f00942: table or view does not exist Client B needs the dropped table and reports the problem to you. With reference to this scenario, which action should you take?()
第1题:
You are working on a new Oracle Database 11g server, where only the software is installed and nodatabase is created. You plan to create a database on this server using the Database Configuration Assistant (DBCA). Some of the requirements set for your database creation task are: 1:Configure the database to operate in shared server mode. 2:Disable automatic maintenance tasks such as optimizer statistics collection. 3:Configure a naming method to help the remote user connect to the database instance. 4:Use Automatic Storage Management (ASM) for storing the database files. 5:Configure daily database backup to flash recovery area. 6:Configure Enterprise Manager Database Control to manage the database. Which of these requirements can be met while creating the database()
第2题:
Last night, a media failure caused the loss of a temporary file that belongs to your database. Which two things may happen this morning when you try to open your database?()
第3题:
Every Sunday the Unix system administrator has a job that executes a full backup of the entire Unix system your database is on. Is this backup usable for backup and recovery of your database?()
第4题:
A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger,which command would you use to back up your NOARCHIVELOG mode database using RMAN with compression?()
第5题:
4 and 6
2,3,4,and 6
1,2,4,5,and 6
1,2,3,4,5,and 6
第6题:
renaming the control files
dropping a user in your database
enabling or disabling redo log archiving
dropping a tablespace in your database
re-creating the control files, after you lost all the control files in your database
第7题:
backup database all
backup compressed database
backup as compressed backupset database
backup as compressed backup database plus archivelog all
backup as compressed backupset database plus compress archivelog all
第8题:
The time when the last flashback operation in your database was performed.
The time when the first flashback operation in your database was performed.
A list of flashback operations performed in your database using SCN and time.
The approximate time and the lowest system change number (SCN) to which you can flash back your database.
第9题:
Restore and recover the datafile.
Restore and recover the tablespace.
Restore and recover the database.
Restore and recover the control file.
Restore and recover the parameter file.
第10题:
Yes, if the database is in ARCHIVELOG mode
Yes, if the database is in NOARCHIVELOG mode
No, the backup is not usable in any way
Only if the ENABLE_ONLINE_BACKUP parameter is set to TRUE
第11题:
by using the RMAN utility
by using the export/import utility
by using the ALTER DATABASE command
by enabling the change tracking feature
第12题:
The database is in mount state.
One of the tablespaces is offline.
One of the tablespaces is read only.
The database operates in ARCHIEVELOG mode.
The database operates in NOARCHIEVELOG mode.
第13题:
For which database operation would you need the database to be in the MOUNT state()
第14题:
You executed the STARTUP MOUNT command to start your database. For which database operation do you need to start the database in the MOUNT state?()
第15题:
You executed the following query in your database: FROM V$FLASHBACK_DATABASE_LOG; What would you determine from the output?()
第16题:
You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact. Which of the following is true regarding your recovery?()
第17题:
renaming the control files
re-creating the control files
dropping a user in your database
dropping a tablespace in your database
configuring the database instance to operate in the ARCHIVELOG or NOARCHIVELOG modes
第18题:
Information about each Oracle Net connection.
Information about each entry in theLinstener.orafile
Information about the changed done in the database
Information about the different listeners in your system
Information about all thenondatabasefiles required to operate the database
第19题:
The database will operate normally without generating any redo.
The database will hang, and you must shut down and restart the instance.
The database will crash, and you must recover the database from the point of failure.
The database will operate normally and will generate minimal redo for the tables created with the NOLOGGING clause.
第20题:
configure the database to run in ARCHIVELOG mode
configure the Flash Recovery Area to enable automatic database backup
schedule the database backup using DBMS_JOB package after creating the database
schedule the database backup using Recovery Manager (RMAN)commands after creating the database
schedule the database backup using Database Configuration Assistant (DBCA)while creating the database
第21题:
4 and 6
2,3,4,and 6
1,2,4,5,and 6
1,2,3,4,5,and 6
第22题:
The database opens normally.
The database prompts for a database recovery.
The database writer writes to a trace file, indicating that the temporary file is not found.
The database gets mounted and throws an error indicating that the temporary file requires recovery.
第23题:
the time when the last flashback operation in your database was performed
the time when the first flashback operation in your database was performed
a list of flashback operations performed in your database using SCN and time
the approximate time and the lowest system change number (SCN) to which you can flash back your database
第24题:
Reregistering the target database in recovery catalog
Transporting the new tablespaces to the recovery catalog database
Syncronizing the recovery catalog with the target database control file
Performing a fresh backup of the target database to include the new data files in the catalog database