- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: EXTENDING A TABLESPACE IN SAP 4.6C
Operating System - HP-UX
1821063
Members
2599
Online
109631
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2009 11:48 PM
тАО08-20-2009 11:48 PM
EXTENDING A TABLESPACE IN SAP 4.6C
One of my tablespace is full, unfortunately i have reached the maximum of 254 i.e i cannot create any more datafiles.How can i extend this tablespace without adding the datafile (since i have reached the maximum) or which parameter do i need to adjust to allow me create more datafile to extend space in the tablespace.
The set is SAP r/3 4.6c, Oracle 8i running on Tru64 Unix.
I would appreciate any assistance since work is suffering.
Thanking you in advance.
Regards,
Eric.
The set is SAP r/3 4.6c, Oracle 8i running on Tru64 Unix.
I would appreciate any assistance since work is suffering.
Thanking you in advance.
Regards,
Eric.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-21-2009 12:01 AM
тАО08-21-2009 12:01 AM
Re: EXTENDING A TABLESPACE IN SAP 4.6C
Hi,
first of all - these are the HP-UX forums.
Google is your friend so perhaps:
http://help.sap.com/erp2005_ehp_04/helpdata/DE/98/5dd5890f32274aa884e45e736752a2/content.htm
this may help you.
first of all - these are the HP-UX forums.
Google is your friend so perhaps:
http://help.sap.com/erp2005_ehp_04/helpdata/DE/98/5dd5890f32274aa884e45e736752a2/content.htm
this may help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2009 11:02 PM
тАО08-23-2009 11:02 PM
Re: EXTENDING A TABLESPACE IN SAP 4.6C
Hello.
Use brtools and the "resize datafile"
function on an existing file to get rid of the space shortage first.
For 8i it might be neccessary to create new controlfiles to increase maxdatafiles and db_files in init.ora.
There is SAP note describing in detail
how to proceed.
Basicly it is an
alter database backup controlfile to trace;
Check user dump destination for the result
and adjust the number ob datafiles and save
as script.
Startup nomount the DB and run the script.
Check out for all precautions named in the SAP Note BEFORE you start.
Volker
Use brtools and the "resize datafile"
function on an existing file to get rid of the space shortage first.
For 8i it might be neccessary to create new controlfiles to increase maxdatafiles and db_files in init.ora.
There is SAP note describing in detail
how to proceed.
Basicly it is an
alter database backup controlfile to trace;
Check user dump destination for the result
and adjust the number ob datafiles and save
as script.
Startup nomount the DB and run the script.
Check out for all precautions named in the SAP Note BEFORE you start.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2009 02:45 AM
тАО08-24-2009 02:45 AM
Re: EXTENDING A TABLESPACE IN SAP 4.6C
Hi Duncan,
You can extend an existing datafile from that tablespace with the following sql commands (you need to have the DBA role):
select tblspc.name, tblspc.included_in_database_backup, df.name datafile_name, df.bytes, df.blocks,df.block_size
from v$tablespace tblspc, v$datafile df
where tblspc.name in ('')
and df.ts# = tblspc.ts#
order by tblspc.name, df.name
alter database datafile '' resize M
Best Regards,
Eric
You can extend an existing datafile from that tablespace with the following sql commands (you need to have the DBA role):
select tblspc.name, tblspc.included_in_database_backup, df.name datafile_name, df.bytes, df.blocks,df.block_size
from v$tablespace tblspc, v$datafile df
where tblspc.name in ('
and df.ts# = tblspc.ts#
order by tblspc.name, df.name
alter database datafile '
Best Regards,
Eric
Each and every day is a good day to learn.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP