Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#EAE6FF

After the VDB was started, the following message appears: The VDB “VDB 1” was successfully started.

Ignoring Oracle errors during VDB startup

During the VDB startup, any Oracle error stops the process and fails the startup. These errors may be ORA-, RMAN-, etc… To allow certain errors to be ignored, a special configuration file named dst-agent-excluded-error-codes.properties is used. This file is located alongside the destination agent JAR file and is read during each VDB startup. Since it is dynamically loaded, changes can be applied without requiring a restart of the application.The structure is a properties file, where

  • key is the error with prefix

  • value is free text explanation - for readability only, it is ignored by the application:

Sample:

Code Block
ORA-32004=deprecated parameters
RMAN-03002=failure of statement or recover command

To force stop the refresh of a VDB:

...