单项选择题
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?()
A.The table is moved to the SYSAUX tablespace.
B.The table is moved to the SYSTEM tablespace.
C.The table is removed from the database permanently.
D.The table is renamed and remains in the TBSFD tablespace.
相关考题
-
多项选择题
WhichtwostatementsaboutRecoveryManager(RMAN)backupsaretrue?()
A.Online redo log files can be backed up.
B.Archived redo log files are backed up.
C.Only used data blocks can be backed up as backup sets.
D.Only consistent database backups can be performed.
E.RMAN backup can be taken only if the database is configured in ARCHIVELOG mode. -
单项选择题
ThedatabaseusersareconnectingtothePRODdatabasefromdifferentapplications,therebydegradingthedatabaseperformance.Theseniordatabaseadministratorsuspectsthelargenumberofconcurrentconnectionstobethereasonforlowperformanceandasksyoutorestrictthenumberconcurrentconnectionsperdatabaseusertoone.Whichactionwouldyoutaketoachievethisobjective?()
A.set the SESSIONS to 1 in the parameter file
B.grant SINGLE SESSION privilege to all of the users
C.set the SESSIONS_PER_USER to 1 in the users’ profile
D.grant RESTRICTED SESSION privilege to all of the database users
E.create a role with SINGLE SESSION privilege and assign the role to the users -
多项选择题
WhichtwostatementsaretrueregardingaPL/SQLpackagebody?()
A.It cannot be created without a package specification.
B.It cannot invoke subprograms defined in other packages.
C.It can contain only the subprograms defined in the package specification.
D.It can be changed and recompiled without making the package specification invalid.
