Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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
