Table space on an Oracle database needs to be increased when usage reaches over 90% capacity. Using the SAPDBA tool, one can increase table space by adding a data file. In SAPDBA, select the option to alter table space and add a data file. The system will ask if using file systems or raw devices for the new file. It will display default values that can be reset. Be sure to set auto extend to ON to automatically utilize available space. Check available free space on disk for the mentioned table space before specifying the size and continuing the process. Any errors will be logged to alert and log files.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views1 page
TableSpace Increasing On Oracle Database
Table space on an Oracle database needs to be increased when usage reaches over 90% capacity. Using the SAPDBA tool, one can increase table space by adding a data file. In SAPDBA, select the option to alter table space and add a data file. The system will ask if using file systems or raw devices for the new file. It will display default values that can be reset. Be sure to set auto extend to ON to automatically utilize available space. Check available free space on disk for the mentioned table space before specifying the size and continuing the process. Any errors will be logged to alert and log files.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
sap Table space Increasing on Oracle database
11:41 AM sapdatabase v No comments
Table space Increasing If the Usage % of any table space is more than 90 %( DB02), then we have to increasing the table space by adding a table file. Using SAPDBA tool, we can increase the table space In command prompt, enter SAPDBA and select the option C for space administration in that, select option F to alter table space and add data file The system will first ask if we want to use file systems or raw devices for the new data file. On this new screen shows the table space name in the header and it also displays some default values for the new data file. And if we want reset the default values by selecting the options like File system or raw device ,Select path and Display current files We need to set auto extend ON to utilize the available space automatically. During the table space name for which we want to increase ,we can check for free space available free space on the disk for a mentioned table space and start then continue We can specify the size of the table space by checking the After the new data file has been successfully created, the sapdba program will automatically show the menu for backing up the database If there are any errors while this process is running, an error message will be displayed and alert file and the log file generated in the sapreorg directory(oracle /SID/sapreorg/space<SID> file)