Which export option will generate code to create an initial extent that is equal to the sum of the sizes of all the
extents currently allocated to an object?
A DBA performs the query:
SELECT tablespace_name, max_blocksFROM dba_tablespace_quotasWHERE username= "SCOTT;
That returns the result:
TABLESPACE_NAME MAX_BLOCKS
------------------------------ ------------------
DATA01 -1
What does -1 indicate?
Consider the following command to create the user 'peter'.
CREATE USER peter
IDENTIFIED by panTEMPORARY TABLESPACE temp
PASSWORD EXPIRE;
Since no default tablespace was specified, what will happen if this command executed?
You are creating a database with a character set other than US7ACII. Which operating system environmental
variable needs to be set to specify the directory location of the NLS support files?
Given the statement:
CREATE DATABASE orc1 LOGFILE GROUP 1 'u01/oracle/dba/logla.rdo' SIZE 1M, GROUP 2 'u01/oracle/dba/
log2a.rdo' SIZE 1M
DARAFILE'u01/oracle/dbs/sys_01.dbf'REUSE;
Which statement is true?