How Increase SYSAUX table space

Hi,
After running the script
REM
REM START OF SQL
REM
set pagesize 132
set linesize 80
column tspace_name format a21
column Pcent_Free format 99.9
column MB_Free format 999,999
column MB_Total format 999,999
select z.tablespace_name tspace_name,
(select sum(b.bytes)/(1024*1024) from dba_free_space b where b.tablespace_name = z.tablespace_name) MB_Free,
(select sum(a.bytes)/(1024*1024) from dba_data_files a where a.tablespace_name = z.tablespace_name) MB_Total,
((select sum(b.bytes)/(1024*1024) from dba_free_space b where b.tablespace_name = z.tablespace_name)/(select sum(a.bytes)/(1024*1024) from dba_data_files a where a.tablespace_name = z.tablespace_name)*100) Pcent_Free
from dba_tablespaces z
order by z.tablespace_name
REM
REM END OF SQL
REM
====================================================================
I got an O/P.
TSPACE_NAME MB_FREE MB_TOTAL PCENT_FREE
APPS_TS_ARCHIVE 367 866 42.4
APPS_TS_INTERFACE 253 1,041 24.3
APPS_TS_MEDIA 278 1,446 19.2
APPS_TS_NOLOGGING 26 64 40.0
APPS_TS_QUEUES 921 1,000 92.1
APPS_TS_SEED 455 3,038 15.0
APPS_TS_SUMMARY 253 1,146 22.1
APPS_TS_TOOLS 500 500 #####
APPS_TS_TX_DATA 778 5,992 13.0
APPS_TS_TX_IDX 1,170 8,462 13.8
APPS_UNDOTS1 1,235 1,730 71.4
CTXD 3 18 18.1
ODM 2 12 20.3
OLAP 17 17 99.6
OWAPUB 10 10 99.2
PORTAL 100 100 99.5
SYSAUX 1 446 .3
SYSTEM 1,895 12,681 14.9
TEMP1
TEMP2
20 rows selected.
Can any one will give me the complete procedure to increase the space in SYSAUX tablespace?
Regards,
Niranjan

Hi;
What is your DB version?
You can use toad etc program for increase your related tablespace or you can use below command
ALTER DATABASE DATAFILE '/xxx/sysaux01.dbf' RESIZE 2000M;
or you can give autoextend as follow:
ALTER DATABASE DATAFILE '/xxx/sysaux01.dbf' AUTOEXTEND ON NEXT 100M MAXSIZE 5000M;
Regard
Helios

