QuestionQ2

Configuration

Which of the following best describes a Database Connection?

  • A Object that defines the repository connection for client applications like Content Navigator
  • B Reusable object defined in the GCD that defines the underlying connection to the database
  • C Used in legacy workflow systems only and are no longer needed in Content Platform Engine v5.5.x
  • D Defined in Process Configuration Console to configure external database connections
Explanation

A Database Connection in Content Platform Engine is a reusable, domain-level object stored in the Global Configuration Database (GCD). It defines the underlying connection (JDBC/JNDI data source) to a relational database, and once created it can be reused by multiple object stores or other components that need to connect to that database, avoiding the need to redefine connection details repeatedly. This is distinct from client-application repository connections (used by tools like Content Navigator) and is a core, currently supported GCD object rather than a legacy workflow-only construct.

Learn more

Community Discussion

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