recover using Oracle Flashback Database technology
restore the data files from backup and perform a complete recovery
restore only the corrupted data file and perform tablespace recovery
restore the data files from backup and perform cancel-based recovery
restore the entire database from the most recent backup and start the instance and open the database
第1题:
the CREATE TABLE .. command
sorting of the SYSTEM tablespace’s data
sorting of data required by recursive SQL statements
the CREATE TABLE .. ORGANIZATION EXTERNAL .. command
sorting of data if the users have not been allocated temporary tablespace explicitly
sorting of data if the users have been allocated temporary tablespace explicitly
第2题:
Group 2 is the active group.
Group 2 is the current group.
Database is in the MOUNT state.
Group 2 has been already archived.
第3题:
The backup is similar to image copy.
The backup contains all used data blocks.
The backup contains only unused data blocks.
The backup contains all data blocks changed since the last incremental level 1 backup.
第4题:
The DBMS_JOB package
The BACKUP_JOB package
The DBMS_BACKUP_RESTORE package
The calendar tool in the Operating System (OS)
The backup scheduler in Enterprise Manager (EM)
The DBMS_BACKUP_SCHEDULER packager inline mode
第5题:
execute the command, ALTER SESSION KILL .., to kill the blocking session
execute the DBMS_SESSION.KILL_SESSION procedure to kill the blocking session
execute the command, ALTER SYSTEM KILL SESSION .., to kill the blocking session
execute the command, ALTER SESSION UNLOCK .., to release the lock for the blocking session
execute the command, ALTER SYSTEM UNLOCK SESSION .., to release the lock for the blocking session
第6题:
profile
account lock
account unlock
password expire
quota 10MB on TBS1
password never expire
default tablespace TBS1
quota unlimited on TBS1
temporary tablespace TEMP
temporary tablespace SYSTEM
第7题:
The modified data are not available on disk.
The modified data have been flushed out from memory.
The modified rows of the SupportCenter STAFF table have been locked.
Jack has not committed the changes after modifying the value.
Both users are accessing the database from two different machines.
第8题:
Control file
Password file
Parameter file
Online redo log file
Listener controller file
Server parameter file
第9题:
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.
第10题:
The backup is similar to image copy.
The backup contains all used data blocks.
The backup contains only unused data blocks.
The backup contains all data blocks changed since the last incremental level 1 backup.
第11题:
None of the SYSAUX occupants can be relocated.
The USERS tablespace is a bigfile tablespace (BFT).
The united Job Scheduler occupant cannot be relocated.
The SYSAUX occupants can be relocated to the SYSTEM tablespace only.
第12题:
The database files are synchronized.
Uncommitted changes are not rolled back.
The database is closed, but the instance is still started.
Database buffers and redo buffers are not written to the disk.
The database undergoes automatic media recovery during the next startup.
第13题:
Hot backup
Online backup
consistent backup
incremental backup
inconsistent backup
第14题:
The advisory memory has been turned off.
The DB_CACHE_ADVICE parameter has been set to OFF in the parameter file.
The STATISTICS_LEVEL parameter has been set to BASIC in the parameter file.
The TIMED_STATISTICS parameter has been set to FALSE in the parameter file.
The STATISTICS_LEVEL parameter has been set to TYPICAL in the parameter file.
第15题:
The instance would normally abort.
The instance would not be affected.
The instance would be invalid, so would have to be aborted.
The instance would remain open, but the LGWR process would fail.
The instance would remain open and would automatically create the missing file
第16题:
Shut down the instance, copy the control file to the third location and open the database.
Abort the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
Copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile, restart the instance and open the database.
Shut down the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
Shut down the instance, startup in the mount state, copy the control file to the third location, modify the CONTROL_FILES parameter ininit.oraand open the database.
第17题:
flash back the database
perform point-in-time recovery
perform a full database recovery
drop and re-create the tablespace
use Recovery Manager (RMAN) to recover the database
第18题:
It gets it from the parameter file.
The listener prompts for details on startup.
The listener gathers information from the control file.
The instance automatically registers with the default listener.
The listener gets this information through thelistener.orafile.
第19题:
TEMP
UNDO
INDEX
SYSAUX
SYSTEM
第20题:
The source PL/SQL code will be stored in native machine code.
The source PL/SQL code will be stored in interpreted byte code.
The compiled PL/SQL code will be stored in native machine code.
The compiled PL/SQL code will be stored in interpreted byte code.
第21题:
recover using Oracle Flashback Database technology
restore the data files from backup and perform a complete recovery
restore only the corrupted data file and perform tablespace recovery
restore the data files from backup and perform cancel-based recovery
restore the entire database from the most recent backup and start the instance and open the database
第22题:
Transactions are rolled back using redo log files.
Transactions are rolled forward using redo log files.
Transactions are rolled back using redo log files and archived log files.
Transactions are rolled forward using redo log files and rolled back using redo log files.
第23题:
set the SESSIONS to 1 in the parameter file
grant SINGLE SESSION privilege to all of the users
set the SESSIONS_PER_USER to 1 in the users’ profile
grant RESTRICTED SESSION privilege to all of the database users
create a role with SINGLE SESSION privilege and assign the role to the users
第24题:
The bigfile tablespace have only one data file.
The segment space management is automatic.
The extent management is dictionary managed.
The database can have only one bigfile tablespace.
The bigfile tablespace can be converted to a smallfile tablespace.