Similar Messages

  • How to increase the table space for a particular table?

    Hi Friends,
    I want to know how to increase the table space for a particular table and how to check the table space size of a particular table. Please can any one send the SQL Script. I am very much poor in DBA Part.
    Thanking You ..
    Kiran

    Kiran - you should post this question on the SQL/Database forums - this is a Forms specific forum...
    Regards
    Grant Ronald
    Forms PRoduct Management

  • How do i increase the table space in BI...

    How do i increase the table space in BI. Its giving me short dumps when i am logging into the system. So, i need to increase the Table space. Can you all please tell me the steps for increasing it.
    Thank You.

    hi irfan,
               I too faced the similar problem error showing was table space problem its some database issue sue to this issue i was not able to run any loads or do any operations on by BI side then my on site team contacted the oracle guys to solve this.......
    ravi

  • How to extent table space in ecc6 sap with aix

    Dear ALL,
    how to extent table space in ecc6 sap with aix
    REGARDS,
    ashutosh

    Hi Ashutosh,
    You can use brtools/sapdba in oracle and increase tablespace. You have not mentioned which database and version using.
    Regards,
    Anil

  • How to Access Table Space Map in Oracle 10g OEM

    How and from where to Access Table Space Map in Oracle 10g OEM ??
    Thanks

    Hi,
    first of all, the online help system of grid control is outstanding. Just click on Help in the upper right corner and enter "Tablespace Extent Map" in the search form.
    Result:
    Show Tablespace Contents Page
    Each Oracle database is divided into one or more logical units called tablespaces. You can use Oracle Enterprise Manager to manage these tablespaces and create or modify the parameters for the tablespaces. Use the Tablespace property sheet to set general and storage information for the specified tablespace.
    Use the Show Tablespace Contents page to display the list of tablespace segments that comprise the existing tablespace. You can display Tablespace Extents by choosing Show Tablespace Extent Map at the bottom of the page. An extent is a logical unit of database storage space allocation made up of a number of contiguous data blocks. One or more extents in turn make up a segment. When the existing space in a segment is completely used, Oracle allocates a new extent for the segment.
    You can view segment extents by clicking on the link in the Extents column to display the Extents in Segments page.
    You can display the Show Tablespace Contents page by choosing Show Tablespace Contents from the command drop down list on the Tablespace property page, the Tablespace View page, or the Tablespace search results page.
    Note: Developers could only display the tablespace map to a maximum hard coded number of 30,000 extents. Tablespaces are often larger than that. If a tablespace is larger than 30,000 extents, the portion over that is displayed as Unmapped. To avoid exceeding the memory capacity of the tablespace map and to display the map without unmapped extents, use a search criteria displaying results of less than 30K extents.
    For an overview of tablespaces, see the "Overview of Tablespaces " chapter of the Oracle Database Concepts Guide.
    For more information about managing tablespaces, see the " Managing Tablespaces" chapter of the Oracle Database Administrators Guide.
    For more information about managing datafiles, see the " Managing Datafiles and Tempfiles" chapter of the Oracle Database Administrator's Guide.

  • Simple:How is Copying table space from instance to other?

    Please .. Can u give me the complete way to Copy table space from instance to other using imp/exp???

    Given you didn't post a version you seem to assume there is only one way ... there are at least four I know of so you need to look up the answer for your version yourself.
    http://tahiti.oracle.com
    look up transportable tablespaces
    http://www.psoug.org/library.html
    Working demos under Transportable Tablespaces
    http://www.caleb.com
    look under the DBA scripts

  • Problems Recovering Sysaux table space with missing archive log

    Dear All
    We have a 10G r2 database running on RHEL 4.2.
    Today when updating certain records in one of the databases. whe have started getting the following error:
    error occurred at recursive SQL level 2 ORA-00376: file 3 cannot be read at this time ORA-01110: data file 3: '/u02/oradata/EDM/datafile/o1_mf_sysaux_1wwwhpg5_.dbf'
    This appears to have occurred as a result of one ofthe users adding a large amount of data to a table in one of the other tablespaces. Checking the V$datafile view shows this file to have a status of RECOVER. However on trying to do a
    recover datafile 3;
    I'm told that a change number generated back in April 2006 is required, this being in an archive log we no longer have.
    My question is how do I recover the datafile to the point in time shown without causing all the other tablespaces to revert to that date.
    It seems the SYSAUX tablespace has been in RECOVER status for some time now with no effect on the operation of the database. As such I'm loathe to return all of the database back to 04/2006 and lose 18 months work. Is it possible to just fix the SYSAUX tablespace? If so what is the process? If I recover the TS to the point in time that the missing archive log occurs and then do a reset logs will that truncate all the other tablespaces.
    Many Thanks
    Paul

    Thanks for the reply
    WE have a table named mlm_papertrail which, having added about 2000 rows to it, now causes the error shown whenever someone tries to insert a new row into it. Ihave created a new table and pointed the application to it and the problem no longer occurs.
    However the SYSAUX tablespace is marked recover as is the datafile that forms it. I can only assume that adding the rows to the table has in turn caused sysaux to expand until it has hit a part of the disk that is damaged or corrupt.
    I've tried recovering both the tablespace and the datafile getting the request for the archivelog back in 04/06. Again I can only assume the sysaux file has been damaged at this point, but till now hasn't caused any problems.
    I don't want to roll the whole database back to 04/06 since in the main it works fine. But obviously the SYSAUX tablespace needs recovering.
    My question is how do I do that with as little pain as possible :-)
    Anyway, thanks for the advice. I'll try what you suggest.
    regards
    paul

  • How analyses & Extend table space

    Dear Expert,
    I am using ECC 6.0 with Oracle 10 on HP UX.I check my Tablespace is near about 92 %.
    How to Run brtools ?Witch Login I should use ? What I should first analyses about space.I am sending my all filespace
    Filesystem             kbytes         used                avail           %used      Mounted on
    /dev/vg00/lvol3    2097152        421024       1663040   20%      /
    /dev/vg00/lvol1    1835008      165960            1656112    9%             /stand
    /dev/vg00/lvol8    17301504    1929128          15253368   11%          /var
    /dev/vg00/lvol7    12320768    2575488           9669216   21%          /usr
    /dev/vg00/lvol10   31457280   6269653           23613441   21%        /usr/sap/trans
    /dev/vg00/lvol11   10485760   2447740           7535698    25%         /usr/sap/DEV
    /dev/vg00/lvol6    10354688    4471048           5837720     43%        /tmp
    /dev/vg00/lvol9    10485760    6869488          3396110    67%         /sapmnt
    /dev/vg00/lvol12   2097152     28273              1940446    1%           /oracle
    /dev/vg00/lvol29   5242880     4857623          361185      93%         /oracle/stage/102_64
    /dev/vg00/lvol13   2097152     133178             1841230    7%          /oracle/client
    /dev/vg00/lvol15   15728640   14288071         1350577      91%        /oracle/DEV
    /dev/vg00/lvol22   14548992   408687             13256590    3%        /oracle/DEV/sapreorg
    /dev/vg00/lvol26   44040192    36724132       6858808      84%       /oracle/DEV/sapdata4
    /dev/vg00/lvol25   44040192    40570260       3253063     93%         /oracle/DEV/sapdata3
    /dev/vg00/lvol24   44040192    41129540       2728800     94%         /oracle/DEV/sapdata2
    /dev/vg00/lvol23   44040192     39980564      3805964     91%         /oracle/DEV/sapdata1
    /dev/vg00/lvol18   8388608       146099          7727359    2%          /oracle/DEV/origlogB
    /dev/vg00/lvol17   8388608       146099          7727359    2%          /oracle/DEV/origlogA
    /dev/vg00/lvol21   31457280     28540417      2734592     91%         /oracle/DEV/oraarch
    /dev/vg00/lvol20   8388608       121539          7750384    2%          /oracle/DEV/mirrlogB
    /dev/vg00/lvol19   8388608       121539           7750384    2%         /oracle/DEV/mirrlogA
    /dev/vg00/lvol30   6291456       4058364         2093777     66%        /oracle/DEV/102_64
    /dev/vg00/lvol5    12320768     4134056          8122808    34%         /opt
    /dev/vg00/lvol4    4194304        18928             4142784     0%        /home
    My /oracle/DEV/sapdata3    93%
    My /oracle/DEV/sapdata2     94%
    My /oracle/DEV/sapdata1    91%
    Please tell me how I analyse from given full filspace and Now I want to increase these three tablespace
    Thanks
    manu

    hi,
    /dev/vg00/lvol26 44040192 36724132 6858808 84% /oracle/DEV/sapdata4
    /dev/vg00/lvol25 44040192 40570260 3253063 93% /oracle/DEV/sapdata3
    /dev/vg00/lvol24 44040192 41129540 2728800 94% /oracle/DEV/sapdata2
    /dev/vg00/lvol23 44040192 39980564 3805964 91% /oracle/DEV/sapdata1
    this OS level view. As you can see tha your /oracle/DEV/sapdata4 (usually this is where your SAP production data reside) is almost full, 84%. Consider of increasing logical volume lvol26.
    Oracle tablespace is marked with PSAPxxx. You can check via tcode DB02, then click Current Sizes button.
    ardhian
    http://sapbasis.wordpress.com
    http://ardhian.kioslinux.com

  • To increase table space

    Hi all,
             I am new to unix solaris,
    I have solaris10 64bit os, oracle 10.2.0.4,netweaver 7.0
    Now i want to work with BRTOOLS in unix, i want to increase table space.
    how to extend table space in solaris environment, what are the commands to do that and what are the steps to do that?
    Thanks in advance,
    prathap g
    9940180084

    Hello Prathap,
    if you are unfamiliar with database administration for SAP systems,
    then start reading the documentation about the BR*Tools:
    [Getting Started with BR*Tools|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/0c/cd271365debc42bef96ac7fd907787/frameset.htm]
    For a start, you can call BR*tools on OS-level:
    brtools -u /
    2 (Space Management)
    1 (Extend tablespace)
    It is a good idea to post your question in the "SAP on Oracle"
    forum. BR*Tools are the same on Unix and Windows, so there
    is no need to also crosspost on "SAP on Unix" forum. The
    operating system doesn't matter.
    Regards,
    Mark

  • Table space need to be increased in every week..

    Dear Experts,
    We are facing a new problem .
    The problem is like , Last 6 months back we had done the Hard-ware migration. After
    migration we need to increase the table space in every 10 days.   But before migration , the table
    space was getting ing increased in every 45 days.
    In this way , we dont have much space left with us..
    I am not able to analyse the issue ...
    Please suggest .. What to check and necessary action ...
    Thanks,
    Sanjana

    Hi,
    Thank you for the response. Yes , the hord-ware migration is not linked with this issue. But this is happening after migration . So I was thinking , if any setting might have changed or something like that .
    Deleting all the redundant data in system means , it should run regaularly. And Now new developments have gone to production.
    And the data loads are carrying almost same amount of data. Only 2 changes, Material Master was coming on DELTA , Now its Coming on FULL Load.  Rest all loads are same as before migration.
    Kindly suggest.
    Thanks,
    Sanjana

  • Unable to increase table space

    Hi,
    i am getting this error on sap apoo 3.1 ides sytem
    ORA-001653 Unable to increase table space PSAPEL46DD #
    Can any one tell me who do i increase the tables space step by step
    Thanks
    Priya

    Hi,
    You can do it in couple of ways,ie either with sapdba or brtools.
    execute sapdba or brtools and follow the menu options(its quite straight forward)
    or you can do it through sqlplus with the command
    ALTER TABLESPACE PSAPEL46DD  ADD DATAFILE '/path of the file ' size xxxM;
    Regards,
    Cherry

  • UNDO Table space management

    Dear All,
    My client Export/Import Process failed while Importing at quality server. Production Server Export process completed successfully.
    It looks like your UNDO tablespace is too small to handle a large volume transaction. Either increase your UNDO tablespace size or commit more often.  Received this error at QAR Server and client import process failed.
    Pl. guide how to Increase UNDO Table space or if any more solution to resolve my issue.
    Regards,
    Naik Diptesh

    Hi,
    As per your error, it looks like that your Undo tablespace was full because of that your import failed. Undo tablespace you can increase from brtools in PSAPUNDO.
    As you have not mentioned your database release. Please check below notes for undo management as per your release.:
    Note 1035137 - Oracle Database 10g: Automatic Undo Retention
    Note 600141 -     Oracle9i: Automatic UNDO Management
    Thanks
    Sunny

  • Table space increasees in db2

    Dear team ,
    we are using ecc6+db2  found the problem in db02 table spaces dms/sms table spaces are reached 95% like BTABD ,BTABI
    etc tables please advice the steps how to increase the table spaces in db2.
    regards
    suresh

    Suresh,
    The following should help you. BTW is your DB not Automatic storage managed?
    http://help.sap.com/saphelp_sm40/helpdata/en/3d/da4d3c9bc34800e10000000a114084/content.htm
    A simple googling can always help
    Regards,
    Venkat

  • BRtools table space creation error

    hi,
    Iam trying to create new table space in my R/3 system. When i went to brtools - space management sytem throwing error owner failed.I tried with all users to login like ( <SID>adm,administrator etc ...)even then same problem.Could you please suggest how to create table space with what login id
    Error:
    Main options for creation of tablespace in database WA6
    1 - Tablespace name (tablespace) ......... [PSAPECDATA]
    2 - Tablespace contents (contents) ....... [data]
    3 - Segment space management (space) ..... [auto]
    4 - SAP owner of tablespace (owner) ...... [EC5ADM]
    5 - Data type in tablespace (data) ....... [both]
    6 # Joined index/table tablespace (join) . []
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR0662I Enter your choice:
    c
    BR0280I BRSPACE time stamp: 2006-06-14 21.08.45
    BR0663I Your choice: 'c'
    BR0259I Program execution will be continued...
    BR0824E Owner EC5ADM not found in database or not SAP owner
    BR0691E Checking input value for 'owner' failed
    BR0669I Cannot continue due to previous warnings or errors - you can go back to
    repeat the last action
    BR0280I BRSPACE time stamp: 2006-06-14 21.08.45
    BR0671I Enter 'b[ack]' to go back, 's[top]' to abort:
    Please suggest.
    - Cheers

    Login as ora<sid> and run brtools. Tablespace owner will be SAP<SID> or SAPR3 depends upon your version.
    Thanks
    Prince

  • Table space and recollection of released space after client deletion

    Dear All,
    I have two questions:
    1.Can any1 tell me how to determine the fastest growing table and how to reorganize table space.
    2. Is there any way by which we can recollect the space released:say after client deletion. I had deleted one client two  weeks back and when I saw the SAP/user drive I fow free space available remains the same.
    I searched but found no relevant clue.
    regards,
    Ashutosh

    1.- You can see the largest table report in ST04 (as far as i remember)...
    2.- You can reorganize your db using brtools - brspace...
    Read,
    http://help.sap.com/saphelp_erp2004/helpdata/en/32/0d0c888839164ba4245b3ff7969c59/frameset.htm
    Regards
    Juan

Maybe you are looking for