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?
Which statement is true about the PDB_DBA role granted to a local user during the creation of a new PDB?
You unplugged a PDB to plug it into another CDB with the following command: SQL> ALTER PLUGGABLE DATABASE pdb1 UNPLUG INTO '/tmp/pdb1.pdb'; Which statement is true prior to plugging the PDB into the other CDB?
Which three statements are true about the tools used to configure Oracle Net Services?
Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)?
Which two SQL Plan Management Advisor tasks are part of Automatic Maintenance Tasks?
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?
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 two AWR-based tools listed below are part of Oracle Database self-tuning components?
Which two statements are true about advanced connection options supported by Oracle Net for connection to Oracle?
Which two statements are true about trace files produced by the Oracle Database server?
Script abc.sql must be executed to perform a certain task. User HR with password HR exists in the target database and the account is unlocked. The TNSNAMES.ORA file is up to date. Examine this command attempted by the user: $ sqlplus hr/hr@orcl @abc. What will happen and why?
You start your database instance in NOMOUNT state. Which two actions are performed?
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?
Which two statements are true about views used for viewing tablespace and datafile information?