DB02 Create Table Space
DB02 Create Table Space
DB02 Create Table Space
To add new tablespace, choose option number 2 Space Management. Then ENTER.
Tablespace creation is going to execute. You do not net to shutdown your SAP R3 nor Oracle DB
to do this. You can do this online.
Additional information you need to supply such as datafile size, increment size, etc. Then type c
to continue.
Back to Space Management menu. Next step, check the result using DB02 tcode.
You can see that tablespace PSAPIDS_REORG has been added in tablespace list.
Congratulations ! Now, you can continue your coffee break time :D
Login to your SAP R/3 DB instance Windows using [sid]adm user. Open your command
prompt.
There are many menus on SPACE Management including Extend tablespace, Create tablespace,
etc.
Type 1 to Extend tablespace. To get information about tablespace list, you can use DB02 on your
SAPGUI screen. For this tutorial, I want to extend PSAPIDS tablespace.
On this screen, you can see information about last added tablespace including datafile size,
datafile name, etc. I use default (datafile size about 2470 MB). Type C to continue.
If you want to add more datafile, you can specified now by typing y. Right now, I just want to
add 1 datafile so I type c.
To check your new datafile has been added to your tablespace you can use DB02 and then press
REFRESH button.
Now, you can extend your tablespace easily and have a nice day.
NB : You dont need to shutdown your SAP R/3 system or Oracle DB to extend tablespace. You
can do this online while your SAP R/3 system and Oracle DB running.
SAP R/3 are ERP software using large database. Usually commercial databases such Oracle,
DB2, Informix is used as its database server. Mine using Oracle 9.2.0.6.
SAP tcode DB02 is use to check database size, tablespaces size, current statistic, checking
freespace statistic, analyze detailed tablespace, checking missing indexes, and space critical
objects. Actually, we can do more than that.
SAP R/3 installation created 6 tablespaces by default. Here are name of their tablespaces :
PSAPTEMP
PSAPUNDO
PSAP[SID]
PSAP[SID]620
PSAP[SID]UDR
SYSTEM
I am using SAP R/3 Enterprises 4.7 ext 200 version. It may be different if you are using old or
new ones.
SAP R/3 data is saved on PSAP[SID] tablespace. So, we need to managed this tablespace
carefully.
Press Space Statistic button to find out tablespace size and its growth. Tablespaces growth can
be seen daily, weekly, or monthly.
If your PSAP[SID] tablespace size is reaching 95% level, you should consider increasing its size.
You can use BRTOOLS to increase tablespace size. Well talk about BRTOOLS later.