单项选择题
View the Exhibit.
The DBA creates a new user as follows:
SQL> CREATE USER manfus IDENTIFIED BY manfus TEMPORARY TABLESPACE temp;
User manfus creates a table as follows:
SQL> CREATE TABLE material(id NUMBER(3));
In which tablespace will the material table be created?()
A.SYSTEM
B.USERS
C.PROD
D.SYSAUX
E.TEMP
相关考题
-
多项选择题
Exhibit: View the Exhibit. Your Oracle 10g database has 6 tablespaces in which: -TEMP is the default temporary tablespace -UNDOTBS1 is the default undo tablespace -USERS is the default permanent tablespace In this database, which two tablespaces can be made read only?()
A.TEMP
B.PROD
C.USERS
D.SYSAUX
E.SYSTEM
F.UNDOTBS1 -
多项选择题
WhataretheconsequencesofexecutingtheSHUTDOWNABORTcommand?()
A.The database files are synchronized.
B.Uncommitted changes are not rolled back.
C.The database is closed, but the instance is still started.
D.Database buffers and redo buffers are not written to the disk.
E.The database undergoes automatic media recovery during the next startup. -
多项选择题
Datafilesofwhichthreetablespacescanberecoveredbyperforminganopenrecovery?()
A.TEMP
B.UNDO
C.INDEX
D.SYSAUX
E.SYSTEM
