Oracle OCP 1Z0 053 Q426(transportable tablespace)

abstractcyj發表於2016-04-04
426.The following query will provide what information about transportable tablespaces for the current
database? (Choose all that apply.)
select d.platform_name "Source", t.platform_name
"Compatible Targets", endian_format
from v$transportable_platform t, v$database d
where t.endian_format = (select endian_format
from v$transportable_platform t,
v$database d
where d.platform_name =
platform_name);
A. The list of target platforms having the same endian format as the source database
B. The list of target platforms requiring endian conversion
C. The list of target platforms that will not require endian conversion
D. The list of all target platforms that can receive transportable tablespaces from the source database
E. None of the above
Answer: AC

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2074972/,如需轉載,請註明出處,否則將追究法律責任。

相關文章