Oracle Managed Files are used for this instance.
The USER_DATA tablespace is managed using FET$/UET$ tables.
The COMPATIBLE initialization parameter must be 9.0.0 or higher.
Space within segments in the USER_DATA tablespace is managed with freelists.
第1题:
Examine the command that is used to create a table: SQL> CREATE TABLE orders(oid NUMBER(6) PRIMARY KEY, odate DATE, ccode NUMBER (6), oamtNUMBER(10,2)) TABLESPACE users; Which two statements are true about the effect of the above command()
第2题:
You lost the index tablespace in your database. You decided to re-create the index tablespace and the indexes in the tablespace. What methods can you use to re-create the indexes?()
第3题:
Examine the following commands executed in your database: SQL> ALTER SESSION RECYCLEBIN=ON; Session altered SQL > CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees; Table created. Further, you executed the following command to drop the table: SQL> DROP TABLE emp;Table dropped. What happens in this scenario?()
第4题:
Examine the commands executed in a DBA session:SQL> CREATE BIGFILE TABLESPACE MRKT 2 DATAFILE ’/u01/app/oracle/oradata/orcl/mrkt.dbf’ size 10M LOGGING 3 EXTENT MANAGEMENT LOCALSEGMENT SPACE MANAGEMENT AUTO; Tablespace created. SQL> ALTER DATABASE DEFAULT TABLESPACE MRKT; Database altered. Which two statements are trueregarding the MRKT tablespace()
第5题:
The commands execute successfully.
Command 6 produces an error because of circular role grant.
Command 5 produces an error because a role cannot be granted to another role.
Command 3 produces an error because the MGRROLE role already contains system privileges.
The table created by HR remains and HR still has the CREATE TABLE system privilege.
The table created by HR remains and HR can grant the CREATE TABLE system privilege to other users.
第6题:
The tablespace TBS1 is full.
The user is not the owner of the SYSTEM tablespace.
The user does not have quota on the TBS1 tablespace.
The user does not have sufficient system privileges to create table in the TBS1 tablespace.
The user does not have sufficient privileges to create table on the default permanent tablespace.
第7题:
SER_NO
ORDER_ID
STATUS
PROD_ID
ORD_TOTAL
composite index on ORDER_ID and ORDER_DATE
第8题:
No more data files can be added to the tablespace.
Segment space is managed by free lists in the tablespace.
A user created without being assigned a default tablespace uses this tablespace.
The tablespace can be dropped with the current setting with segments present in it
第9题:
SER_NO
ORDER_ID
STATUS
PROD_ID
ORD_TOTAL
composite index on ORDER_ID and ORDER_DATE
第10题:
It will create the tablespace TEMP1 in group G1
It will create the tablespace TEMP1 in group G3
It will not add the tablespace TEMP1 to any group
It will create the tablespace TEMP1 in the default group
It will throw an error with message 'specified group is not available
It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
第11题:
Use Data Pump to transfer the existing data to a new encrypted tablespace
Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespace
Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace
Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace
Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted
第12题:
A
B
C
D
第13题:
You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What does the statement generate?()
第14题:
Which statement will NOT create a tablespace?()
第15题:
You find pockets of empty space in the USER_DATA tablespace due to a lot of DML operations on the objects in the USER_DATAtablespace. The pockets of empty spaces are too small to be reused individually. This is leading to wastage of space. You decide to perform the shrink operation to reclaim the wasted space. Which advisor will you use to determine the objects in the USER_DATA tablespace that are good candidates for the shrink operation?()
第16题:
SQL Tuning Advisor
SQL Access Advisor
Undo Advisor
Segment Advisor
第17题:
A CHECK constraint is created on the OID column.
A NOT NULL constraint is created on the OID column.
The ORDERS table is the only object created in the USERS tablespace.
The ORDERS table and a unique index are created in the USERS tablespace.
The ORDERS table is created in the USERS tablespace and a unique index is created on the OID columnin the SYSTEM tablespace.
第18题:
CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;
CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;
CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;
CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;
第19题:
A text copy of the control file.
A binary copy of the control file.
A file containing a SQL statement which will re-create the database.
A file containing a SQL statement which will re-create the control file.
第20题:
The table is moved to the SYSAUX tablespace.
The table is moved to the SYSTEM tablespace.
The table is removed from the database permanently.
The table is renamed and remains in the TBSFD tablespace.
第21题:
It will create the tablespace TEMP1 in group G1.
It will create the tablespace TEMP1 in group G3.
It will not add the tablespace TEMP1 to any group.
It will create the tablespace TEMP1 in the default group.
第22题:
It will create the tablespace TEMP1 in group G1.
It will create the tablespace TEMP1 in group G3.
It will not add the tablespace TEMP1 to any group.
It will create the tablespace TEMP1 in the default group.
第23题:
A
B
C
D