Which two dynamic performance views would you query to determine the endian format of your platform?

Which two dynamic performance views would you query to determine the endian format of your platform? (Choose two.)

Which two dynamic performance views would you query to determine the endian format of your platform? (Choose two.)

A.
V$DATABASE

B.
V$INSTANCE

C.
V$PLATFORM

D.
V$TABLESPACE

E.
V$CONTROLFILE

F.
V$TRANSPORTABLE_PLATFORM

Explanation:
SQL>SELECT d.PLATFORM_NAME, ENDIAN_FORMAT
FROM V$TRANSPORTABLE_PLATFORM tp, V$DATABASE d
WHERE tp.PLATFORM_NAME=d.PLATFORM_NAME;
PLATFORM_NAME ENDIAN_FORMAT
——————————————- ————– Linux 64-bit for AMD Little



Leave a Reply 0

Your email address will not be published. Required fields are marked *