choose one What is a pre-requisite to alter a role? A) You should set the OS_ROLES parameter to true. B) You should be granted the DBA role. C) You should be granted the role with the GRANT OPTION. D) You should have the ALTER ANY ROLE system privile…
4.Which four are true about creating and running a remote database scheduler jobs? A) A credential is optional for a remote database job. B) A database destination group must exist or be created for a job to run on multiple remote databases. C) A des…
6.Which four statements are true about database instance behavior? A) Redo log files can be renamed in mount state. B) Datafiles can be renamed in mount state. C) All dynamic performance views (v$ views) return data when queried from a session connec…
36.Which two are true about roles? A) A role can be granted a combination of system and object privileges and other roles. B) The CONNECT role Is granted automatically to a user when It Is created. C) Roles are owned by SYSTEM. D) The RESOURCE role I…
choose three Your database is configured for ARCHIVELOG mode, and a daily full database backup is taken. RMAN is configured to perform control file autobackup. In which three scenarios do you need media recovery? A) loss of data files that belong to…
7.daily_ords_lst is created in locally managed tablespace ORDERS_TBS which uses automatic segment space management. CREATE TABLE daily_ords_list (ordno NUMBER, ord_date DATE) PCTFREE 20; Which two are true ? A) 80% of every data block in daily_ords_l…
choose three Which three statements are true about Oracle checkpoint processing? A) Incremental checkpoints write some dirty buffers to the datafiles and unwritten redo to the online redo logs. B) Frequent thread checkpoints can degrade database perf…
choose three Which three statements are true about Oracle Data Pump? A) Oracle Data Pump export and import operations can be performed only by users with the SYSDBA privilege. B) IMPDP can be used to change target data file names, schemas, and tables…
choose two Examine this command executed on a client that is remote from the database server. SQL> CONNECT hr/hr@orcl Which two are required for this command to connect the SQLPLUS client to a database instance? A) A service name must be defined to t…
80.View the exhibit and examine the structure in ORDERS and ORDER_ITEMS tables. You need to create a view that displays the ORDER_ID, ORDER_DATE, and the total number of items in each order. Which CREATE VIEW statement would create the views successf…