Youhaveadatabasewiththefollowingtablespaces:SYSTEM,SYSAUX,UNDO,USERS,TEMP.Youwantto"rollback"thedataintheUSERStablespacetothewayitlookedyesterday.Whichtablespacesdoyouneedtoperformapoint-in-timerestoreoperationoninordertocompletethistask?()
A.SYSTEM
B.SYSAUX
C.UNDO
D.USERS
E.TEMP
F.Thisrestoreisnotpossible
第1题:
A.SYSTEM表空间和非SYSTEM表空间
B.UNDO表空间和Temporary表空间
C.SYSTEM表空间和Temporary表空间
D.SYSTEM表空间和UNDO表空间
E.SYSTEM表空间,UNDO表空间和Temporary表空间
第2题:
第3题:
C++17中,构造路径对象正确的代码是
A.namespace fs=std:filesystem; fs::path b{"C:/Users"}; b = b / "cyd";
B.std::filesystem::path r{"C:Windows"}; r.append("System32");
C.std::filesystem::path r{"C:Windows"}; r += "System32";
D.std::filesystem::path p{"/home"}; r += "cyd";
E.using fs=std:filesystem; fs::path p {"/home"}; p /= "cyd";
第4题:
A.undo表空间按照需要自动扩展和收缩,对于给定的事物可以循环利用
B.数据库可以有多个undo表空间
C.如果UNDO_TABLESPACE没有设置,且UNDO_MANAGEMENT设置为AUTO,则启动数据库的时自动创建udno表空间
D.UNDO_TABLESPACE参数可以设置为手动和自动管理方式
第5题:
有关表空间的内容正确的是
A.ORACLE默认系统表空间有system、sysaux、temp、undotbs以及users
B.system表空间主要存放数据字典,包括表、视图、存储过程等的定义
C.sysaux表空间是system表空间的辅助表空间,主要存放数据字典以外的其他对象
D.temp是临时表空间