1Z0-042試験無料問題集「Oracle database 10g:Administration I 認定」

In your database, the Log Writer (LGWR) process is unable to write to a member of a current redo log group due to read/write failure. Which two effects would you see in your database? (Choose two.)

Which statement is true when you run the SQL Tuning Advisor with limited scope?

Which three statements are true about the stages of database startup? (Choose three.)

正解:B,C,D 解答を投票する
A user complains about getting this error after issuing a certain SQL statement: ORA-02393: exceeded call limit on CPU usage Because of the error, the SQL statement gets aborted. What action would you take to
increase the CPU usage limit in the subsequent sessions of the user?

User SCOTT wants to export his objects using Oracle Data Pump and executes the following command:
$ expdp scott/tiger
directory = EXPORT_DIR
dumpfile = scott.dmp
include = table
include = view:"like '%DEPARTMENTS%'"
content = DATA_ONLY
Which task would the command accomplish?

You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?

Your database is configured in NOARCHIVELOG mode. All the control files have been lost due to a hard disk failure but the data files are not lost. You have the closed whole database backup available to you. Which two statements are true in this scenario? (Choose two.)

Which two database operations can be performed at the MOUNT stage of database startup? (Choose two.)

View the Exhibit to examine the output of the DBA_OUTSTANDING_ALERT view. After 30 minutes, you executed the following command:
SQL> SELECT reason,metric_value FROM dba_outstanding_alerts; REASON METRIC_VALUE
Tablespace [TEST] is [28 perce 28.125 nt] full
What could be the two reasons for the elimination of the other rows in the output? (Choose two.)

Users of HR schema complain about slower-than-normal performance. On investigation the DBA found that maintenance was recently performed on some of the tables. The DBA traced the query that takes longer than normal to execute.
View the Exhibit exhibit_before.
After the DBA resolves the problem, the query performs normally.
View the Exhibit exhibit_after.
What action would the DBA have taken to resolve the performance problem?

You execute the following command to audit the database activities:
SQL> AUDIT DROP ANY TABLE BY scott BY SESSION WHENEVER SUCCESSFUL;
What is the effect of this command?

Your database is open and users are connected using the LISTENER listener. The new DBA of the system stops the listener by using the following command:
LSNRCTL> STOP
What would happen to the sessions that are presently connected to the database instance?

View the Exhibit.
Which statement regarding the dept and emp tables is true?