ORA-04062: signature of package "SYS.UTL_RAW" has been changed

I have a form that was migrated from 6i to 10g.
I get the following error in the form in 10g.( Not in 6i )
ORA-04062: signature of package "SYS.UTL_RAW" has been changedIf I execute the same code from sqlplus in 10g. It works..no errors
This is the code
set serveroutput on
Declare
   P_chksum  Varchar2(40);
Begin
   P_chksum := DBMS_OBFUSCATION_TOOLKIT.MD5(input_string => 'P-STRS');
   dbms_output.put_line('P_chksum='||P_chksum);
   P_chksum := UTL_RAW.CAST_TO_RAW(P_chksum);
   dbms_output.put_line('P_chksum='||P_chksum);
End;
SQL> start test_cksum.sql
P_chksum=Ì]\š#³³MÝÜ~Jèo²
P_chksum=CC5D5C9A23B3B34DDDDC7E4AE86FB209
PL/SQL procedure successfully completed.Any idea why I get this error in forms 10g only?
Thanks

Issue resolved. Something to do with compilation of the form.

Similar Messages

  • ORA-04062: signature of package "APPS.OE_HOLDS_PUB" has been changed

    Hi All,
    We are getting the below message while entering a sales order .
    ORA-04062: signature of package "APPS.OE_HOLDS_PUB" has been changed
    FRM-40735: WHEN-NEW-BLOCK-INSTANCE trigger raised unhandled exception ORA-04062.
    Please help me.
    Regards,
    Dash

    Hi,
    Was this working before? If yes, what changes have been done recently?
    Do you still have any invalid objects after compiling it?
    Please go through the steps in (Note: 550364.1 - FRM-40735: Pre-Update Trigger Raised Unhandled Exception ORA-04062) and see if it helps in fixing the issue.
    Regards,
    Hussein

  • ORA-04062: Signature of package ... has been changed

    We've had a repeated situation where an unaltered package spec has been recompiled, which was in excess since only the package body has incurred a change. But, our Oracle Forms application throws the ORA-04062 error nonetheless when trying to access the package.
    I originally assumed that the spec had actually changed when this error came up, and didn't do any additional research. But this time around, I checked, and only the package body is different. The spec, though compiled, is identical to the version that was there prior.
    What makes up the "signature" and why does Forms keep thinking that a recompile equates to a signature change?
    --=Thanks
    Chuck

    chuckers wrote:
    We've had a repeated situation where an unaltered package spec has been recompiled, which was in excess since only the package body has incurred a change. But, our Oracle Forms application throws the ORA-04062 error nonetheless when trying to access the package.
    I originally assumed that the spec had actually changed when this error came up, and didn't do any additional research. But this time around, I checked, and only the package body is different. The spec, though compiled, is identical to the version that was there prior.
    What makes up the "signature" and why does Forms keep thinking that a recompile equates to a signature change?
    --=Thanks
    Chuck
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.default behavior is TIMESTAMP change which can be over rode to
    only force (re)compile what number or parameter type changes

  • Signature of package "SYS.DBMS_BACKUP_RESTORE" has been changed

    Hi all,
    The Rman backups for the production database is continously failing since yesterday with Ora-04062 error. Did compiled the Database package (DBMS_BACKUP_RESTORE) manually but the issue is not sorted out.
    The database version is 9.2.0.8 on Sun Solaris 5.10 version.
    Could any one let me know what is the next step to get the issue sorted out.
    Thanks
    Kumareshan

    Yesterday early morning we got this error message:
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03007: retryable error occurred during execution of command: allocate
    RMAN-07004: unhandled exception during command execution on channel sbt1
    RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE
    Later the Backup team linked the NMO library, since then we are getting this error message (ORA-04062).
    The database version is 9.2.0.8 and the Catalog database version is 9.2.0.5
    kumareshan

  • Signature of package APPS.FND_GLOBAL has been changed

    On Opening the R12 forms, getting the pop error
    APP-FND-01926 The custom event WHEN-RESPONSIBILITY-CHANGED raised unhandled exception
    ORA-04062 signature of package APPS.FND_GLOBAL has been changed.
    On Clicking OK, it opens switch responsbility form and then it shows the same error.
    APPS.FND_GLOBAL package is valid too. How to rectify this? Plz help

    Enabled the trace and got the below information.
    Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_GLOBAL_VAR does not exist.
    Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_GLOBAL_VAR does not exist.
    Error Message: FRM-40815: Variable GLOBAL.IGI_PREV_ORG does not exist.
    Error Message: FRM-40815: Variable GLOBAL.IGI_INSTALLED_ORG_VAR does not exist.
    Error Message: FRM-40815: Variable GLOBAL.OPM_GML_INSTALLED1 does not exist.
    Error Message: FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-04062.
    Error Message: FRM-40400: Transaction complete: 1 records applied and saved.
    Error Message: FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-04062.
    Plz help on this !!!
    Karthik
    Edited by: cRazy DBA on Jan 3, 2012 5:24 AM

  • ORA-04062: signature of package Error

    Dear Members :
    In VISION instance, when trying to query order# in Shipping->Transctions; getting the following error:
    APP-WSH-231210: An unexpected error occured for line 388286.
    The Error is: ORA-04062: signature of package
    "APPS.WSH_DELIVERY_DETAILS_INV" has been changed
    Could anyone please suggest some remedy ?
    Thanks in advance.
    Atanu

    Hello,
    I always ask my DB colleagues to compile something :) I am not specialist in it. Try to compile sales order form example http://www.allguru.net/oracle-apps-dba/compile-fmb-mmb-pll/ or use adadmin to http://www.allguru.net/search/adadmin/page/11/ look at generate application files.
    Look at: ORA-04062 signature of package has been changed
    Regards,
    Luko
    Edited by: Luko on 2010-07-25 20:03

  • ORA-04062: signature of package In Invoice Work Bench.

    Hi All,
    When i am clicking on the invoice tab in invoice batch i got following note and i got same when i am selecting the invoice date,and payment terms.
    ORA-04062: signature of package.
    "Apps.IBY_DISBURSEMENT_COMP_PUB" has been changed.
    I did not get payment method also, when i am seleting the payment method it is not showing any payment method.
    It shows one message that is "FRM-41830: List of values contains no entries".
    But we have assigned the payment for this supplier at site level and header level also.
    For this reason we are not able to create the invoices.
    Regards,
    Raju.

    Hi,
    seems to be a bug with oracle .... try recompiling the form first, if it does not work...try selecting some other supplier and see payment method value gets populated or not ... if not, follow steps stated in the below oracle reference ...
    References
    IBY_DISBURSEMENT_COMP_PUB ORA-01422: exact fetch returns more than requested number of rows [ID 1362346.1]
    Regards,
    Ivruksha

  • ORA-04062 (Signature has been changed)

    Hi Sir,
    I need to ask about Developer Forms problem?
    We have one software version for many clients, but somtime we get runtime
    message ... ORA-04062 (Signature has been changed)... on our forms ... and we
    have to recompile the form source ... but in some cases this is not posible
    because we don't have the apropiate enviroment... get it?
    Now my question, Is there some way to catch (Database way maybe) why the
    signature problem is showing ?, in other words, How can I get the extactly
    declaration or specification or whatever, is causing the problem ... basically
    because we don't have the enviroment and the time to go watching into the code
    source...
    Thanks in advanced,

    Hi,
    We are using remote_dependecy_mode = 'Signature'.
    And we don't change the package spec frequently.
    Our situation is like this :-
    We have 3 schemas Development, Test, Production.
    All of the above three schemas are completely identical.
    Now, we develop a form in development schema, Test it in Test schema and deploy it in production schema. We use forms 6i application server.
    Now, the form that is development schema is deployed in Test/ Production schema in Application server we get the error ORA-04062 (Signature has been changed).
    Is there anything that we are missing. Can anyone suggest how to get rid of this error. Previously we were using Oracle 8.1.7 and everything was fine. Recently we migrated our database Oracle 9i release 1 and we started getting this error in above situations.
    Thanks,
    --Malay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Java.sql.SQLException: ORA-04062: timestamp of function has been changed

    Hi,
    Environment:
    We host our java 1.5 , j2ee application on multi-clustered environment connecting 2 app servers to 1 node of oracle RAC cluster.
    We have batch jobs running daily in the morning, that does a new data upload to the production DB. (Load to a Tmp table, Drop the production table, rename Tmp table to production table and re-create indexes.)
    Recent Change:
    We recently migrated from Oracle 10.0 version to 10.1...
    Issue:
    With the recent change, we started facing the error, 'ORA-04062: timestamp of function has been changed' for the STORED PROCEDURES that we use in the application. And I am sure that this is because of the job that runs in the morning, as it re-creates the tables that are used by the stored-procedures. So the stored-procedures become invalid and requires recompile. And we did recompile as well, but still the same error. And then changed the mode from 'TIMESTAMP' to 'SIGNATURE', but still the same error(ORA-04062: TIMESTAMP (and not SIGNATURE) of function has been changed)...
    We are stuck here not knowing what to do. It would be helpful if you can assist me here with any idea on why this is happening? The only solution we found right now is to restart the tomcat on application servers. This resolves the issue to 100%. Would this mean there is a problem with my database connection in the application?
    Thank you,
    Pradeep.

    The only solution we found right now is to restart the tomcat on application servers. This sounds to me as though TomCat is caching information about procedures & functions & does not know they have changed.
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.

  • When downloading updates for Quicktime 7 and Itunes 10 I keep getting an error saying that files shared by these updates has an invalid signature and that the downloaded has been removed.

    When downloading updated for Quicktime 7 and Itunes 10 I keep getting an error saying that files shared by these updates has an invalid signature and that the downloaded has been removed. If I don't get that message I get a message saying that the download was unsuccesful and that in order to download I need to go to tools and then select dowload only. Please help I really want to update my iphone!

    Thanks for helping out, but I already tried these steps.
    I even tried this on a iMac with similar results. The only difference was that the errorcode was called 2001 instead of 21.
    Today I took the phone to www.iphoneambulancen.dk. A guy (in Aarhus, Denmark) that specializes in iPhone repairs. I figured, that given his occupation he'd seen most errorcdes. Two hours later, he called me back, and told me that he had replaced the battery.
    So, it turns out that a broken battery can cause this behaviour.
    But thanks again

  • Re : apn of smartone hong kong has been changed

    the apn of smartone hong kong is changed to "internet" now and would like to see an update soon.
    thank u.
    Message Edited by cs15user on 21-Jan-2010 09:45 PM

    The only solution we found right now is to restart the tomcat on application servers. This sounds to me as though TomCat is caching information about procedures & functions & does not know they have changed.
    04062, 00000, "%s of %s has been changed"
    // *Cause:  Attempt to execute a stored procedure to serve
    //          an RPC stub which specifies a timestamp or signature that is
    //          different from the current timestamp/signature of the procedure.
    // *Action: Recompile the caller in order to pick up the new timestamp.

  • Urgent:Tnsname host has been changed for informatica

    Hi All,
    I am new to informatica,
    my tnsname host has been changed in tnsnames.ora file. i wnt to makes the changes for the informatica where it uses the same host. kindly let me know the places where i have to change the host name in informatica.
    Thanks,
    rajitha.

    Hi ,
    In workflow manager Connections-->Relational path create new connection with new DSN name related to your new TNS entry and assign this connection to your workflow connections.
    Thanks

  • How can we find out data in an editable ALV grid has been changed or not?

    Hi Experts,
    How can we find out whether a data in an editable ALV grid has been changed or not.
    I am using the
    FM -> REUSE_ALV_GRID_DISPLAY_LVC
    for ALV display.
    I have to chekc whther data has been changed or not befor saving. if changed then only i want to
    SAVE
    . I cannot use the internal table comparison method for this purpose also i am not using OOP ALV.
    So kindly sugest me an alternative.
    Thanks and Regards,
    Shahana

    Hi,
    Thanks for your answer. I already saw this post.
    See this method.
    CALL METHOD reuse_alv_grid->check_changed_data
    IMPORTING
    e_valid = lv_check.
    This will update the internal table with the edited values. Then we can go for internal table comparison.
    But my scenario will not allow me for itab comparisons.I just want to know the ALV data has been changed or not.
    Regards,
    Shahana

  • Is there a simple way to detect a textfield value has been changed on exit?

    The filler may enter the textfield then type something and revert it back,
    any command that can simply detect a field's value has been changed on it's exit event?

    Niall,
    I was thinking if there is any simple command like xfa.event.prevText in dropdown box that I can use,
    anyway, thanks for your help.
    Rgds.

  • Clicking on iTunes ikon and I get the message the item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.  What can I do, I can't open Itunes.  I have over 4000 songs in iTunes that I had

    When I click on the iTunes ikon I get a box pop up which reads  Problem with shortcut.  The item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.
    My computer which is a packard bell vista operating system, recently stopped working as the power supply overheated and blew up and it has recently been sent back to the Know How team at PC world and it seems to be since it came back I now cannot open iTunes.  I have also tried to search for iTunes in the search bar, I can see several files, but can't seem to open any of these either.  I think that quicktime isn't working, either.
    I have over 4000 songs in iTunes that I had recorded from my collectiong of CD's am  going to loose all these now?  Can anyone help, with very easy instructions as I really don't know what I am doing??
    Thanks

    I would copy over the entire thing if you have room.  With iTunes 10.4 though, you can download any previous iTunes purchases you have made in the past with your current iTunes account.  While in iTunes, look at the left hand side of your screen and select "Purchases" and look at the bottom right corner of the screen and select "Download Previous Purchases".  If you have an iPhone, iPod and/or iPad...you can do the same thing from each device.  Nice new feature...just remember that those ripped CDs need a back-up!!!  Enjoy...

