- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- How to start a DB2 database DSNDB001 using the command panel?
- What is the panel command to display all DB2 database components?
- How to create a DB2 tablespace TABSPAC1 in the database DBSPAC1?
- Give and explain the panel command to display all the components of DB2 database DSNDB01 along with their status?
- Create a table within a Bootstrap Panel
- How to create a DB2 segmented tablespace TABSPAC2 in storage group STOGRP1?
- How to reorganize the DB2 tablespace TABSPAC1 to reclaim fragmented space?
- How to create a DB2 Tablespace in storage group STG1 and bufferpool BP01?
- Updating and sampling of catalog statistics for DB2 tablespace
- How to execute a command and get the output of command within C++ using POSIX?
- Include list groups within any Bootstrap Panel
- How to execute a command and get output of command within C++ using POSIX?
- How to create a DB2 database DBSET1 in the storage group STG1?
- How to create a database on command line in MySQL?
- How to provide & remove user access to/from DB2 object? Give the DB2 commands?

Advertisements