V$SESSION_EVENT
V$SESSION
V$W0041ITS
V$WAITSTAT
V$SESSION_LONGOPS
第1题:
You are working as a DBA at NetFx Corporation. You discover that the SCOTT schema is deleted by mistake. You decide to flash the database back to the time when the schema existed. Which view will you query to determine the estimated size of the flashback data that you require for your current target retention?()
第2题:
There is more than one way to set the server to detect and affect long running operations automatically. What is the best choice of you want to reduce the impact of long running operations on other users without aborting the long running operations?()
第3题:
What view might you use to try to determine how long a particular backup will take?()
第4题:
When tuning Automatic PGA Memory Management, which of the following views will provide the information specified?()
第5题:
In what view are you likely to see the following output?() SID SERIAL# EVENT SECONDS_IN_WAIT 121 269 RMAN backup & recovery I/O 2 129 415 SQL*Net message from client 63 130 270 SQL*Net message from client
第6题:
What view might you use to try to determine how long a particular backup will take?()
第7题:
Update the view to use an outer join between the Customers and Sales tables.
Create a clustered index on the v CustomerSales view.
Create two separate views that do not contain any joinsone view named Customers for the Customers table and another one named v Sales for the Sales table.
Create a stored procedure for the business analysts that uses the v CustomerSales view.
第8题:
Define user profiles and set the CPU_PER_CALL limit.
Define a SWITCH_TIME for a plan in the Resource Manager.
Create a batch job that checks V$SESSION_LONGOPS;the batch job alters the session priority of the long running operations.
Create a user defined event in the Oracle Enterprise Manager, which monitors V$SESSION_LONGOPS.
第9题:
V$SESSION_EVENT
V$SESSION
V$WAITS
V$WAITSTAT
V$SESSION_LONGOPS
第10题:
create a backup of the database and recover all corrupted blocks found in the backup
run a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in the database
run a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks recorded in the view
run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any corrupt blocks recorded in the view
run a backup validation, repair any corrupt blocks found during the validation process, and then update V$DATABASE_BLOCK_CORRUPTION view to indicate which corrupt blocks have been repaired
第11题:
V$SYSSTAT
V$SESSSTAT
V$RSRC_PLAN
V$RSRC_CONSUMER_GROUP
第12题:
V$BACKUP_CORRUPTION
V$COPY_CORRUPTION
V$DATABASE_BLOCK_CORRUPTION
RC_BACKUP_CORRUPTION
第13题:
You are trying to determine how many disk sorts are happening on the database right now. Which of the following dictionary tables would you use to find that information?()
第14题:
Which view provides information on the backup status of the datafiles in the database?()
第15题:
Which view provides information on the backup status of the datafiles in the database?()
第16题:
A database user SMITH tries to query the V$SESSION view and fails to access it as follows: SQL> connect smith/smith Connected. SQL> SELECT * FROM v$session; SELECT * FROM v$session * ERROR at line 1: ORA-00942: table or view does not exist Which are the two possible solutions to enable SMITH to query the data in V$SESSION()
第17题:
You executed the following code: BACKUP VALIDATE DATABASE; BLOCKRECOVER CORRUPTION LIST; What will be the result of executing the above code?()
第18题:
You need to recommend a backup strategy for Hyper-V. What should you recommend?()
第19题:
V$SESSION_EVENT
V$SESSION
V$WAITS
V$WAITSTAT
V$SYSSTAT
第20题:
V$BACKUP
V$BACKUP_STATUS
V$BACKUP_DATAFILE
V$DATAFILE_BACKUP
V$TABLESPCE_BACKUP
第21题:
The V$PGA_TARGET_ADVICE view shows the predicted cache hit-ratio improvement if you increase PGA_AGGREGATE_TARGET
The V$PGA_TARGET_ADVICE view shows how the V$SQL_WORKAREA histogram will change if you change the value of PGA_AGGREGATE_TARGET
The V$PGA_TARGET_ADVICE_HISTOGRAM view shows how the V$SQL_WORKAREA_HISTOGRAM will change if you switch between Manual and Automatic PGA Memory Management
The V$PGA_TARGET_ADVICE view shows how performance will improve for the different work areas if you switch from Manual to Automatic PGA Memory Management
第22题:
The code will run a backup validation to populate the V$BACKUP_CORRUPTION view and repair corrupt blocks, if any, recorded in the view.
The code will run a backup validate to populate the V$COPY_CORRUPTION view and then repair any corrupt blocks recorded in the view.
The code will runs a backup validate to populate the V$DATABASE_BLOCK_CORRUPTION view and then repair corrupt blocks, if any, recorded in the view.
The code will run a backup validate to populate the RC_BACKUP_CORRUPTION view and then repair corrupt blocks, if any, recorded in the view.
第23题:
V$FLASHBACK_DATABASE_LOG
V$FLASHBACK_DATABASE_STAT
V$DATABASE
V$UNDOSTAT