A.SYSTEM B.SYSAUX C.EXAMPLE D.UNDO E.TEMP F.USERS
多项选择题Which three statements are true about adaptive SQL plan management?()
A. It automatically performs verification or evolves non-accepted plans, in COMPREHENSIVE mode when they perform better than existing accepted plans. B. The optimizer always uses the fixed plan, if the fixed plan exists in the plan baseline. C. It adds new, bettor plans automatically as fixed plans to the baseline. D. The non-accepted plans are automatically accepted and become usable by the optimizer if they perform better than the existing accepted plans. E. The non-accepted plans in a SQL plan baseline are automatically evolved, in COMPREHENSIVE mode, during the nightly maintenance window and a persistent verification report is generated.
单项选择题Examine the parameter for your database instance: You generated the execution plan for the following query in the plan table and noticed that the nested loop join was done. After actual execution of the query, you notice that the hash join was done in the execution plan: Identify the reason why the optimizer chose different execution plans.()
A. The optimizer used a dynamic plan for the query. B. The optimizer chose different plans because automatic dynamic sampling was enabled. C. The optimizer used re-optimization cardinality feedback for the query. D. The optimizer chose different plan because extended statistics were created for the columns used.
多项选择题You notice a performance change in your production Oracle database and you want to know which change has made this performance difference. You generate the Compare Period Automatic Database Diagnostic Monitor (ADDM) report to further investigation. Which three findings would you get from the report?()
A. It detects any configuration change that caused a performance difference in both time periods. B. It identifies any workload change that caused a performance difference in both time periods. C. It detects the top wait events causing performance degradation. D. It shows the resource usage for CPU, memory, and I/O in both time periods. E. It shows the difference in the size of memory pools in both time periods. F. It gives information about statistics collection in both time periods.
单项选择题Examine the following query output: You issue the following command to import tables into the hr schema: $ > impdp hr hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y Which statement is true?()
A. All database operations performed by the impdp command are logged. B. Only CREATE INDEX and CREATE TABLE statements generated by the import are logged. C. Only CREATE TABLE and ALTER TABLE statements generated by the import are logged. D. None of the operations against the master table used by Oracle Data Pump to coordinate its activities are logged.
多项选择题An administrator account is granted the CREATE SESSION and SET CONTAINER system privileges. A multitenant container database (CDB) instant has the following parameter set: THREADED_EXECUTION = FALSE Which four statements are true about this administrator establishing connections to root in a CDB that has been opened in read only mode?()
A. You can conned as a common user by using the connect statement. B. You can connect as a local user by using the connect statement. C. You can connect by using easy connect. D. You can connect by using OS authentication. E. You can connect by using a Net Service name. F. You can connect as a local user by using the SET CONTAINER statement.