ORA-04063: package body 'SYS. DBMS_SQLTUNE error' during the upgrade

Hello
I am trying to upgrade the oracle 10.2.0.2 on 11.2.0.1 with dbua tool database. During the upgrade "Oracle Server" ORA-04063: package body 'SYS. DBMS_SQLTUNE"error has occurred.
In the oracle server log:

---------------------------------------------------------------------------------------------------------------

REM create the automated SQL Tuning task
REM If the task exists already (catproc is re-of running) is not error.
Start
2 sys.dbms_sqltune_internal.i_create_auto_tuning_task;
exception 3
so 4 than others then
5 if (sqlcode =-13607) then - task already exists
6 null;
7 other
8 lift;
9 end if;
10 end;
11.
Start
*
ERROR on line 1:
ORA-04063: package body 'SYS. DBMS_SQLTUNE"contains errors
ORA-06508: PL/SQL: called program unit is not found: 'SYS. DBMS_SQLTUNE ".
ORA-06512: at line 8 level

------------------------------------------------------------------------------------------------------------------------------------------------------------

After unsuccessful upgrade I have restore and recover the database. SYS. The DBMS_SQLTUNE package and package body were valid. But when I compile them the package becomes invalid.
I get the error and reach 390221.1 metalink Note:

------------------------------------------------------------------------------------------------------------------------------------------------------

Solution
-Drop synonyms
Drop public synonym existsnode.
excerpt from Drop public synonym;

----------------------------------------------------------------------------------------------------------------------------------------------------

But there are no synonyms, which is mentioned in this note in my PB.

How can I solve this problem? Thank you.

If you have not read the note ORA-04063: package body 'SYS. DBMS_SQLTUNE' errors - upgrade to 10 G and 11 G fails on ID Dbms_sqltune 1271490.1+?

Nicolas.

Tags: Database

