guarantee undo retention
add one more redo log group
size the redo log files appropriately
size the UNDO tablespace appropriately
size the SYSTEM tablespace appropriately
configure an appropriate undo retention interval
change automatic undo management to manual
第1题:
You executed the following command to start the database: SQL> STARTUP ORACLE instance started. Total System Global Area 281018368 bytes Fixed Size 789000 bytes Variable Size 229635576 bytes Database Buffers 50331648 bytes Redo Buffers 262144 bytes ORA-00205: error in identifying controlfile, check alert log for more info Which view would you query at this stage to investigate this missing control file?()
第2题:
Users notify you that their application is failing every time they try to add new records. Because of poor application design, the actual ORA error message is unavailable. What might be the problem?()
第3题:
When you try to open your database, you receive the following error: ORA-00205: error in identifying control file Where would you find the details required to resolve this error?()
第4题:
You work as a database administrator for Supportcenter.cn. You decided to manage client and server connections using Local Naming method in Supportcenter.cn. When you try to connect to the database you get the following error: ERROR: ORA-12154:TNS:couldnot resolve service name Which network configuration files would you look into to resolve this error?()
第5题:
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
第6题:
In your datawarehousing application, you generate reports frequently. The data is static in the tables being used to generate reports. You are currently using joins, resulting in a large performance overhead. What kind of database structure would you use to reduce the response time of the query?()
第7题:
The queries that are currently executing will abort and an error message will be returned to the user.
The queries that are currently executing will execute normally but future queries will not executed.
Data Manipulation Language (DML) statements cannot be performed on the tables on which the indexes are based.
The currently executing and future queries will execute normally, but will be slower
第8题:
audit trail
alert log file
user trace file
online trace file
background trace file
operating system event viewer
第9题:
Memory Advisor
Segment Advisor
Undo Advisor
SQL Tuning Advisor
第10题:
You performed rollback after commit.
If a log switch occurs in your database.
Thearchiverfails to generate an archived log file.
Instance recovery fails to find one of the redo log files.
A long-running query is unable to get read-consistent image.
If you perform manual undo management operations in auto mode.
第11题:
ADDM
Memory Advisor
Segment Advisor
Undo Management
SQL Tuning Advisor
SQL Access Advisor
第12题:
guarantee undo retention
add one more redo log group
size the redo log files appropriately
size the UNDO tablespace appropriately
size the SYSTEM tablespace appropriately
configure an appropriate undo retention interval
change automatic undo management to manual
第13题:
While running long running queries, you receive the Snapshot too old error. Which advisor can help you to avoid the Snapshot too old error?()
第14题:
What are two reasons to create synonyms? ()
第15题:
You work as a database administrator for Supportcenter.cn. You received the following error while working on your database: ORA-01555: snapshot too old ,In which situation would you receive such an error?()
第16题:
Your database is in ARCHIVELOG mode. You lost an index tablespace due to a disk failure while the database was open. You have neither a backup of the lost index tablespace nor the scripts containing the CREATE INDEX statements to recreate the indexes. Currently, several users are executing long-running queries on the database. What will happen to the ongoing activity in the database?()
第17题:
You received the following error: ORA-01578: ORACLE data block corrupted (file # %s, block # %s) Which file will you check to view additional information regarding the cause of this error?()
第18题:
You have two databases, FINDB and PAYDB, on single operating system and using Optimal Flexible architecture (OFA). FINDB is functional and is currently being accessed by the users. While starting up the instance for the PAYDB database you get the following error: ORA-01081: cannot start - already running ORACLE - shut it down first Which environmental variable would you set before starting up the PAYDB database to overcome this error?()
第19题:
By enabling the Slow Query Log because all queries that are not using indexes will be logged automatically
By enabling the Error Log because not using indexes is an error
By enabling the Slow Query Log and using the – log-queries-not-using-indexes option
By enabling the Error Log and using the – log-queries-not-using-indexes option
第20题:
snmp.ora
names.ora
spfile.ora
sqlnet.ora
listener.ora
tnsnames.ora
第21题:
It would attempt to start the default listener
It would start the most recently created listener.
It would display an error with a message asking for the listener name to be specified.
It would show you a list of listeners and prompts for the listener name that you want to start.
第22题:
ORA_PATH
ORACLE_SID
ORACLE_BASE
ORACLE_HOME
LD_LIBRARY_PATH
第23题:
The application user has exceeded their undo quota.
The FLASHBACK GUARANTEE option is set on the undo tablespace.
The table is currently being queried by a Flashback Transaction Query operation.
The table is currently being queried by a Flashback Versions Query operation.
The RETENTION GUARANTEE option is set on the undo tablespace.
第24题:
increase the size of redo log files
increase the size of the undo tablespace
increase the size of the Database Buffer Cache
increase the size of the default temporary tablespace
enable the retention guarantee for the undo tablespace