AUse a trigger to validate the password
BUse a user defined PL/SQL block to validate the password
CUse a profile to include the password verify function to validate the password
DUse Oracle’s default password verification procedure to validate the password
EUse a procedure name in the CREATE USER command to validate the password
You work as a database administrator for Certkiller .com. You received the following error while working on your database: ORA-01555: snapshot too old In which situation would you receive such an error?()
单选题查看答案
You are working on the Certkiller database. What is the default name of the alert log file in this database?()
单选题查看答案
EMPDET is an external table containing the columns EMPNO and ENAME. Which command would work in relation to the EMPDET table?()
单选题查看答案
EMPDET is an external table containing the columns EMPNO and ENAME. Which command would work in relation to the EMPDET table? ()
单选题查看答案
You work as a database administrator for Certkiller .com. You need to rename a data file of atablespace. How would you perform this?()
单选题查看答案
You executed this command to create a temporary table: SQL> CREATE GLOBAL TEMPORARY TABLE report_work_area (startdate DATE, enddateDATE, class CHAR(20)) ON COMMIT PRESERVE ROWS; Which statement is true about the rows inserted into the REPORT_WORK_AREA table during a transaction()
单选题查看答案
You executed this command to create a temporary table: SQL> CREATE GLOBAL TEMPORARY TABLE report_work_area (startdate DATE, enddate DATE, class CHAR(20))ON COMMIT PRESERVE ROWS; Which statement is true about the rows inserted into the REPORT_WORK_AREA table during atransaction ()
单选题查看答案
You work as a database administrator for Certkiller .com. You are using Recovery Manager (RMAN) to perform backups in your databases. Which four backup operations can be performed using RMAN?()
多选题查看答案
You work as a database administrator for Certkiller .com. You want to configure database backups to be run automatically. Which tool or utility would you use to achieve this? ()
单选题查看答案
You perform differential incremental level 1 backups of your database on each working day and level 0 backup on Sundays, to tape. Which two statements are true about differential incremental backups()
多选题查看答案