OCP-1Z0-053-V13.02-710题

710. You executed the following commands in a database session:

 

Which statement is true about the contents of the recycle  bin in this situation?

A.They remain unaffected.

B.They are moved to flashback logs.

C.They are moved to the undo tablespace.

D.They are moved to a temporary tablespace.

E.The objects in the recycle bin that are in the default tablespace for the session user are cleaned up.

Answer: E 

回收站中的对象在会话用户的默认表空间被清理掉了。

[oracle@rtest ~]$ oerr ora 1536

01536, 00000, "space quota exceeded for tablespace '%s'"

// *Cause:  The space quota for the segment owner in the tablespace has

//          been exhausted and the operation attempted the creation of a

//          new segment extent in the tablespace.

// *Action: Either drop unnecessary objects in the tablespace to reclaim

//          space or have a privileged user increase the quota on this

//          tablespace for the segment owner.

意思是没有足够的空间来创建myspace这张表。

原文地址:https://www.cnblogs.com/hzcya1995/p/13316358.html