Maybe you are looking for

  • Graphical glitch during the login process on Lion

    Hi there, After entering my password at the login screen, it fades to blue for about two seconds, then shows the login screen again for a brief second before transitioning to my desktop. I thought this was normal until seeing how Lion launches on oth

  • How to lock the rows in a transaction so others cant modify the rows

    Hi, I want few suggestion in the following scenario . I have a few records ( say 100 ) in a table which Im sending to the client over a network and are populated in a swing GUI...Now the client selects few of them ( say 3 ) and submits to the server.

  • LAYERS quick question

    This is a dumb question, but I'll like the pros to clarify. So I used to be able to create new floating layers by simply selecting the "Draw Layer" button from the "Layout" tab. After dragging and creating a new layer, a new layer icon would come up

  • Issue in WLP and UCM integration using VCR adapter

    Hi All, I am working on a priority customer POC . I was trying to integrate WLP with UCM and done all the installation and configuration according to VCR adapter guide. The version of WLP is 10GR3 and UCM is 10GR3. I am getting the following error in

  • ORA-27475: "JOB" must be a job

    Hi All, When ever i am calling the below from a procedure i am getting the error,ORA-27475: "DBREPORT.GATEKEEPER_JOB" must be a job. I am getting this error in first drop box it self in(DBMS_SCHEDULER.DROP_JOB ). Please help.