Command Central 10.15 | Using the Command Line Interface | Managing Database Components Using CLI Commands | Searching for Database Component Configurator Details
 
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 for local or remote nodes with version 10.3 or lower:
sagcc list administration product <node> DatabaseComponentConfigurator 
database migrations db.type=db_type 
{product|component}=productID|componentID
Example
To list the supported migration versions for a remote node with alias "sag01_103" on the SQL server database for the “MWS” run-time component:
sagcc list administration product sag01_103 DatabaseComponentConfigurator
database migrations db.type=sqlserver component=MWS