找考题网-背景图
单项选择题

Youwererecentlyhiredbyanorganizationasadatabaseadminist……

You were recently hired by an organization as a database administrator. You are asked to find out whether the currently functional listener process, named L1, has been password protected or not. You are not familiar with the file system of the new organization. How would you accomplish the task?()

A.by using the STATUS command of the Listener control utility
B.by using the STATUS L1 command of the Listener control utility
C.by using the SHOW RULES command of the Listener control utility
D.by using the SET PASSWORD command of the Listener control utility
E.by searching for the PASSWORD_LISTENER entry in the listener.ora file

热门试题

单项选择题Your business has departmental reports that are generated every day. Each department must use the same set of queries, but accesses 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?()

A.by having each user run the report generation procedure at the scheduled time, supplying the necessary input variables
B.by creating a program using DBMS_JOB that accepts one or more variables, and creating a job that calls this program using DBMS_JOB
C.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
D.by having each user create a job using DBMS_SCHEDULER that includes all the information and commands necessary to generate the report
E.by creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a job that calls this program using DBMS_SCHEDULER