Searching for Database Component Configurator Details
You can use the
sagcc list administration command to search for information about the Database Component Configurator. The details that you can list include:

Catalog

Actions

Database types

Products

Components

Supported upgrade versions
Command Syntax

To list the catalog of created database components for a product:
sagcc list administration product local DatabaseComponentConfigurator
database catalog db.type=db_type db.username=db_username
db.password=db_password_db.name=db_name db.url=db_url

To list the actions supported by the Database Component Configurator:
sagcc list administration product local DatabaseComponentConfigurator
database actions

To list the the RDBMSs the Database Component Configurator supports:
sagcc list administration product local DatabaseComponentConfigurator
database dbtypes

To list the IDs of supported products:
sagcc list administration product local DatabaseComponentConfigurator
database products

To list the codes of supported database components:
sagcc list administration product local DatabaseComponentConfigurator
database components

To list the supported migration versions:
sagcc list administration product local DatabaseComponentConfigurator
database migrations db.type=db_type
{product|component}=productID|componentID
Example
To list the supported migration versions on the SQL server database for the “MWS” run-time component:
sagcc list administration product local DatabaseComponentConfigurator
database migrations db.type=sqlserver component=MWS