SAP Howto-How To Extend Table Space On Oracle On Linux
SAP Howto-How To Extend Table Space On Oracle On Linux
SAP Howto-How To Extend Table Space On Oracle On Linux
Table of Contents
1.
2.
3.
4.
5.
6.
7.
8.
9.
Summary
The purpose is this document is to show how to extend a database table space using BRTOOLS
in LINUX environment and then verify whether the in the new data file has been added correctly
or not. The
The Document will guide to use: Commands and GUI usage for particular task.
Applies to SAP Netweaver R/3 System
Author:
Priyashantha Fernando
Company:
Created on:
26 June 2012
Use tcode DB02 select the tablespace which is intend to extend. Eg: PSAPSR3
[= PSAPSR3]
Eg : /oracle/PI1/sapdata4/sr3_18/sr3.data18
Erppi1# su orapi1
erppi1:orapi1 54>
1 = Instance management
2 - Space management
3 - Segment management
4 - Backup and database copy
5 - Restore and recovery
6 - Check and verification
7 - Database statistics
8 - Additional functions
9 - Exit program
1 = Extend tablespace
2 - Create tablespace
3 - Drop tablespace
4 - Alter tablespace
5 - Alter data file
6 - Move data file
7 - Additional space functions
8 - Reset program status
###################################################
############################
1 = Extend tablespace
2 - Show tablespaces
3 - Show data files
4 - Show disk volumes
5 * Exit program
6 - Reset program status
A. Pos. Tablespace
Files/AuExt.
Total[KB]
Used[%]
Free[KB] MaxSize[KB]
1 - PSAPSR3
6901376
176291840
18/18
175484928
96.07
2 - PSAPSR3700
10866112
88948736
9/9
88948736
87.78
3 - PSAPSR3USR
16256
10240000
1/1
389120
95.82
4 - PSAPTEMP
2048000
2048000
1/0
2048000
0.00
5 - PSAPUNDO
7987136
10240000
1/1
7987200
0.00
6 - SYSAUX
63552
10240000
1/1
634880
89.99
7 - SYSTEM
14656
10240000
1/1
921600
98.41
1
BR0280I BRSPACE time stamp: 2012-06-26 09.52.27
BR0663I Your selection: '1'
Then Check the status thorugh the DB02 and database size.
[New Size is 302.97 GB]
Erppi1# su orapi1
erppi1:orapi1 54>
erppi1:orapi1 53> sqlplus / as sysdba
SQL>
SQL> select file_name from dba_data_files;