Which two statements are true about the UNLIMITED TABLESPACE system privilege and space quota?
Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?
orcl.dmp contains a full export of the ORCL database. This command is executed to load data from orcl.dmp into the TESTDB database: [oracle@host01 ~] impdp system/oracle SCHEMAS=sh,oe REMAP_SCHEMA=sh:hr DUMPFILE=orcl.dmp EXCLUDE=index TABLE_EXISTS_ACTION=replace LOGFILE=impdp.log Which two statements are true?
What memory structure caches the data dictionary providing access to all database user processes?
Examine this command: ALTER DATABASE MOVE DATAFILE '\u01/sales1.dbf' TO '\u01/sales01.dbf' REUSE; Which two statements are true?
Which statement is true about the PDB_DBA role granted to a local user during the creation of a new PDB?
Which two statements are true about the tools used to configure Oracle Net Services?
Which two Oracle database space management features require the use of locally managed tablespaces?
You start your database instance in NOMOUNT state. Which two actions are performed?
You execute this command: [oracle@host01 ~]$ expdp system/oracle FULL=Y DUMPFILE=exp_db_full.dmp PARALLEL=4 LOGFILE=exp_db_full.log JOB_NAME=exp_db_full. During the export operation, you detach from the job by using CTRL+C and then execute this command: Export> STOP_JOB=IMMEDIATE. Are you sure you wish to stop the job ([yes]/no): yes. Which two statements are true about the job?
Which resource plan is used to manage the resources for the predefined maintenance window?
You have connected to a PDB to perform the administration operations of changing and verifying a system parameter that is PDB_MODIFIABLE. What is the appropriate mode to open the PDB to achieve this?
Which two statements are true about database instances and Real Application Clusters (RAC)?
What services does the Automatic Workload Repository (AWR) provide for the database self-tuning functionality?
In the SPFILE of a single instance database, LOCAL_LISTENER is set to LISTENER_1. The TNSNAMES.ORA file in $ORACLE_HOME/network/admin in the database home contains: LISTENER_1 = (ADDRESS = (PROTOCOL = TCP)(HOST = host1.abc.com)(PORT = 1521)). Which statement is true?
Your database instance is started with an SPFILE. A PFILE is also available. You execute this command: ALTER SYSTEM SET DB_CACHE_SIZE=100K; Where does the value change?
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 the tools used to configure Oracle Net Services?
Which two methods can be used to purge audit records of the Unified Audits?