GRANT dba TO dbmgr;
GRANT connect TO dbmgr;
GRANT resource TO dbmgr;
GRANT hs_admin_role TO dmbgr;
GRANT manage scheduler TO dbmgr;
第1题:
A. ENABLE启用
B. ENABLE_PROGRAM
C. VALIDATE_PROGRAM
D. SET_ATTRIBUTE设置属性
E. SET_ENABLED
第2题:
You notice that the elapsed time for an important database scheduler Job is unacceptably long.The job belongs to a scheduler job class and window.Which two actions would reduce the job‘s elapsed time?()
A. Increasing the priority of the job class to which the job belongs
B. Increasing the job‘s relative priority within the Job class to which it belongs
C. Increasing the resource allocation for the consumer group mapped to the scheduler job‘s job class within the plan mapped to the scheduler window
D. Moving the job to an existing higher priority scheduler window with the same schedule and duration
E. Increasing the value of the JOB_QUEUE_PROCESSES parameter
F. Increasing the priority of the scheduler window to which the job belongs
第3题:
Using Oracle Scheduler you have scheduled two jobs, JOB_Aand JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()
第4题:
You want to configure and schedule offline database backups to run automatically. Which tool or utilitywould you use to achieve this()
第5题:
Which three pieces of information are to be mandatorily provided while creating a new listener using Enterprise Manager Database Control?()
第6题:
You notice that the elapsed time for an important database scheduler Job is unacceptably long. The job belongs to a scheduler job class and window. Which two actions would reduce the job's elapsed time?()
第7题:
by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables
by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB
by having each user schedule a job using DBMS_JOB that accepts one or more input variables and calls a procedure that generates the report
by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report
by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER
第8题:
GRANT dba TO dbmgr;
GRANT connect TO dbmgr;
GRANT resource TO dbmgr;
GRANT hs_admin_role TO dbmgr;
GRANT manage scheduler TO dbmgr;
第9题:
Oracle Scheduler would write detailed information to the job log for each run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for the first run of each job in the job class.
Oracle Scheduler would write detailed information to the job log for each run of only the first job in the job class.
Oracle Scheduler would write detailed information for all operations performed on all jobs in the job class.
第10题:
configure the database to run in ARCHIVELOG mode
configure the Flash Recovery Area to enable automatic database backup
schedule the database backup using DBMS_JOB package after creating the database
schedule the database backup using Recovery Manager (RMAN)commands after creating the database
schedule the database backup using Database Configuration Assistant (DBCA)while creating the database
第11题:
the XML script
the PL/SQL script
the DBMS_SCHEDULER package
Enterprise Manager to schedule the backup
第12题:
Increasing the priority of the job class to which the job belongs
Increasing the job's relative priority within the Job class to which it belongs
Increasing the resource allocation for the consumer group mapped to the scheduler job's job class within the plan mapped to the scheduler window
Moving the job to an existing higher priority scheduler window with the same schedule and duration
Increasing the value of the JOB_QUEUE_PROCESSES parameter
Increasing the priority of the scheduler window to which the job belongs
第13题:
A.Creating, dropping, and modifying tables and indexes
B.Initiating a binary backup of the database by using the START BACKUP command
C.Displaying replication status information
D.Shutting down the server by using the SHUTDOWN command
E.Creating and dropping databases
F.Creating and administering users
第14题:
While creating a job class using the DBMS_SCHEDULER package, you set the logging level to LOGGING_RUNS. What would be the impact of this setting?()
第15题:
Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job?()
第16题:
Which DBMS_SCHEDULER procedures can be used to enable a program?()
第17题:
Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?()
第18题:
What are four capabilities of the mysql client program?()
第19题:
ENABLE
ENABLE_PROGRAM
VALIDATE_PROGRAM
SET_ATTRIBUTE
SET_ENABLED
第20题:
A window must have been created with the WEEKEND_PLAN resource plan.
A program must have been created with the WEEKEND_PLAN resource plan.
A job class must have been created with the WEEKEND_PLAN resource plan.
A window group must have been created with the WEEKEND_PLAN resource plan.
第21题:
ENABLE启用
ENABLE_PROGRAM
VALIDATE_PROGRAM
SET_ATTRIBUTE设置属性
SET_ENABLED
第22题:
the port used by the listener
the protocol used by the listener
the server name where the listener runs
the log file and trace file destination for the listener
the database services to be registered with the listener
第23题:
SET_ATTRIBUTE_NULL
ALTER_JOB
ALTER_JOB_PARAMETERS
ALTER
SET_ATTRIBUTE