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…
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…
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 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…
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…
choose two Your database is running in ARCHIVELOG mode. You want to take a consistent whole database backup. Which two statements are true in this scenario? A) RMAN backups contain only data files. B) The database must be in MOUNT state to take consi…
25.Which is true about logical and physical database structures? (Choose the best answer) A. An undo tablespace has a temp file instead of a data file. B. A segment can consist of extents of different sizes. C. A permanent tablespace can only contain…