Database Anti-cataloging

If cancel the mapping from database to the client, it needs to database anti-cataloging. You can execute the commands of database anti-cataloging through command line or interface operation to finish anti-cataloging the database.

Basic Steps

Command Method

  • Mode One: The Command Window with non-interactive mode

    In the "Command Window", the commands of database anti-cataloging are shown below:

    Copy
         
    	db2 uncatalog db db_alias
    
    
    • db_alias: The database alias that needs to be node anti-cataloging.
  • Mode Two: The "Command Line Processor" with interactive mode

    The commands in Command Line Processor and Command Editor are shown as below:

    Copy
         
    	uncatalog db db_alias
    
    

Interface Execution Method

In the directory tree of Control Center, right click the database that needs to database anti-cataloging and select the Remove.

Related Topics