Showing packages

You can show a summary of packages, based on specified criteria, or give a preview of the objects contained in the packages. Any database can generate packages with any transfer set, and by using the save_offline_and_delete command. If several packages for the same criteria are generated at different times, the output displays the earliest generated package first and the latest (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. You can 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 will be generated. You can 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. You can set the transfer_set_spec to a single transfer set. For details, see Transfer set specification.

Example


Feedback