verify_adm

Submits a Verify Application Data Model job for the given Application Data Model and target.

Format

emcli verify_adm
     -adm_name=<application_data_model_name>
     -target_name=<target_name>
     -target_type=<target_type>
     [-job_name=<job_name>]
     [-db_cred_name=<database_named_credentials>]
     [-db_pref_creds_name=<database_preferred_credentials>]
     [-job_description=<job_description>]

[ ]  indicates that the parameter is optional.

Options

  • adm_name

    Application Data Model name for which the job will be submitted for verification.

  • target_name

    Name of the target for which the verify ADM job will be submitted. This can either be the source database or any of the associated databases for the ADM.

  • target_type

    Type of target for which the verify aDM job will be submitted for the Application Data Model.

  • job_name

    Name of the job to be submitted.

  • db_cred_name

    Name of named database credentials stored in the Enterprise Manager repository.

  • db_pref_creds_name

    Name of preferred database credentials stored in the Enterprise Manager repository. The valid values for this option are:

    • DBCredsNormal — Default normal credential set for a database target.

    • DBCredsSYSDBA — SYSDBA credential set for a database target.

    You must provide a value of either db_pref_creds_name or db_cred_name for the successful submission of the job.

  • job_description

    Description of the job to be submitted.

Output

Success/error messages.

Example

This example submits a job with name 'verify adm' on the target test_database for the application data model Sample_ADM.

emcli verify_adm
       -adm_name=Sample_ADM
       -target_name=test_database
       -target_type=oracle_pdb
       -job_name="verify adm"
       -db_cred_name=NC_testdb

emcli verify_adm
       -adm_name=Sample_ADM
       -target_name=test_database
       -target_type=oracle_pdb
       -job_name="verify adm"
       -db_cred_name=NC_testdb
       -job_description="verify adm job on test_database"

emcli verify_adm
       -adm_name=Sample_ADM
       -target_name=test_database
       -target_type=oracle_database
       -job_name="verify adm"
       -db_pref_creds_name=NC_testdb_pref
       -job_description="verify adm job on test_database"