Impossible to extend the table SYS.yyy_xx1$ of 8192 in the SYSTEM tablespace

While trying to build a package with a lot of objects, I get the error message below.

Oracle 11 g 2



ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.yyy_xx1$  by 8192 in tablespace SYSTEM
00604. 00000 -  "error occurred at recursive SQL level %s"
*Cause:    An error occurred while processing a recursive SQL statement
           (a statement applying to internal dictionary tables).
*Action:   If the situation described in the next error on the stack
           can be corrected, do so; otherwise contact Oracle Support.

How can I solve the problem

Each SQL statement that issue you to the database requires the Oracle engine to work behind the scenes. Many times, this is done via a recursive number of SQL statements. In this case, the object SYS.yyy_xx1$ need to grow to take account of this work. He needs grow of 8192 bytes. However, there are no 8192 bytes of contiguous free space available for this table to grow. If the exception is thrown.

In the immediate future, you can add more space to more datafile (s) of the existing table or add a new data file. In the long term, it might be beneficial to make sure that the SYSTEM tablespace is growing out of control.

See you soon,.
Brian

Tags: Database

Similar Questions

  • ORA-1688: impossible to extend the table SYS. WRH

    Hello
    10g R2 I have error in following alertlog:

    ORA-1688: impossible to extend the table SYS. WRH$ _ACTIVE_SESSION_HISTORY partition WRH$ 128 in the SYSAUX tablespace _ACTIVE_3192442214_8801

    here:

    I found:

    BEGIN
    DBMS_WORKLOAD_REPOSITORY. DROP_SNAPSHOT_RANGE (low_snap_id = > 22,
    high_snap_id = > 32, dbid = > 3310949047);
    END;
    /


    Table should it regularly? Oracle does'nt regularly? In DB control can we drop snapshots?

    Any other suggestions for ORA-1688: impossible to extend the table SYS. Error WRH?

    Thank you.

    user522961 wrote:
    Hello
    10g R2 I have error in following alertlog:

    ORA-1688: impossible to extend the table SYS. WRH$ _ACTIVE_SESSION_HISTORY partition WRH$ 128 in the SYSAUX tablespace _ACTIVE_3192442214_8801

    here:

    I found:

    BEGIN
    DBMS_WORKLOAD_REPOSITORY. DROP_SNAPSHOT_RANGE (low_snap_id-online 22,
    high_snap_id-online 32, dbid-online 3310949047).
    END;
    /

    Table should it regularly? Oracle does'nt regularly? In DB control can we drop snapshots?

    Any other suggestions for ORA-1688: impossible to extend the table SYS. Error WRH?

    Thank you.

    Why are you leaving a double thread that you started 7 + hours earlier?

    ORA-1688: impossible to extend the table SYS. WRH$ _ACTIVE_SESSION_HISTORY

  • ORA-1688: impossible to extend the table SYS. WRH$ _ACTIVE_SESSION_HISTORY

    Hello
    in 10g R2, my sysaux tablespace is in AUTOEXTEND on and I have enough disk space, but I get:

    ORA-1688: impossible to extend the table SYS. WRH$ _ACTIVE_SESSION_HISTORY partition WRH$ 128 in the SYSAUX tablespace _ACTIVE_3192442214_8801

    In my alertlog. Why? Any oracle bug?

    Thanks in advance.
    01688, 00000, "unable to extend table %s.%s partition %s by %s in tablespace %s"
    // *Cause:  Failed to allocate an extent of the required number of blocks for
    //          table segment in the tablespace indicated.
    // *Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
    //          files to the tablespace indicated.
    
  • ORA-01655: impossible to extend the cluster SYS. C_OBJ # 128 in the SYSTEM tablespace

    Please explain to me what is the meaning of massage: ORA-01655: impossible to extend the cluster SYS. C_OBJ # 128 in the SYSTEM tablespace. I try to change other tables. How can I solve this problem.
    Thank you!

    Hello

    Your storage system is full
    http://ORA-01655.ora-code.com/
    Contact your DBA

    Kind regards
    Jari

  • ORA-01655: impossible to extend the cluster SYS. C_FILE #_BLOCK # 128

    Hi all

    Oracle 10g. Linux.

    I am facing the error while trying to import a dumpfile below

    IMP-00003: ORACLE error 604
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-01655: impossible to extend the cluster SYS. C_FILE #_BLOCK # 128 in the SYSTEM tablespace
    IMP-00017: statement failed with error ORACLE 604:
    ' CREATE TABLE 'EBFA25_RGS_MM0001' ('RECID' VARCHAR2 (255) BLOB 'XMLRECORD') ".
    "PCTFREE, PCTUSED, INITRANS 40 10 1 MAXTRANS 255" STORAGE "(FREELI 65536 INITIAL."
    "(M 1 FREELIST GROUPES 1 BUFFER_POOL PAR DÉFAUT) LOGGIN TABLESPACE"T24DATAXML"" "
    'G NOCOMPRESS LOB ('XMLRECORD') AS 'LOB_EBFA25_RGS_MM0001' (TABLESPAC STORE '.
    "E" T24DATAXML"ACTIVATE ONLINE CHUNK STORAGE RETENTION STORAGE CACHE 8192 (EN'
    "(ITIAL 65536 FREELISTS 1 FREELIST GROUPES 1 BUFFER_POOL PAR DÉFAUT))" "

    Thank you
    KSG

    It seems that the value for minextents for your tablespace is located at 56 and tablespace doesnot have enough space to allocate as much quantity of memory regarding the contiguoes extensions. Then, either you need to add a data file tablespace or resize the existing table. You can also try the decrease of the Minextents value for the tablespace if you think this tablespace has enough space to accommodate segments. Better would be to add a file or resize a file.

  • Cannot extend the table SYS. FIERROS_IMAGEN by 1024 in the SYSTEM tablespace

    Hi all I have installed oracle xe on a Windows Xp computer, asked me for a password and I typed: 123

    Then I have a myback.dmp filenamed backup and imported:

    IMP file = myback.dmp ' 123/sys AS SYSDBA"full = Yes log = implog.log

    example of messages: when importing

    ==============================================================================================================

    . . importing table "FIERROS_IMAGEN".

    IMP-00058: ORACLE error 1653

    ORA-01653: unable to extend the table SYS. FIERROS_IMAGEN by 1024 in the SYSTEM tablespace

    IMP-00028: partial import of the restored previous table: 63343 restored lines

    IMP-00017: statement failed with error ORACLE 1917:

    ==============================================================================================================

    How do I fix this error? need to create the tablespace? How?

    and need to re-import? or only to import the table? How to change the imp command to specify the table?

    Thank you

    As KarK says you should not use SYSTEM tablespace for the user data.

    If you can make after:

    Create new tablespace:

    Go to sqlplus and run (change the name, path, and a size suitable for you. You must have enough disk space for this new tablespace data file.) :

    CREATE TABLESPACE PETIT_FICHIER DATAFILE «TEST_TS_01.dbf» ' TEST_TS'

    SIZE 1512M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;

    Create a new user:

    Go to sqlplus and run (change the name and the password for you):

    CREATE PROFILE 'TEST_USER' USER 'DEFAULT' IDENTIFIED BY ' * ' DEFAULT TABLESPACE "TEST_TS".

    TABLESPACE QUOTA UNLIMITED ON 'TEST_TS' TEMPORARY 'TEMP' ACCOUNT UNLOCK;

    GRANT 'CONNECT' TO THE 'TEST_USER;

    import of user data (user who has data (in the source database) you want to import) for this new user:

    IMP system/password@tesdb fromuser = = TEST_USER leader touser = myback.dmp log = implog.log

    and if it doesn't always fit you can resize your bigger like that new tablespace (once again if you have enough disk space):

    alter database datafile 'TEST_TS_01.dbf' 2512 M resizing;

    If you need to make several attempts, then rub new user before retry (sqlplus) with

    drop the TEST_USER user cascade;.

    and then recreate it.

  • ORA-1653: impossible to extend the ABC table in tablespace APPS_TS_TX_DATA

    Facing problem
    ORA-1653: impossible to extend the ABC table in tablespace APPS_TS_TX_DATA
    Searched many forums but no specific update

    PL don't post duplicates - what table belong to which table

  • ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    I created the new database manually.

    When I @?/rdbms/admin/catproc.sql put this sql to execute.

    for some time he said created, granted. but after somewhere, it gives me the error.

    ORA-01653: unable to extend the table SYS. ARGUMENT$ 13 in the SYSTEM tablespace

    Please help me on this.

    Thank you in advance.

    Your query does not tablespace SYSTEM size. It provides a list of tablespaces. And may not be a complete list because I can't UNDO and TEMP tablespace. In all cases, based on the output, you have not created a user storage space, so all the tables you create in SYSTEM tablespace and finally you ran out of space. You need create user storage space if you don't have any. You want to change the non-system and non-system tablespaces value default tablespace users. Even if you don't have a non-system tablespaces, tables will be created in the tablespace default user unless you explicitly specify one. You must move the tables/indexes existing user for the non-system tablespaces.

    SY.

    PS to get the size of the SYSTEM tablespace, you will need to run:

    Select sum (bytes) / 1024/1024 tablespace_size_in_mb
    from dba_data_files
    where nom_tablespace = 'SYSTEM '.

  • ORA-1655: impossible to extend the cluster SYS. C_TS # 8 in the tablespace SYSTEM ORA-1655: impossible to extend the cluster SYS. C_TS # 8 in the SYSTEM tablespace

    Hi all

    Oracle version 11.2.0.2 XE edition, OEL 5.6

    I am facing error during the creation of tablespace that my system tablespace is full. Although the system tablespace is autoextend and there is space available on the hard disk what preventing the system tablespace not capable to autoextend. I checked and there is no space in the system tablespace.

    I encountered a similar problem earlier for one of the could not tablespace autoextend even though autoextend is on and enough free space on hard disk (in a different environment)

    ulimit is unlimited for this.

    What could be the reasons that although if autoextend is the tablespace not power autoextend.

    Thank you.

    Fahim5 wrote:

    Hi all

    Oracle version 11.2.0.2 XE edition, OEL 5.6

    I am facing error during the creation of tablespace that my system tablespace is full. Although the system tablespace is autoextend and there is space available on the hard disk what preventing the system tablespace not capable to autoextend. I checked and there is no space in the system tablespace.

    I encountered a similar problem earlier for one of the could not tablespace autoextend even though autoextend is on and enough free space on hard disk (in a different environment)

    ulimit is unlimited for this.

    What could be the reasons that although if autoextend is the tablespace not power autoextend.

    Thank you.

    Autoextend would also have a maximum limit of how much of the data file would be able to expand. So, what is the value of that? I don't see other reasons except that you made out of the maximum space allowed for the data file extend and which is prohibiting him from extends.

    Aman...

  • ORA-01654: impossible to extend the index DRM_DB. IDXREL02 by 1024 in the DRM_INDEX tablespace


    Hello

    I am running a script of action in DRM 11.1.2.1 and I received the following on some lines of the script error: ORA-01654: impossible to extend the index DRM_DB. IDXREL02 by 1024 in the tablespace DRM_INDEX.

    Nobody knows what it means, and what is the solution?

    Thank you

    The problem was caused because the DRM_DB. Tablespace IDXREL02 was up.

    Add the data to the existing 'IDXREL02' table file to increase the size.

    example-

    SQL > alter tablespace DRM_DB. IDXREL02 add datafile ' file > / IDXREL02.dbf ' size 500M autoextend on;

    Thank you

    ~ KKT ~.

  • ORA-01654: impossible to extend the index error or a bug?

    Hi all

    I have a question about the error "ORA-01654: impossible to extend the index schema1024 in tablespace tablespace .index '.

    We use Oracle 10 g 2 (10.2.0.4.0) who has a diagram with auto extend feature enabled and more than enough space on the disk (like 130 + GB).

    But still, we had this error and it is the third time that happens, what can be the cause and what can we do to fix or is this a bug?

    Can you please give more information about the tbsp concerned and its data files?

    Even if it's in autoextend, a small file tablespace has a maxsize, and even if you assign unlimited there a maxsize value that depends on the size of your block.

    Kind regards

    --

    Bertrand

  • ORA-01654: impossible to extend the APEX_040200.WWV_FLOW_ROW_TEMPLATE_PK index by 8 in the APEX_APP_USER tablespace

    Hi all!
    need help - creating an application in Application Express 4.2.4.00.08 and got this error when you click Create:

    ORA-01654: impossible to extend the APEX_040200.WWV_FLOW_ROW_TEMPLATE_PK index by 8 in the APEX_APP_USER tablespace

    everything worked perfectly before...

    installed on the local computer on Oracle 11 g...

    all solutions?

    Hello

    You can find APEX schema tablespace and data file using for example query

    SELECT f.tablespace_name
      ,f.file_name
    FROM dba_data_files f
    WHERE EXISTS (
      SELECT 1
      FROM dba_users u
      WHERE u.username = 'APEX_040200'
      AND u.default_tablespace = f.tablespace_name
    );
    

    Then increase the size of the data file or add the new data file. In addition, you can activate the automatic extension.

    Modify and maintain storage

    If you use database 11g XE and you have installed APEX SYSAUX tablespace, you may have worn size the system tablespace (s) max.

    Kind regards

    Jari

  • I have to re - install acrobat 9 standard because of "impossible to extend the license procedure (148: 3). Where can I download? Or better yet to upgrade to XI (what is the price and how to do this)

    I have to re - install acrobat 9 standard because of "impossible to extend the license procedure (148: 3). Where can I download? Or better yet to upgrade to XI (what is the price and how to do this)

    Hi riffpizcy,

    148: 3 error is a license error.

    Try following the steps in the KB: error "Licensing has stopped working". Windows

    You can download Acrobat 9 standard of: https://files.acrobat.com/a/preview/8d640488-4a92-4f7d-b50b-d8eb7f96bff8

    You can upgrade to Acrobat 9 Acrobat Pro 11 to $199 USD

    Please visit: buying guide | Adobe Acrobat Pro XI for more information.

    Kind regards

    Rave

  • ORA-1654 <>- impossible to extend the index

    We have an oracle application server and we started having errors ORA-1654. After digging through files newspapers, we found an error: ORA-1654: impossible to extend the JTF index. 16 in the APPS_TS_TX_IDX tablespace JTF_IH_ACTIVITIES_N6.

    From what I understand, we must add a data file of our system. We currently have 4 data files that are 4 GB each. What is the solution? If Yes, what is the safest way to do it. Can I copy the files of 4 DB to another location and restore in this way, if the added file doesn't work or what is the best practice for this type of action? Thank you

    Hi ToolMan,

    Cannot extend the JTF index. 16 in the APPS_TS_TX_IDX tablespace JTF_IH_ACTIVITIES_N6.

    This means that the index needs to grow in space and is full of tablespace APPS_TS_TX_IDX.
    You must add datafille, it's regular daily dba work nothing to worry about.
    Action plan:
    1. first check where are the data APPS_TS_TX_IDX files--> select file_name in dba_data_files where tablesapce_name = 'APPS_TS_TX_IDX ';
    2. check that you have enough space in the filsystem.
    3. Add datafile--> alter tablespace APPS_TS_TX_IDX add datafile ' / path to the data file ' size XXXM;

    Published by: user11176183 on December 22, 2009 07:40

  • How to extend the system partition of Windows server 2008 for free?

    my windows server 2008 r2 system works really slow, I'm extending the system partition. I tried windows built-in disk management, but after releasing the free space disk d: I cant just add for the c: drive, I can not move its position. It's disgusting! then I found a few 3rd party software, but none of them are free, they are more expensive I can afford is there some advice to help me to ~ ~ thank you very much!

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    http://TechNet.Microsoft.com/en-us/WindowsServer/bb310558.aspx

    Hope this information is useful.

Maybe you are looking for

  • big problem

    I can't find a link on the e-mail was sent to recover the password. < email published by host >

  • I don't have Keynote

    I have a Macbook to mid-2012 with the latest IOS update (10.11.5). I guess it's supposed to come with Keynote - and I am not eligible for the program to date. I tried to contact the support Apple, but for some reason, they stop to me which is not pos

  • Toshiba 32 '' Regza 32XV55DB - black screen

    For these past years every summer as the screen should Flash from time to time, but no major problems. Recently the screen would be works very well, maybe flicker due to the heat of the summer and then the screen would go black instantly but the soun

  • CATALYST 5.6 and Mobility Radeon 9000 on Sat A75 S229

    Hi allI have the satellite A75 S229 with graphics ATI Mobility Radeon 9000 with WIN XPI'm trying to install a new driver for this video card I downloaded from the site from ATI (CATALYST 5.6 Windows XP), but I get an error:The INF errorVideo driver n

  • Conversion of a relative time counter

    Hello!  I have a pretty simple question, if someone has a moment.  I have a while loop with a 1000ms wait inside, as well as some other stuff that is not relevant to the question.  Since my incrementer essentially account seconds due to the presence