Similar Questions

  • ORA-04063: package body 'SYS. DBMS_LOGMNR_INTERNAL"contains errors

    Dear all,

    On my production server database RAC node 2, with 11 GR 2 and Linux is the operating system.

    Last month, I created a new tablespace and set it up as a logminer tablespace by using the command:
    EXECUTE DBMS_LOGMNR_D.SET_TABLESPACE ('TBS_LOGMINER');

    Today morning I accidentally dropped the TBS_LOGMINER tablespace and don't have any backup of the tablespace.

    Now when I recreate the tablespace and run the command:

    EXECUTE DBMS_LOGMNR_D.SET_TABLESPACE ('TBS_LOGMINER');

    It returns the following error:

    ERROR on line 1:
    ORA-04063: package body 'SYS. DBMS_LOGMNR_INTERNAL"contains errors
    ORA-06508: PL/SQL: called program unit is not found:
    * "SYS. DBMS_LOGMNR_INTERNAL. "
    ORA-06512: at "SYS." DBMS_LOGMNR_D', line 135
    ORA-06512: at line 1

    Even when I tun and expdp exp
    For exp ORA-04063: package body 'SYS. DBMS_LOGREP_UTIL"contains errors
    For expdp
    ORA-04063: package body 'SYS. DBMS_INTERNAL_LOGSTDBY"contains errors
    ORA-06508: PL/SQL: called program unit is not found: 'SYS. DBMS_INTERNAL_LOGSTDBY ".
    ORA-06512: at "SYS." "KUPV$ FT", line 991
    ORA-04063: package body 'SYS. DBMS_LOGREP_UTIL"contains errors
    ORA-06508: PL/SQL: called program unit is not found: 'SYS. DBMS_LOGREP_UTIL ".

    I tried to compile objects disabled utlrp.sql running, but it did not help.

    Its my production environment and I doubt that I could have run catalog.sql and catproc.sql that can cause other problems as well.

    Please guide how to pass through this error.

    Kind regards
    Imran
    Its my production environment and I doubt i might have to run catalog.sql and catproc.sql that may cause other problems as well.
    

    Why? You manipulated SYS?
    running catalog.sql and catproc.sql in a normal situation only takes time and nothing else.

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-04063: package body 'SYS. DBMS_CUBE_EXP"got error in expdp

    Oracle 11.2.0.2 on Redhat. Received the error when export a schema
    [oracle@cchorbi1 admin]$ expdp bi/pass@cchbi2 schemas=BISTG directory=DATA_PUMP_DIR parallel=12 
    dumpfile=bistg_bi2_0315_%U.dmp logfile=bistg_bi2_0315.log
    ....
    Starting "BI"."SYS_EXPORT_SCHEMA_02":  bi/********@cchbi2 schemas=BISTG directory              
    =DATA_PUMP_DIR parallel=12 dumpfile=bistg_bi2_0315_%U.dmp logfile=bistg_bi2_0315.              log
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []              
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.00.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    Thhs is a routine operation and still works. Recent changes to the database are down some patterns that we thought is perhaps not helpful, refer to
    http://abcdba.com/abcdbaserver11gdefaultschema 
    . Removed default schema users are
    ANONYMOUS,APPQOSSYS,CTXSYS,DIP,EXFSYS,MDDATA,MDSYS,OE,OLAPSYS,
    ORACLE_OCM,ORDDATA,ORDPLUGINS,ORDSYS,OWBSYS,OWBSYS_AUDIT,PM,SCOTT,
    SH,SI_INFORMTN_SCHEMA,SPATIAL_CSW_ADMIN_USR,SPATIAL_WFS_ADMIN_USR
    WMSYS
    The remaining default schemas are
    APEX_030200,APEX_PUBLIC_USER,DBSNMP,FLOWS_FILES,MGMT_VIEW,
    OUTLN,SYS,SYSMAN,SYSTEM,XDB,XS$NULL
    SYS objects. DBMS_CUBE_EXP causing ORA-06508 exists but not valid
    select owner,object_name,object_type,status from dba_objects where object_name='DBMS_CUBE_EXP'
    SYS     DBMS_CUBE_EXP     PACKAGE             VALID
    SYS     DBMS_CUBE_EXP     PACKAGE BODY     INVALID
    PUBLIC     DBMS_CUBE_EXP     SYNONYM             VALID
    We cannot restore the State before drooping users as it occurred last week and the backup is replaced by a more recent and a newapplication schema is generated and we want to keep?

    Is there a way to solve this problem without restoring database?

    Thank you

    In fact, I had the same problem with DBMS_CUBE_EXP. Oracle Enterprise Manager alert recommended remove EXECUTE on the public DBMS_LOB. This caused several * SYS packages and package bodies to go invalid.  I have granted EXECUTE the user (CTXSYS, OLAPSYS, ect) and then compiled the object successfully.

  • ORA-04063: package body 'WMSYS. LTADM"has errors

    Hello world

    Could you help me with this:

    -After upgrading oracle 10.2.0.4 10.2.0.1, expdp export displays the following error:

    Treatment of type of object DATABASE_EXPORT, DIAGRAM, POST_SCHEMA, PROCOBJ

    ORA-39127: unexpected error of the call to export_string: = WMSYS.LT_EXPORT_PKG.schema_info_exp ('SYS', 1,1, '10.01.00.02.00', newblock)

    ORA-04063: package body 'WMSYS. LTADM"has errors

    ORA-06508: PL/SQL: called program unit is not found: 'WMSYS. LTADM.

    ORA-06512: at "WMSYS.LT_EXPORT_PKG", line 906

    ORA-06512: at line 1

    ORA-06512: at "SYS." Dbms_metadata", line 5419

    ...

    Work 'SYSTEM '. "" SYS_EXPORT_FULL_09 "completed with error (s 1) at 20:12:07

    -After execution of utlrp.sql:

    SQL > select text of dba_errors, whose name = "LTADM."

    TEXT

    --------------------------------------------------------------------------------

    PL/SQL: ORA-00980: synonym translation is no longer valid

    PL/SQL: SQL statement ignored

    Thank you

    Hello

    Try checking all of the synonyms mentioned in this list:

    Select * from dba_dependencies where name = 'LTADM' and REFERENCED_TYPE = 'SYNONYM '.

    See you soon,.

    Rich

  • upgrade from 12.2 to 12.2.4 ORA-04063: package body "APPS. AD_ZD_PREP"contains errors

    Hello

    do 12.2 upgrade to 12.2.4 (doc: 1617458.1) did all the patch (doc: 1594274.1()

    1617461.1 section 3.2 step 5 (patch 18283295, 20034256,20075842) applied correctly

    apply also 4.1 critical fixes to AD (patch 20125137( )

    and in section 3.2 step 6 generate this error:

    AutoPatch error:

    Error: Cannot run enable_custom_user

    AutoPatch - aiuoraEnableCustom: INFO: ORA-04063: package body "APPS. AD_ZD_PREP"contains errors

    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AD_ZD_PREP ".

    ORA-06512: at line 1

    ##

    SQL > select object_name, object_type of object where status = 'INVALID ';

    OBJECT_NAME OBJECT_TYPE

    ------------------------------ -------------------

    MATERIALIZED VIEW OE_ITEMS_MV

    MATERIALIZED VIEW OZF_EARNING_SUMMARY_MV

    ##

    ###

    SQL > SELECT abbreviation, codelevel FROM AD_TRACKABLE_ENTITIES WHERE abbreviation in ('T2K', 'ad');

    ABBREVIA CODELEVEL

    -------- ---------

    C.5 announcement

    T2K C

    ###

    ####

    file: 1617461_1_adop step6.txt

    contain the adoption order run from doc: 1617461.1 section 3.2 step 6

    file: 19045166_diagnostic_info_serveurv12.serveurvm.zip

    contain the diagnosis of the 19045166

    file: 17537119_check.txt

    contain the diagnosis of the 17537119

    ####

    Please confirm that all the patches of RDBMS postinstall.sql scripts have been executed according to the instructions in the Readme of each patch.

    Thank you

    Hussein

  • ORA-04063: package body "APPS. AD_FILE_SYS_SNAPSHOTS_PKG"contains errors

    Dear Sir

    OS: OUL5x6
    EBS R12 12.0.6
    running patch 7303030 12.1.1 upgrade



    ........
    ....
    Complete the cleaning of data base for the previous session.



    Try to get a lock...


    Attempt to instantiate the snapshot current view...
    ORA-04063: package body "APPS. AD_FILE_SYS_SNAPSHOTS_PKG"contains errors
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AD_FILE_SYS_SNAPSHOTS_PKG ".
    ORA-06512: at line 2

    AutoPatch error:
    Error executing statement (curr-vw inst)

    Call adusnapInstCurrVwSnapshot (AT_ebstestap2, 12.0.6) error.
    Error calling adphistLoadPtchHistFromFStoDB2

    Update of the snapshot current view...
    ORA-04063: package body "APPS. AD_FILE_SYS_SNAPSHOTS_PKG"contains errors
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AD_FILE_SYS_SNAPSHOTS_PKG ".
    ORA-06512: at line 2

    AutoPatch error:
    Error executing statement (updt curr-vw)



    Enter the directory where your Oracle Applications patch has been unloaded

    The default directory is [/ u01/TMP/7303030]


    ------
    After the execution of adpatch and receive errors above.
    Please advise a solution.
    Thank you very much
    Kind regards
    Tom

    Tom

    .. but for the workaround, I have set the parameter PLSQL_CODE_TYPE = INTERPRETED and restarted the database.
    then why I still get this error.

    Did you start the patch since the beginning?

    I think that this must be set to NATIVE as shown (Note: 396009.1). However, if the above does not help, just wait for help.

    Kind regards
    Hussein

  • ORA-04063: package body "APPS. HZ_PARTY_STAGE"contains errors

    Hello

    Received the error when compile. Checked in the Note: 427418.1 did not work. Help, please. It's 12.1.3, 11.2.0.3 Linux database.

    SQL > alter package APPS. HZ_PARTY_STAGE compile body;

    WARNING: The bodies of Package modified with compilation errors.

    SQL > show err

    Errors for BODY of PACKAGE applications. HZ_PARTY_STAGE:

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    85/5 PL/SQL: statement ignored

    85/5 PLS-00201: identifier ' AD_CTX_DDL. DROP_PREFERENCE' must be

    has said

    95/5 PL/SQL: statement ignored

    95/5 PLS-00201: identifier ' AD_CTX_DDL. CREATE_PREFERENCE' must be

    has said

    96/5 PL/SQL: statement ignored

    96/5 PLS-00201: identifier ' AD_CTX_DDL. SET_ATTRIBUTE' must be declared

    3313/28 PL/SQL: statement ignored

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    3313/28 PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    3322/27 PL/SQL: statement ignored

    3322/27-PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    3352/24 PL/SQL: statement ignored

    3352/24 PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    3362/23 PL/SQL: statement ignored

    3362/23 PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    3399/26 PL/SQL: statement ignored

    3399/26-PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    3409/26 PL/SQL: statement ignored

    3409/26-PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    3447/27 PL/SQL: statement ignored

    3447/27-PLS-00201: identifier ' AD_CTX_DDL. SYNC_INDEX' must be declared

    SQL > grant execute on AD_CTX_DDL. DROP_PREFERENCE applications;

    Grant execute on AD_CTX_DDL. Applications DROP_PREFERENCE

    *

    ERROR on line 1:

    ORA-04042: procedure, function, package, or package body does not exist

    The solution in the doc, you mentioned in your first post. Run the dctxpkg.sql script and pass the correct settings and make sure that it runs successfully.

    Thank you

    Hussein

  • "Windows could not update the configuration to start the computer" error during the upgrade of Vista in Windows XP

    I have a laptop Dell Inspiron 1505, that is running Windows XP Media Center Sp3. I'm doing a place in upgrading to Vista since the disks to upgrade Dell... Everything's fine until the 'Expansion of the files' [27%], then the installation fails with this message: "Windows could not update the configuration to start the computer. Installation cannot continue. Any changes made to your computer during the upgrade". I did a google search for a fix that involves changing a value in the registry in the HKLM\SYSTEM\CurrentControlSet\Control\Class\ {4D36E976-E325-11CE-BFC1-08002BE10318} for example change the value to PartMgr Upperfilters. Unfortunately, this value was the default for my registry key changes could be made. Some other fixes involved the renaming of Upperfilter.bak, for Upperfilters unfortunately this .bak value does not exist in my registry.

    I tried to boot from the disk of Vista and changing the msconfig for a selective startup but without result.

    In addition, the stall even appears at a similar point when you try to upgrade to Windows 7. Is it because of the presence of hidden Media Direct and Dell restore partitions? Compatibility Assistant programs for the two operating systems found nothing significant. Anti virus has been disabled during the installation procedure. Any help will be greatly appreciated. Thank you.

     

    Hello

    Not quite, but pretty close. Media Direct could not lock the boot sector. It must be a BIOS lock or a mechanism of protection provided by your antivirus software.  Given that, I would check your program settings then for all that prevents changes to the boot sector. You may find more easy just uninstall it and reinstall it after the upgrade. Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • error during the upgrade codes to win 10

    I got this error code pops up OX8009000F. Anyone have any suggestions?

    Thank you very much!  Kel

    Review:

    Retry the upgrade manually:

    Option 1:

    Download the media creation tool

    Click with the right button on the MediaCreationTool.exe file and then click on run as administrator.

    Note: How to check if you are downloaded or installed the update Windows 10 November

    How to create an ISO or USB drive.

    Select upgrade this PC now and then click Next

    Option 2:

    Task of pre-required

    When you make significant changes to your computer for example updated operating system, you must always back up. See the links to resources on the backup by clicking the link for each version of Windows you are using: Windows XP, Windows Vista, Windows 7, Windows 8/8.1

    then

    then

    • Turn off (preferably uninstall) your Antivirus utility before you perform the upgrade.
    • Reboot several times, and then try again.
    • Disable the general USB peripherals (for example - smart card reader).
    • If you are using a SCSI drive, make sure you have the drivers available for your storage on a thumdrive device and it is connected. During the installation of Windows 10, click on the advanced custom Option and use the command load driver to load the driver for the SCSI drive. If this does not work and the installer still fails, consider switching to an IDE based hard drive.
    • Perform a clean boot, restart, and then try again.
    • If you upgrade to the. ISO file, disconnect from the Internet during the installation, if you are connected in LAN (Ethernet) or wireless, disable both, then try to install.
    • If you are updated through Windows Update, when download reaches 100% disconnect from the LAN (Ethernet) Internet or Wi - Fi, then proceed with the installation.
    • If this does not work, try using the. ISO file to upgrade if possible.
    • If you are connected to a domain, go to a local account.
    • If you have an external equipment, attached to the machine, unplug them (example, game controllers, USB sticks, external hard drive, printers, peripherals not essential).
  • Errors during the upgrade and Ininstall of Adobe Reader 10.1.3

    I have problems updating Adobe Reader 10.1.3. The following error is generated: "Fatal error during installation" - error 1603.

    I tried to uninstall 10.1.3 but it crashes with the following error message: "msiexec.exe has encountered a problem and needs to close."

    What are the steps to perform a manual uninstall?

    I must point out that the current version 10.1.3 seems to work very well.

    OS: Windows XP

    Thank you

    Try http://labs.adobe.com/downloads/acrobatcleaner.html

  • Error during the upgrade of SOA 10.1.3.1.0 to 10.1.3.1.4.0

    Hi all

    When I'm trying to upgrade SOA 10.1.3.1.0 to 10.1.3.4.0, during installation (OPMN configuration assistant) I got the error



    Syntax error at line 278 of the d:/product/10.1.3.1/oracleas_1/apache/apache/conf/httpd.conf:
    Cannot load d:/product/10.1.3.1/oracleas_1/apache/apache/modules/apachemoduleossl.dll into server:

    can someone help me in this...

    Published by: user084 on October 22, 2009 18:29

    Hello

    This is a known issue and because the d:/product/10.1.3.1/oracleas_1/apache/apache/modules/apachemoduleossl.dll file does not exist.

    You will need to comment on this entry in the d:/product/10.1.3.1/oracleas_1/apache/apache/conf/httpd.conf file, and then rerun the certification authority. Please see-

    http://puchaanirudh.blogspot.com/2009/09/error-cannot-load-apachemoduleossldll.html

    Error in the patch of appying the value 4 (10.1.3.4.0) oracle home (10.1.3.1.0)

    Kind regards
    Anuj

  • DBUA fails with errors during the upgrade of 10 g and 11 g

    Hello

    I have a Solaris 10 machine running Oracle 10 g (10.2.0) and one instance of 10g running.
    I have installed Oracle 11 g, created a new profile for the user oracle BONE (with ORACLE_HOME, PATH etc.) updated for the 11.1.0 values, I ran the utlu111i.sql tool from the directory of 11 g pre-upgrade.
    I started the listener for instance 11g, 10g instance startup.
    When you run from the directory of 11 g dbua ($ORACLE_HOME/bin) mode silent, I have the following text in the file silent.log:

    The upgrade wizard has failed in the implementation of the NPS database. /Opt/app/Oracle/product/11.1.0 oracle Home from the/var/opt/oracle/oratab file was used to connect to the database. The database does not Oracle Home /opt/app/oracle/product/11.1.0 or the used pfile /opt/app/oracle/product/11.1.0/dbs/initSNM.ora is incorrect. Correct the error, then run the upgrade wizard again.
    The upgrade wizard has failed in the execution of a query on the database. /Opt/app/Oracle/product/11.1.0 oracle Home from the/var/opt/oracle/oratab file was used to connect to the database. Either the database is not Oracle Home /opt/app/oracle/product/11.1.0 running or its not in an OPEN State. Correct the error, then run the upgrade wizard again.
    Could not proceed with upgrade due to errors.
    Fix the errors and try again!

    The oratab file is already changed for the 11.1.0 version - should I change back 10.2.0 and restart the dbua? Is it okay to run it from the 11.1.0 tree?

    Thank you for your time,
    Adrian

    Hello

    In a normal upgrade, I guess the oratab the 10.2.0 instance at the beginning, then it is updated once the database instance is upgraded - I'm wrong?

    Yes you are right. But I also faced same issue then the upgrade to version 10.2.0.4 for 11.1.0.7 database in ERP apps 11i. I changed the entry in oratab and upgrade completed successfully.

    Kind regards
    Xaheer

  • Error during the upgrade to Windows Live 2011 2520039 KB

    I tried to install the upgrade to Windows Live 2011 2520039 KB, but it was not successful.

    Windows Update informs 800706BE error. I have installed all other improvements for Windows Vista Home Premium (32 bit).

    Hello

    see if that helps to fix:

    How to reset the Windows Update components?

    There is also an automatic 'fix - it' here

    http://support.Microsoft.com/kb/971058

    Also, try to put the KB numbers in the search on the link below and then manually download the

    http://www.Microsoft.com/downloads/en/default.aspx

  • Error during the upgrade of OBIEE 10 to 11

    Hi all

    I came across this problem trying to upgrade my 10g RPD and Catalog at 11.1.1.7

    After the installation of 11G, I launched the upgrade of Oracle_Common/bin/ua Linux utility.

    I get the below error:

    UPGAST-00797: Oracle Fusion Middleware Upgrade Wizard cannot be run from an Application Developer Oracle home.

    Based on the Oracle doc there the following desc:

    UPGAST-00797: Oracle Fusion Middleware Upgrade Wizard cannot be run from an Application Developer Oracle home.
    Cause: The user has chosen to make an upgrade of an Oracle home that does not allow an upgrade.
    Action: No.
    Level: 1

    Type: ERROR

    Impact: upgrade


    So what should I do to solve this problem?

    Thanks in advance

    Hello

    First of all I am not familiar on GNU / linux.

    I tried in windows environment, that the RPD is deployed with any errors.
    But I ran the ua.bat file in the following path
    \MWHOME\Oracle_BI1\bin\ua.bat.
    while I am running oracle_common\bin\ua.bat does not respond to my local system.

    Please Mark if useful.

    Thank you

  • error during the upgrade of form of the user in the sysadmin IOM console

    Hello

    While trying to update the UserForm, I get error below. What could be the problem here.

    It worked a few days back.

    [2015 07-29 T 10: 47:41.807 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.platform.entitymgr.impl] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:4484be9e:14edad031c8 :-8000-0000000000000393,0] [APP: IOM #11.1.2.0.0] [IDDM: 0000KvQoy6OEoIs6wjyWMG1LiGdA000003] provider initialization data for the entity type - user of the type UserDataProvider

    [2015 07-29 T 10: 47:42.021 - 07:00] [oimext_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ASSETS].] [ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:4484be9e:14edad031c8 :-8000-0000000000000393,0] [APP: oracle.iam.console.identity.sysadmin.ear #V2.0] [IDDM: 0000KvQoy6OEoIs6wjyWMG1LiGdA000003] ADF: addition of the following JSF error message: error returned is: JTA transaction suddenly cancelled (perhaps due to a timeout); nested exception is weblogic.transaction.RollbackException: an unexpected exception in beforeCompletion: sync=org.eclipse.persistence.transaction.JTASynchronizationListener@2120ece2 []

    Inner exception: java.sql.SQLException: ORA-01691: impossible to extend lob IAMEXT_OIM segment. SYS_LOB0000354182C00002$ $ by 128 in tablespace IAMEXT_OIM

    Error code: 1691

    Call: INSERT INTO USR_CONFIG_HISTORY (CFG_KEY, CFG_XML, ENTITY_TYPE, REASON, UPDATED_BY, UPDATED_DATE) VALUES (?,?,?,?,?,?)

    link = > [6 bound parameters]

    Query: InsertObjectQuery (oracle.iam.configservice.vo.ConfigAudit@2120ed23) oracle.iam.ui.platform.exception.OIMRuntimeException: error returned is: JTA transaction suddenly cancelled (perhaps due to a timeout); nested exception is weblogic.transaction.RollbackException: an unexpected exception in beforeCompletion: sync=org.eclipse.persistence.transaction.JTASynchronizationListener@2120ece2

    Inner exception: java.sql.SQLException: ORA-01691: impossible to extend lob IAMEXT_OIM segment. SYS_LOB0000354182C00002$ $ by 128 in tablespace IAMEXT_OIM

    Error code: 1691

    Call: INSERT INTO USR_CONFIG_HISTORY (CFG_KEY, CFG_XML, ENTITY_TYPE, REASON, UPDATED_BY, UPDATED_DATE) VALUES (?,?,?,?,?,?)

    link = > [6 bound parameters]

    Query: InsertObjectQuery (oracle.iam.configservice.vo.ConfigAudit@2120ed23)

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:171)

    at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)

    at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:424)

    at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:479)

    at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2036)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1680)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:760)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:407)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:185)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    Thank you

    java.sql.SQLException: ORA-01691: impossible to extend lob IAMEXT_OIM segment. SYS_LOB0000354182C00002$ $ by 128 in tablespace IAMEXT_OIM

    This error indicates that your IAMEXT_OIM tablespace has reached the max limit.

    Increase the size of the tablespace or purge unnecessary data

Maybe you are looking for