多项选择题
The following query will provide what information about transportable tablespaces for the current database?()
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
相关考题
-
多项选择题
Whichofthefollowingareincludedinatransportabletablespaceset?()
A. The datafiles that make up a self-contained group of tablespaces required for copy
B. The system tablespace
C. An export of the tablespace metadata
D. The spfile
E. All of the above -
单项选择题
Whichofthefollowingdescribeshowadistributedresumabletransactionbehaves?()
A. The resumable setting on the initiating session determines the resumable conditions for the entire distributed transaction.
B. The resumable setting for the initiating instance determines the resumable conditions for the entire distributed transaction.
C. The resumable setting on the initiating session controls only that part of the transaction that occurs within the local instance; remote resumable settings determine the behavior of the distributed parts of the transaction.
D. None of the above. -
单项选择题
Toenableresumablespaceallocationfortheinstance,whichofthefollowinginitializationparametersshouldyousettoanonzerovalue?()
A. RESUMABLE_SPACE_TIME
B. RESUMABLE_SPACE
C. RESUMABLE_TIME
D. RESUMABLE_TIMEOUT
E. TIME_RESUMABLE
