Showing packages

You can show a summary of packages based on specified criteria, and optionally list the objects contained in those packages. The packages might be generated from another database for the current database, generated from the current database for another database, or generated from the save_offline_and_delete command. If several packages for the same criteria are generated at different times, the output shows the earliest generated package first and the most recently generated package last.

Before you begin

The current database must be initialized to use DCM.

About this task

ccm dcm -s|-sh|-show -packages [-members] 
        [-from_dbid|-from_database_id database_spec] 
        [-to_dbid|-to_database_id database_spec] 
        [-ts|-transfer_set transfer_set_spec] 
        ([-gen|-generate] | [-rec|-receive] | 
        [-soad|-save_offline_and_delete] | [-serverdir server_path])
-from_dbid|-from_database_id database_spec
Specifies the destination database from which the package was generated. Set the database_spec to a single database definition. See Database specification for details.
-gen|-generate
Specifies to search the server generate directory for packages to be shown.
-members
Specifies to include information from both the DCM preview file and the package summary in the output.
-rec|-receive
Specifies to search the server receive directory for the packages.
-serverdir server_path
Specifies the path to the server directory in the file system that contains the packages.
-soad|-save_offline_and_delete
Specifies to search the default server directory for SOAD packages for the packages to be deleted.
-to_dbid|-to_database_id database_spec
Specifies the destination database to which the package is generated. Set the database_spec to a single database definition. See Database specification for details.
-ts|-transfer_set transfer_set_spec
Specifies to filter the packages by the transfer set name used to generate the package. Set the transfer_set_spec to a single transfer set. For details, see Transfer set specification.

Example


Feedback