Which three tasks are performed by background processes in an Oracle database instance?
You want to apply the principle of Least Privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis. Which three types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package?
Examine this command: ALTER DATABASE MOVE DATAFILE '\u01/sales1.dbf' TO '\u01/sales01.dbf' REUSE; Which two statements are true?
You start your database instance in NOMOUNT state. Which two actions are performed?
One of your database instances was shut down normally and then started in NOMOUNT state. You then executed this command: ALTER DATABASE MOUNT; Which two of these actions are performed?
Which two AWR-based tools listed below are part of Oracle Database self-tuning components?
Which two statements are true about trace files produced by the Oracle Database server?
Which three statements are true about Deferred Segment Creation in Oracle databases?
In which two ways would you disable timing information collected for wait events and much of the performance monitoring capability of the database?
Your data center uses Oracle Managed Files (OMF) for all databases. All tablespaces are smallfile tablespaces. SALES_Q1 is a permanent user-defined tablespace in the SALES database. The following command is about to be issued by a DBA logged in to the SALES database: ALTER TABLESPACE sales_q1 ADD DATAFILE; Which two actions independently ensure that the command executes successfully?
As the DBA, you execute this command: GRANT CREATE VIEW TO usr1 WITH ADMIN OPTION; USR1 then executes: GRANT CREATE VIEW TO usr2 WITH ADMIN OPTION; USR2 then executes: GRANT CREATE VIEW TO usr3; Which statement is true?
Which two statements are true about the tools used to configure Oracle Net Services?
You are going to perform a hot remote clone of PDB1 from CDB1 as TESTPDB in CDB2. Which of the following is a necessary prerequisite for the hot remote clone?
Which three statements are true about Automatic Diagnostic Repository (ADR)?
Which three statements are true about roles?
Examine this command: SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT; Which two statements are true?
Which three statements are true about UNDO and REDO?
What is the result of the following command? ALTER PLUGGABLE DATABASE PDB1 DISCARD STATE;
Which two are benefits of external tables?
You execute this command: CREATE SMALLFILE TABLESPACE sales DATAFILE '/u01/app/oracle/sales01.dbf' SIZE 5G SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SALES tablespace?
Which three statements are true about using SQL*Plus?
Which data dictionary view describes the data sources of external tables?
You must create a tablespace of nonstandard block size in a new file system and plan to use this command: CREATE TABLESPACE ns_tbs DATAFILE '/u02/oracle/data/nstbs_f01.dbf' SIZE 100G BLOCKSIZE 32K; The standard block size is 8K, but other nonstandard block sizes will also be used. Which two are requirements for this command to succeed?
What are the three components of Oracle Database Automatic Maintenance Tasks?
Which two statements are true about database instances and Real Application Clusters (RAC)?
How do you validate that the database was migrated to Unified Auditing?
Which statement regarding PDBs (Pluggable Databases) is correct?
In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which three actions can HR perform?