Table space got filled up, cannot goto RSA1 transaction also

Hi ,
We used to take backup of Planning Area every night, due to that Table Space got filled up. Even we could not login to RSA1 transaction to delete PSA requests.
We cannot delete data from Oracle database also, so is there anyway that we can delete data from Tablespace without going to RSA1 & not deleting from Back end.
Can anybody help........
Thanks in advance.
Regards,
Jagadeesh.

Hi,
Thanks for your answers, we have trying to increase the tablespace through DB02, and also cleared the log backup.
I think it will take some time, mean while can do any thing to overcome this issue.
Thanks in advance.
Regards,
Jagadeesh.

Similar Messages

  • Why does undo table space got full even when i commit between inserts??

    Dears,
    I have stored procedure which inserts around 5million record(insert select not applicable); and it always fails because of "ORA-30036: unable to extend segment by 8 in undo tablespace" although the procedure commits after every 10,000 records and the undo table space is 2GB. so my question is why does undo table space got full even if i commit?? & do i have other solution than making the undo auto extend??
    am working on Orcale 9i RAC
    Swaid A. McKey

    Actually, i had the same problem that my UNDO tablespace starting eating too much space, my undo_retention is set as 3hours, but how can estimate it using the view.
    Here the following sample output
    SID     STATISTIC#     VALUE
    3     151     0
    3     152     0
    3     153     0
    Can anyone assist with it ? But i still have the strange feeling why would UNDO get full once commit is being used. Even i did try with AUTOEXTEND and it throw me the errors that can't extend UNDO tablespace.
    Any ideas.....
    Thanks !!
    MB

  • Move a table from one table space to another tablespace and different table

    Hi,
    I have a 60gb table nearly 200 million records in it and the table has range partition.
    inorder to archive this table we have created 3 different tables and 3 different tablespaces for the tables.
    I want to move certain partitions to tableA and certain partitions to tableB and on to tableC and on the top i'm creating a view to access these 3 tables.
    Is there any technique to move the partition wise data to different tables. is there any new technique in 11g database?
    The database is 11gr1
    linux rhel5 x-86-64
    Edited by: user8894072 on Oct 12, 2010 2:03 PM

    if i do that like each partition has some millions of records. and the undotablespace is filling out and also the temp table space is filling out. The performance is very very poor if i use the create statement.
    Insert INTO TableA (select * FROM <BASETABLE> where pay_end_dt between '01-Jan-1999' and '31-Dec-2005')
    the above statement is also degrading the performance. I just need the synatx to move the partioned wise data to new table.

  • Tables Space Identification

    Hi all
    We have set Oracle 10g express edition for our development server; but it has reached the maximum allotted 370MB Space... even after deleting few of my records it is not able to gain any space.. any ideas to trace this out.
    Is there a way to find which table has occupied more space inside a tablespace...?
    has expression edition has export tablespace option for me to recreate?.
    Thanks in advance.

    Thanks Ed and avi.
    All my analysis started when we started getting ORA-12514 error, as part of that analysis we found out that the table space is filling up; so we did delete some unwanted records from multiple table and ran compact storage/update statiscs jobs ... but noting really helped. but then today both the SYSAUX and SYSTEM tablespace are looking full. for that 12514 error, as per one post, i replaced the service with SID and now i'm not getting that error.
    But then this space issues is not giving a fruitful result. as i'm not a dba, it is taking little longer to analyse and seek expert advice to resolve things.
    I couldn't find a easy way to allocate more space to the tablespace.
    Here is the detial report of my storage...
    Tablespaces Percent Used Allocated (MB) Used (MB) Datafiles
    DM_CDCPCM_DOCBASE 99.56% 370.00 368.38 1
    DM_CDCPCM_INDEX 12.33% 330.00 40.69 1
    SYSAUX 99.14% 560.00 555.19 1
    SYSTEM 98.46% 370.00 364.31 1
    UNDO 28.09% 500.00 140.44 1
    USERS 1.63% 100.00 1.63 1
    report total: 2,230.00 1,470.63 6
    1 - 6
    Tablespace File Name Size MB Maximum Size (MB) Auto Extensible
    DM_CDCPCM_DOCBASE C:\ORACLEXE\ORADATA\XE\DM_CDCPCM20080110200609_DB.DBF 370 1,024 YES
    report total: 370
    Please advice, how and what i should do to increase the allocated space.

  • Reuse table space?

    Hi gurus.
    We did an upgrade to our R/3 system recently. When we did that, we created a new QA (QA2) client that I then pointed to my BW QA box. I think that I have deleted all of the R/3 QA1 info from BW, but my database has outgrown the available space. Is there any way to reuse table space without doing a reorg? I have been searching this forum as well as others and can't find an answer that fits my scenario.
    Thanks! Points will be awarded!

    Hi,
    Cube may have aggregates associated with them.
    Aggregates
    An aggregate is a materialized, aggregated view of the data in an InfoCube. In an aggregate, the dataset of an InfoCube is saved redundantly and persistently in a consolidated form. Aggregates make it possible to access InfoCube data quickly in Reporting. Aggregates serve, in a similar way to database indexes, to improve performance. We Create aggregates in the following cases:
    The execution and navigation of query data leads to delays with a group of queries.
    You want to speed up the execution and navigation of a specific query.
    You often use attributes in queries.
    You want to speed up reporting with characteristic hierarchies by aggregating specific hierarchy levels.
    An aggregate is made up of characteristics and navigation attributes belonging to an InfoCube. You can group the data according to different Aggregation levels. In doing so, you can also store values for hierarchy levels belonging to an external hierarchy. Both time-dependent attributes and time-dependent hierarchies can be used in aggregates. Characteristics that are not used in the aggregate are brought together.
    If you have created aggregates for an InfoCube and entered data for them, the OLAP processor automatically accesses these aggregates. When navigating, the different results are consistent. The aggregate is transparent for the end user. New data is loaded at a defined time using logical data packages (requests) in an aggregate. After this transaction, the new data is available for rolling up in reporting.
    An aggregation level indicates the degree of detail to which the data of the underlying InfoCube is compressed. An aggregation level must be assigned to each component of an aggregate (characteristics and navigation attributes). You can choose one of the following aggregation levels:
    All characteristic values ("*"): The data is grouped by all the values of the characteristic or navigation attribute.
    Hierarchy level ("H"): The data is grouped by the hierarchy level node.
    Fixed value (‘F’): The data is filled according to a single value.
    To use an aggregate for an InfoCube when executing a query, you must first activate it and then fill it with data. Select  the aggregate that you want to activate and fill. The system creates an active version of the aggregate .
    System Activity
    The system creates the tables required by the aggregate definition in the database. Aggregates are created according to the same schema as InfoCubes.
    An aggregate contains two fact tables and a number of dimension tables.
    The table names are derived from the technical names of the aggregates.
    If the new data packages (requests) are loaded into the InfoCube, they are not immediately available for Reporting via an aggregate. To provide the aggregate with the new data from the InfoCube, you must first load the data into the aggregate tables at a time which you can set. This process is known as a Rollup.
    If Infocube has aggregates and If you had loaded data to this Infocube, then, the newly loaded data wont be available for reporting untill and unless rollup is done. Roll up means adding the newly loaded data to aggregates.
    If you switch off the aggregates it wont be identified by the OLAP processor. report will fetch the data directly from the cube. Switching off the aggreagte won't delete any data,but temporarly the aggregate will not be availbale as if it is not built on the info cube. No reporting is not possible on swtiched off aggregates. The definition of the aggregate is not deleted.
    You can temporarily switch off an aggregate to check if you need to use it. An aggregate that is switched off is not used when a query is executed.This aggregate will be having data from the previous load's. If the aggregate is switched off means it wont be available for reporting but data can be rolled up into it.
    If u deactivate the aggregates the data will be deleted from the aggregates and the aggregate structure will remain the same.
    The system deletes all the data and database tables of an aggregate. The definition of the aggregate is not deleted.
    Later when you need those aggregate once again you have to create it from scratch.
    If I have more than one aggrgate and one of them is switched off then during roll up
    The data will be loaded to switched off aggregates also.
    But if the aggregate is deactivated the data will not be loaded to the aggregates. you have to do the initial fill by activcating the aggregates. Its like a init load.
    Scenario: Suppose the info cube needs to be undergone some changes after agggregate rollup (say wrong data needs to be deleted),so first we need to deactivate the aggregate and then delete the wrong requests from the cube and refill the aggregate to capure the existing changes.In this way changes will reflect in the aggregate,if not the aggregate will still contain the wrong data.
    When you delete aggregates both Structure as well as data is deleted.
    Aggregation ratio
    Aggregation ratio is no of records selected to no of records transfered
    refer this presentation: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    it can be done from TCode ST03n or also from the query developed on BW statisitics/technical content
    Check the below links:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cbd2d390-0201-0010-8eab-a8a9269a23c2
    Aggregates
    Aggregates
    aggregates
    Aggregates
    To view the contents of an aggregrate, goto the Maintanance screen of the Aggregrate, Select the Aggregate (techincal name) for which you want to view the data and then click on "Aggregate Data" (Push button with glasses symbol).
    "---" sign is the valuation of the aggregate. You can say -3 is the valuation of the aggregate design and usage. ++ means that its compression is good and access is also more (in effect, performance is good). If you check its compression ratio, it must be good. -- means the compression ratio is not so good and access is also not so good (performance is not so good).The more is the positives...more is useful the aggregate and more it satisfies the number of queries. The greater the number of minus signs, the worse the evaluation of the aggregate. The larger the number of plus signs, the better the evaluation of the aggregate.
    if "-----" then it means it just an overhead. Aggregate can potentially be deleted and "+++++" means Aggregate is potentially very useful.
    Refer.
    http://help.sap.com/saphelp_nw70/helpdata/en/b8/23813b310c4a0ee10000000a114084/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/60/f0fb411e255f24e10000000a1550b0/frameset.htm
    Thanks,
    Jituk

  • The transaction log for database 'WSS_Content' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases

    Hi all,
    Observing the below error in event logs once in every day at 3:30 AM on the on SQL Server Machine, it is being used for TFS 2010.
    The transaction log for database 'WSS_Content' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
    Kindly advice me here on what to do?
    Thanks in advance

    First thing to check is, what is happening at 3:30am to cause the log to fill up?  Is there any maintenance tasks being run against the DB, such as index re-organizations or rebuilds?  If so, take a look at what the job is doing, maybe it could
    be tuned (ex:  A Maintenance Plan with a rebuild indexes task will rebuild *every* index whether it needs it or not.  Look at using something that checks how fragmented an index is, and then intelligently determines what, if anything, to do to that
    index.)
    Basically, the error is telling you that SQL is trying to do something in the DB, and has filled up the log (either because it's not getting backed up often enough, or the transaction in question is running *very* long, or your log is set to not auto-grow)
    So, a couple possible solutions:
    Increase the frequency of Transaction Log backups of WSS_Content (only works if the DB is in Full Recovery)
    If you've got the disk space, turn on auto-growth for the TLog (or just manually grow it larger) {This will work for both Full and Simple Recovery}
    It would be nice to know what's causing the space to not be re-used, but with this occuring at 3:30am, you'll either need to set up an Agent job to run around that time and record its results, or manually run something like "select log_reuse_wait_desc from
    sys.databases where name = 'WSS_Content';"  Me, I prefer to be soundly sleeping at 3:30am and would set up an Agent job to run from say about 3:00am to 3:45am once per minute (maybe even more frequently.)
    DON'T shrink the log, though.  SQL will idealy grow the log as large as it needs it (if autogrowth is enabled) and no more.  If you shrink the file, SQL will just have to re-grow it later again, which can affect performance.
    Jason A.

  • 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

  • How to restart after table space error

    Hi,
    While loading a big file ( 360 MB)  with the File -> XI-<ABAP prodxy from source, we got the table space error in middle of load. Due to Content conversion split for 20K we normally get many messages per load.
    In this case after basis increased the disk space, how do i restart the process so that it start from where it is left. I checked Moni and there is no Que. I checked RWB for adapter also and there is no message with error. I also checked integration and all possible places..
    The Alert that came in for failure has a message ID. I checked and found that message ID has been processed successfully. Still the count of records at the source does not match with target and lot of records are missing.
    Is there any way to re run the process from where it was left.
    Thanks

    Hi,
    Check following:
    - RWB->Message monitoring->Adapter engine (not integration server)
    -Check for follwing status:
    "Holding", "Waiting" "To be delivering" "Error" your message should be here any of above status.
    Note: in RWB message monitoring select "Adapter engine"
    Regards,
    Gourav
    reward points if it helps you

  • Creator  Tomcat MySQL Deployment Table Not being filled by  DB

    Hi All,
    I am deploying a Creator app called test3.war which uses a MySQL db called RemoteFocalPoint.
    When I try to browse to the url : http://65.99.196.145:8080/test3/ The page wont load I have also had the error JasperException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
    I can get the table to be filled from the RemoteFocalPoint db on a sun pointbase server running locally with the following parameters :
    Data Source Name : RemoteFocalPoint
    User ID : root
    Password ; ****************
    Data base URL jdbc:mysql://65.99.196.145/RemoteFocalPoint
    Driver Class : org.gjt.mm.mysql.Driver
    Validation table : Validation
    I have installed Tomcat Administrator for the production Tomcat (v5.5) environment.
    The settings I have on Tomcat Administrator for http://65.99.196.145:8080/test3/ are
    JNDI Name: jdbc/RemoteFocalPoint
    Data Source URL: jdbc:mysql://localhost/RemoteFocalPoint
    JDBC Driver Class: org.gjt.mm.mysql.Driver
    User name jim
    Password *****************
    Max. Active Connections: 4
    Max. Idle Connections: 2
    Max. Wait for Connection: 5000
    Validation Query: SELECT ALL VALIDATION.Test FROM VALIDATION
    If anyone could shed any light on this I would be grateful. There is a lot of contradictory information on the web about this issue.
    Regards
    Jim Ascroft

    I think that his has been answered better than I can elsewhere in the forum and
    on the web. It's something that people frequently run into.
    But effectively, I think you need to edit a <project>/web/META-INF/context.xml
    file, adding something like this:
    (replace "oms" with your project name).
    Unfortnately, posting xml just doesn't work for me, but you ought to be able to google
    for context.xml, tomcat, resource and maybe database.
    I believe Dion Almaer has a post in his blog about it.
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/oms" >
    <Resource
            auth="Container"
            description="Nrg database"
            name="postgres/nrgdb"
            type="javax.sql.DataSource"
            driverClassName="org.postgresql.Driver"
            url="jdbc:postgresql://localhost/nrgdb"
            username="dms"
            password=""
            maxIdle="2"
            maxWait="5000"
            validationQuery="select * from users;"
            maxActive="4"
            removeAbandoned="true"
            removeAbandonedTimeout="30"
            logAbandoned="true"
        />
    <WatchedResource>WEB-INF/web.xml</WatchedResource>
        <WatchedResource>META-INF/context.xml</WatchedResource>
    </Context>

  • Table space not reused after deletion ?

    Hi..
    I am running on oracle 10g. Based on my system, i have created one query to delete old data from the table on daily basis. Below the sample query :-
    delete from SNP_EXP_TXT
    where I_TXT in (select I_TXT_SESS_MESS from SNP_SESSION
    where SESS_END < trunc(SYSDATE - 1));
    I have check on the database and all the old data are deleted from the table. But, I am confused why the table space keep increasing even the old data has been deleted.
    I am assume that the problem because of the table space cannot be reused after the deletion. Could somebody help me how could i verified that and how could i ensure that all the table space can be reused ?
    Thank you,
    Baharin

    Is there only one table, or are there other objects in the tablespace ? Are you sure this is the table that is growing ?
    select segment_name, segment_type, bytes from dba_segments where tablespace = 'XXX';
    It will also depend on how the data is inserted ? If you insert append, then it will grow the table.

  • Problem with table space

    Hello,
    Today suddenly our XI test server stopped working.
    An investigation I found in TOC DB02 that Table space PSAPXITDB is full. I saw the other day was filled with an extreme.
    I looked at a table filled in the table saw that the problematic table is SYS_LOB0000042210C00020 $ $
    With table type LOBSEGMENT
    What could be causing the problem? How do I continue to research the subject?
    Thank you
    Elad

    Hi Elad,
    Go thru the below threads for some workaround about the tablespace issue...
    xi full tablespace
    Re: SAP<SID>DB TableSpace is filling up fast
    Regards,
    Pinangshuk.

  • Alter Table Space Autoextend

    Hi,
    I got an Error like this
    "ORA-01630 max # extents (string) reached in temp segment in tablespace string
    Cause: A temporary segment tried to extend past MAXEXTENTS."
    Is it possible to alter table space to Auto Extend in Oracle 8i With out Shutting down the
    Database. What Exact Commands for this? Is this effect the performance of the database?
    Please reply
    With thanks Naseer

    user13098327 wrote:
    Hi,
    I got an Error like this
    "ORA-01630 max # extents (string) reached in temp segment in tablespace string
    Cause: A temporary segment tried to extend past MAXEXTENTS."
    Is it possible to alter table space to Auto Extend in Oracle 8i With out Shutting down the
    Database. What Exact Commands for this? Is this effect the performance of the database?
    Please reply
    With thanks NaseerThe error you hit and your request is something different:
    ORA-01630 - limitation of extents per object or per tablespace.
    Tablespace autoextend - May be you mean datafile autoextend option.
    Pls, specify.

  • Cannot execute RSA1

    Hi everyone,
    I have an URGENT issue, cannot execute RSA1.
    Already modify WE20 with the missing entry (BWDCLNT700, LS) but in table RSBASIDOC I dont see it.
    When I execute RSA1 display the same error and delete from WE20 the new entry.
    Please help me to solve this!!!
    <b>Entry in inbound table already exists
    Message no. E0412
    Diagnosis
    Inbound parameters already exist in the partner profile under the following key:
    /BWDCLNT700/LS//RSSEND////
    This relates to the key fields in table EDP21:
    SNDPRN Partner number
    SNDPRT Partner type
    SNDPFC Partner function
    MESTYP Message type
    MESCOD Message code
    MESFCT Message function
    TEST Test indicator
    Procedure
    Please check the EDI partner profile.</b>

    Hello All,
    HERE THE RELEVENT ANSWER:
    I found solution for this error.
    1. Go to WE20 and check whether Partner profile T90CLNT090 exist in LS type,if not just add Parnter profile with same and save.
    Partner profile Name: T90CLNT090
    TYPE: LS
    Give:
    Ty: US
    User: User Name
    Lang: EN
    and Save.
    2. Again re-click on Partner Profile: T90CLNT090
    you will see ,there will be some entries in Inbound & out Bound Tabs.
    Delete the following from outbound:
    1.RSRQST
    Delete the following from inbound.
    1.RSINFO
    2.RSSEND
    and save your partner profile.
    3. now execute - RSA1, it will ask to active Workbench. Just activate it . it will work now.... Cheers.
    Regards,
    K.Ramesh
    Note: Please give some points ,if it solves your problem.

  • I cannot start RSA1 anymore

    The following error message is coming up:
    Entry in inbound table already exists
    Message no. E0 412
    Diagnosis
    Inbound parameters already exist in the partner profile under the following key:
    /T90CLNT090/LS//RSSEND////      (T90CLNT090 = our BW system)
    This relates to the key fields in table EDP21:
    SNDPRN  Partner number
    SNDPRT  Partner type
    SNDPFC  Partner function
    MESTYP  Message type
    MESCOD  Message code
    MESFCT  Message function
    TEST    Test indicator
    Procedure
    Please check the EDI partner profile.
    Execute function
    I checked TA WE20 and found that NO partner profile for the BW system (Myself connection)
    Can create a partner profile for BW system:
    Partner No. : T90CLNT090
    Partner Type: LS
    Type: US(user)
    Agent: PROGRAMMER
    I can save it, but if I start RSA1 the above mentioned error message is coming up again and
    the partner profile in WE20 has dissapeared!

    Hi,
    Check below link:
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/cannot-start-rsa1-after-system-copy-846680
    Thanks
    Sunny

  • Your system is low on disk space and elements organizer cannot  perform this operation

    your system is low on disk space and elements organizer cannot  perform this operation is the error message i keep getting. i have emptied my recycle bin and got rid of some software that i don't use and im still getting the error. Any Suggestions?

    As you might be aware, when you apply auto-fix, a new file (of almost equal size) is created on HDD. This issue might arise if you don't have sufficient hard disk space on the drive which contains the source image. Do you have enough storage space available on your HDD?
    ~Andromeda

Maybe you are looking for

  • Errorcode 80043aa3

    Hi, When I try to sync my calendar and tasks with outlook, I get the following errorcode: 80043aa3 I've installed the newest version of OVI-suite, but the errorcode still appears. Tried to reboot my system and reconnect my N97 mini several times, but

  • Grace Period before Cancelling and Deleting Email Accounts

    I recently change my phone provider to a VoIP phone, but did not cancel my DSL service.  However, once the porting of my phone number occured, Verizon "suspended " account completely.  I have not access to my email, and according to the agent I spoke

  • Sound stops while song or video continues

    Lately, I've been getting a lot of sound gaps while playing songs or videos on my iTunes on my iMac. I can see the bar moving, or if it is a video, the video keeps moving. And in a couple of seconds, the sound is back. How do I debug this problem?

  • RH can't open the settings.isf file. NOW what am I to do?

    I have TCS 2 and am linking FM9 book to RH8 project. I had some problem with my TOC and couldn't figure it out, so I decided to start a new RH project and relink my book. When I tried to load the settings from my stetting.isf file, I get the followin

  • Problemi in avvio di Photoshop - Problems start in Photoshop

    Salve, utilizzo CC su windows 7 e da alcuni giorni sto riscontrando un problema all'avvio di photoshop cc 2014, mi appare il seguente messaggio di errore e non avvia il programma: Impossibile inizializzare Photoshop dato che è stata incontrata una in