4.94 DBA_APP_VERSIONS

DBA_APP_VERSIONS displays information about all application versions installed in an application container.

Column Datatype NULL Description

APP_NAME

VARCHAR2(128)

Name of the application

APP_VERSION

VARCHAR2(30)

Version of the application

APP_VERSION_COMMENT

VARCHAR2(4000)

Comment associated with the application version

APP_VERSION_CHECKSUM

NUMBER

Checksum for the application version

APP_ROOT_CLONE_NAMEFoot 1

VARCHAR2(64)

Name of the application root clone that corresponds to the application

APP_VERSION_BEGIN_TIMEFoot 2

DATE

 

Begin time of the most recent sync of the application

APP_VERSION_END_TIMEFoot 2

DATE

 

End time of the most recent sync of the application

APP_VERSION_NUMBERFoot 2

NUMBER

 

Version number of the application version

Footnote 1 This column is available starting with Oracle Database 19c, Release Update 19.7.

Footnote 2 This column is available only on Oracle Autonomous Database Serverless.

See Also:

Oracle Multitenant Administrator's Guide for more information about application containers