Multiple choice

Which data dictionary view should be used, when finding out whether two databases are cross-transportable compliant or not?

  1. V$TRANSPORTABLE_PLATFORM
  2. V$ENDIAN FORMAT
  3. V$PLATFORM
  4. V$COMPATIBILITY_LEVEL
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

V$TRANSPORTABLE_PLATFORM shows which platforms can cross-transport tablespaces. It lists platforms and their endian formats, allowing you to verify compatibility between source and target databases before attempting transportable tablespace operations.