351.What information does the report schema command not provide? (Choose all that apply.)
A. Size of the datafiles
B. Size of the tempfiles
C. Date of last backup for datafiles and tempfiles
D. Filenames for each datafile
E. Checkpoint SCN associated with the last RMAN backup
Answer: CE
答案解析:
RMAN> report schema;
Report of database schema for database with db_unique_name TEST1107
List of Permanent Datafiles
===========================
File Size(MB) Tablespace RB segs Datafile Name
---- -------- -------------------- ------- ------------------------
1 720 SYSTEM *** /u01/app/oracle/oradata/test1107/system01.dbf
2 620 SYSAUX *** /u01/app/oracle/oradata/test1107/sysaux01.dbf
3 115 UNDOTBS1 *** /u01/app/oracle/oradata/test1107/undotbs01.dbf
4 5 USERS *** /u01/app/oracle/oradata/test1107/users01.dbf
5 345 EXAMPLE *** /u01/app/oracle/oradata/test1107/example01.dbf
6 10 TESTTBS *** /u01/app/oracle/oradata/test1107/test01.dbf
List of Temporary Files
=======================
File Size(MB) Tablespace Maxsize(MB) Tempfile Name
---- -------- -------------------- ----------- --------------------
1 29 TEMP 32767 /u01/app/oracle/oradata/test1107/temp01.dbf
RMAN>