Give the panel command to start a specific tablespace within a DB2 database.



To start a specific tablespace within a DB2 database we can use below panel command.

START DATABASE (DSNDB01) SPACENAM(TABSPAC1)

Using the START DATABASE command, we can also start database and indexspace.


Advertisements