QUESTION NO: 505
Which three components does the Scheduler use for managing tasks within the Oracle environment? (Choose three.)
A. a job
B. a program
C. a schedule
D. a PL/SQL procedure
Answer:...
分类:
其他好文 时间:
2015-10-19 09:28:11
阅读次数:
178
QUESTION NO: 481
View the Exhibit to examine the replay settings for replay parameters.
What is the implication for setting the values for replay parameters? (Choose all that apply.)
A. The COMMIT...
分类:
其他好文 时间:
2015-10-18 23:19:22
阅读次数:
384
QUESTION NO: 493
You decided to use Direct NFS configuration in a non-RAC Oracle installation and created the oranfstab file in
/etc. Which two statements are true regarding this oranfstab file? (Cho...
分类:
其他好文 时间:
2015-10-18 23:18:26
阅读次数:
434
QUESTION NO: 498?
View the Exhibit for some of the parameter settings. You start a session and issue the following
command:
SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE;
Wha...
分类:
其他好文 时间:
2015-10-18 23:17:04
阅读次数:
431
QUESTION NO: 495Which tuning tool recommends how to optimize materialized views so that these views
can take advantage of the general query rewrite feature?
A. Segment Advisor
B. SQL Access Advisor...
分类:
其他好文 时间:
2015-10-18 23:16:53
阅读次数:
414
QUESTION NO: 497
You perform the following activities during the database upgrade from Oracle Database 10g to Oracle
Database 11g:
1. Capture plans for a SQL workload into a SQL Tuning Set (STS) be...
分类:
其他好文 时间:
2015-10-18 23:15:21
阅读次数:
212
QUESTION NO: 499
While tuning a SQL statement, the SQL Tuning Advisor finds an existing SQL profile for the statement that
has stale statistics available. What would the optimizer do in this situatio...
分类:
其他好文 时间:
2015-10-18 20:07:32
阅读次数:
132
QUESTION NO: 478
The BOOKINGS table contains online booking information. When a booking is confirmed, the details are
transferred to an archival table BOOKINGS_HIST and deleted from the BOOKINGS tabl...
分类:
其他好文 时间:
2015-10-18 12:57:33
阅读次数:
163
QUESTION NO: 479
You issued the following command:
CREATE GLOBAL TEMPORARY TABLE admin_work_area
(startdate DATE,
enddate DATE,
class CHAR(20))
ON COMMIT DELETE ROWS
TABLESPACE tbs_t1;
An index...
分类:
其他好文 时间:
2015-10-18 12:54:33
阅读次数:
143
QUESTION NO: 462
In which cases is reference partitioning effective in enhancing performance?
A. It is effective only in partition pruning.
B. It is effective only in partitionwise joins provided t...
分类:
其他好文 时间:
2015-10-18 11:33:48
阅读次数:
233