QuestionQ14

Managing Databases

You have a Java EE application running on your premises that you want to migrate to your newly subscribed Oracle Java Cloud Service.

Which detail of the on-premises database should you consider for this migration?

  • A Database archive logs
  • B Database schema for the application data
  • C Database listener information
  • D Database snapshot files
Explanation

The database schema defines the application’s data structures and related database objects, so it must be considered to ensure the migrated Java EE application can access and use its application data correctly.

Community Discussion

No comments yet. Be the first to start the discussion!