Error# -6502

Hi,
Is there any max size of the ref cursor?
Consider a scenerio:
I have a proc where i am building a dynamic query with SELECT clause. If am fetching n columns, its working fine. But the moment i make n+1, i am getting 6502 error.
Any idea on this?

No there is no maximum fetch size.
Everything I say from now is just a guess, because I don't know your query and your data:
Probably you compare number data to character data in you sql.
Code could be for example
where
column > 10
...When column is a varchar column that usualy contains numeric data the rows can be fetched.
There will be an implicit number conversion of the data in the column.
But there may occur an 0ra-06502 if column contains alphanumeric characters, because number conversion will fail.
Edited by: hm on 25.01.2011 04:46

Similar Messages

  • AutoConfig is exiting with status 1 And ORACLE error 6502 in afpodbinit

    Hi Experts,
        Excuse me for trying to brief the Issue in such manner which may not be apt. or appear stupid to many Experts.   But I am newbie to Oracle Apps !
      After registering the  EBS R12.1 Vision, DB version 11.2.0.3.0   with OID 11.1.1.6  successfully with  $FND_TOP/bin/txkrun.pl   Before that Registered EBS Instance with OID
       as part of Integrating EBS R12 with OAM-OID 11g according to  (ID :1309013.1)
        Once i updated  these profile options i.e  "Applications SSO Type" profile option to “SSWA w/SSO”  and“Applications SSO Login Types” profile option to   BOTH ,   AND
      Applications SSO Auto Link User profile option to “Enabled” And “Applications SSO Enable OID Identity Add Event” profile option to “Enabled”.
      And than it requyire the EBS tier to be restarted Once i restarted it  Than the following  Issues  Occured.
       1.  As i specified the provisiontype value to 1 which means that  the user that's got created in OID should be populated in fnd_user table in EBS But this is not happening
            as the User that i 've created with the ODSM is not propagated to fnd_user table when i verified it with the following query
                   select USER_NAME, CREATION_DATE from fnd_user where creation_date > (SYSDATE - 1);
                       The Output : no rows selected
    2.  The EBS Login page become inaccessible that is the Login Page goes blank
    3.  opmn managed are running fine But when i checked the status of adcmctl got the following error,
    You are running adcmctl.sh version 120.17.12010000.5
    ORACLE error 6502 in afpodbinit
    Cause: afpodbinit failed due to ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at "APPS.FND_GLOBAL", line 1939
    ORA-06512: at "APPS.FND_GLOBAL", line 2309
    ORA-06512: at "APPS.FND_GLOBAL", line 2447
    ORA-06512: at line 1.
    The SQL statement being executed at the time of the error was: begin fnd_global.bless_next_init('FND_PERMIT_0000'); fnd_global.initialize(:session_id, :user_id, :resp_id, :resp_appl_id, :security_group_id, :site_id, :login_id, :conc_login_id, :prog_appl_id, :conc_program_id, :conc_request_id, :conc_priority_request, :form_id, :form_application_id, :conc_process_id, :conc_queue_id, :queue_appl_id, :server_id); fnd_profile.put('ORG_ID', :org_id); fnd_profile.put('MFG_ORGANIZATION_ID', :mfg_org_id); fnd_profile.put('MFG_CHART_OF_ACCOUNTS_ID', :coa); fnd_profile.put('APPS_MAINTENANCE_MODE', :amm); end; and was executed from the file &ERRFILE.
    Internal Concurrent Manager status could not be determined.
    adcmctl.sh: exiting with status 0
    even though
    adopmnctl.sh status give the following output.
    You are running adopmnctl.sh version 120.6.12010000.5
    Checking status of OPMN managed processes...
    Processes in Instance: VIS_ebs.ebs.oracle.com
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:oafm          |  100242 | Alive  
    OC4JGroup:default_group          | OC4J:forms         |  100173 | Alive  
    OC4JGroup:default_group          | OC4J:oacore        |  100021 | Alive  
    HTTP_Server                      | HTTP_Server        |   99964 | Alive
    4. when i run the autoconfig  it got Failed with these error
        AutoConfig is exiting with status 1
        also the following i observed in the adconfig log file.
    [PROFILE PHASE]
      AutoConfig could not successfully execute the following scripts:
        Directory: /oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /oracle/VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /oracle/VIS/inst/apps/VIS_ebs/admin/scripts/adexecsql.pl sqlfile=/oracle/VIS/inst/apps/VIS_ebs/admin/install
          afwebprf.sql            INSTE8_PRF
        Could you please suggest whats could be Issue here.   Also posting the contents of /etc/hosts file  Although these is no Issue with the Apps & DB listener.
    [root@l]# cat /etc/hosts
    127.0.0.1    localhost.localdomain    localhost
    192.168.12.6     iam.oracle.com  iam   (WHICH IS THE EBS node)
    192.168.12.13     OAM.oracle.com  OAM (which is the OAM node)
    Thanks & Regards
    Priya

    Hi Hussein, 
    Thanks for the suggested Docs
    I 've gone through the Docs that you 've suggested And based on that  made a Comprehensive analysis of the Issues and comes up with these findings even though still short of the resolution
    Kindly see  the following and suggest. 
    1. The Docs [ID 1109247.1]   suggested to  Remove the value of profile option ' Initialization SQL Statement .
         Please see the current Value of it and if you could give your thoughts
    SHORT_NAME                             
    NAME               
    LEVEL_SET         
    CONTEXT                        
    VALUE
    FND_APPS_INIT_SQL      
    Initialization SQL Statement - Oracle
    Application     
    OFA                             
    BOTH
    FND_APPS_INIT_SQL      
    Initialization SQL Statement - Oracle
    Application      
    SQLGL                          
    BOTH
    FND_APPS_INIT_SQL      
    Initialization SQL Statement - Oracle
    Responsibility   
    BIS_FIN                         
    BOTH
    FND_APPS_INIT_SQL      
    Initialization SQL Statement - Oracle
    Responsibility     
    BIS_FIN-19121522              
    BOTH
       Also when i query the home_url from icx_sessions The home_url column of the table are BLANK. even though it's there in the context file which is verified by this output.
    grep login $CONTEXT_FILE
             <login_page oa_var="s_login_page">http://ebs.oracle.com:8000/OA_HTML/AppsLogin</login_page>
        Therefore i quried to check the whether the related  Tablespace are full. It is not  FULL also there is no Issue of space TEMP tablespace either,
        Please see the APPS_SSO related profile values after dating those values the EBS login url ISSUE  Occured. as I already mentioned that in the First POST.
    SHORT_NAME                                  NAME                    LEVEL_SET              CONTEXT                             VALUE
    FND_APPS_INIT_SQL           Initialization SQL Statement - Oracle    Application            OFA                                    BOTH
    FND_APPS_INIT_SQL           Initialization SQL Statement - Oracle    Application             SQLGL                                 BOTH
    FND_APPS_INIT_SQL           Initialization SQL Statement - Oracle    Responsibility           BIS_FIN                              BOTH
    FND_APPS_INIT_SQL           Initialization SQL Statement - Oracle    Responsibility          BIS_FIN-19121522                      BOTH
    APPS_SSO               Applications SSO Type            Site                                                                     SSWA_SSO
    APPS_SSO               Applications SSO Type            User        PROFILEOPTIONS                                                  BOTH
    APPS_SSO_ALLOW_MULTIPLE_ACCOUN Applications SSO Allow Multiple Accounts Site                                                         BOTH
    TS
    APPS_SSO_AUTO_LINK_USER        Applications SSO Auto Link User        Site                                                           Enabled
    APPS_SSO_CHANGE_PWD_URL        Application SSO Change Password URL    UnDef                      UnDef
    APPS_SSO_FORGOT_PWD_URL        Application SSO Forget Password URL    UnDef                      UnDef
    APPS_SSO_HINT_COOKIE_NAME      Applications Single Sign On Hint Cookie                         Site                                    BOTH
                       Name
    APPS_SSO_LDAP_SYNC           Application SSO LDAP Synchronization    Site                                                               BOTH
    APPS_SSO_LDAP_SYNC           Application SSO LDAP Synchronization    User        GUEST                                                 BOTH
    APPS_SSO_LDAP_SYNC           Application SSO LDAP Synchronization    User        PROFILEOPTIONS                                        BOTH
    APPS_SSO_LDAP_SYNC           Application SSO LDAP Synchronization    User        SYSADMIN                                              BOTH
    APPS_SSO_LINK_SAME_NAMES       Link Applications user with OID user wit UnDef        UnDef
                       h same username
    APPS_SSO_LINK_TRUTH_SRC        Applications SSO Linking Source of Truth Site                                                            BOTH
    APPS_SSO_LISTENER_TOKEN        Applications SSO Partner Application Lis UnDef        UnDef
                       tener Token
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        Site                                                               BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        MHUNT                                                  BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PTULL                                                     BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        MEMERY                                                    BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        RKARMER                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        CABLACKWELL                                               BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        DBAKER                                                    BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        SCRAWFORD                                                 BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        WJEFFREY                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PROFILEOPTIONS                                            BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PROCESS_OPS                                               BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        FAVERY                                                    BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        FBRAMER                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        GUEST                                                     BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        DAEVANS                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        RGRANT                                                     BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        MNOOT                                                     BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PPARKINSON                                               BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        SYSADMIN                                                  BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PGARRER                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        RDUNNE                                                     BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        PDESMOND                                                  BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        CPARKER                                                   BOTH
    APPS_SSO_LOCAL_LOGIN           Applications SSO Login Types        User        CHMARTIN                                                   BOTH
    APPS_SSO_MODPLSQL_URL           Applications SSO MOD_PLSQL Url        UnDef        UnDef
    APPS_SSO_OID_IDENTITY           Applications SSO Enable OID Identity Add Site                                                              Enabled
                    Event
    APPS_SSO_POSTLOGOUT_HOME_URL   Applications SSO Post Logout URL     UnDef        UnDef
    APPS_SSO_USER_CREATE_UPDATE    Applications SSO User Creation and Updat Site                                                                    Y
                       ion Allowed
       Waiting to hear from you.  Please suggest
    Thanks
    Priya

  • URG: ORACLE ERROR 6502 IN FDPSTP IN PICK SELECTION LIST GENERATION

    Dear All,
    I'm on 11.5.7 on Linux.
    My problem is with WSHPSGL: Pick Selection List Generation that ends with error when launched from transactions form.
    The program end with the following error:
    Oracle Shipping: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    WSHPSGL module: Pick Selection List Generation
    Current system time is 14-NOV-2002 11:26:13
    **Starts**14-NOV-2002 11:26:14
    ORACLE error 6502 in FDPSTP
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error:
    character to number conversion error
    ORA-06512: at line 1
    If we launch the report trough OM Superuser - Shipping - Release Sales Orders -
    Release Sales Orders, there's no error.
    Has anyone have this kind of error? How can we solve it?
    Any help would be greatly appreciated.
    Thanks in advance
    FG

    EBS is 11.5.10.2
    OS is OEL 5.3.
    It was running fine until yesterday.But its giving error today.
    error log shows exception in Release_Batch_SRS procedure.
    exact code is ---
    ++++++++++++++++++++++++
    IF G_CONC_REQ = FND_API.G_TRUE THEN
    l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
    errbuf := 'Exception occurred in Release_Batch_SRS';
    retcode := '2';
    END IF;
    ++++++++++++++++++++++
    Thanks,
    Rakesh

  • Numeric or Value Error 6502

    I have a stored procedure that starts out like so:
    PROCEDURE test_proc(param1 IN VARCHAR2, param2 IN VARCHAR2, param3 OUT
    SYS_REFCURSOR) IS
    v_var varchar2(5);
    BEGIN
    SELECT * FROM. . .
    The procedure tests fine in SQL Plus and PL/SQL Developer. When calling from
    ODP.NET like so. . .
    OracleCommand cmd = new OracleCommand("test_proc", <connection>);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.Add("param1", "somevalue");
    cmd.Parameters.Add("param2", "XX");
    cmd.Parameters.Add("param3", OracleDbType.RefCursor,
    ParameterDirection.Output);
    DataSet ds = new DataSet();
    OracleDataAdapter da = new OracleDataAdapter(cmd);
    con.Open();
    da.fill(ds);
    con.Close();
    . . .the procedure executes as expected. If I change the value of
    param2 to "XXX" or any value three chars long I get the "ORA-06502:
    Numeric or Value Error at Line 1" error.
    Here's the kicker: I never constrain the size of that parameter or try to assign it to a variable! Why then should there be a numeric/value error?
    Anyone have any ideas?
    Thanks.

    Hi,
    Are you pointing to a 9206 database by chance? There was a known database bug that could cause that, and would be resolved by patching your database to 9208.
    Cheers,
    Greg

  • Error execute report in R12

    Hi all,
    I think I better change this question into a sharing because I'd solved my problem :p.
    Below is my first post in this thread before I found the solution :
    I hoped I put this in the right forum. Before I ask the question, here are my environment:
    Operating system : Oracle Enterprise Linux 4 update 6
    RDBMS : 10.2.0.3.0
    Oracle Applications : 12.0.4
    Report Builder : 10.1.2.0.2
    I created a report using Oracle Report Developer then I upload it to my Apps machine. After set all the executable and validation set I tested the report. At first the request completed with status Warning. Viewed the log I got warning like this :
    REP-0004: Warning: Unable to open user preference file
    After browse metalink and OTN (such as in Reports Compilation Errors: REP-25200 / REP-0004 / REP-1430 and in Re: REP-0004 Error... it seems that the problem was because prefs.ora was not present in $HOME so I copied the prefs.ora file from /apps/tech_st/10.1.2/tools/admin to $HOME then I requested the reports again. This time that error didn't show up and the request completed normal but there's no output at all. The same report did show output when tested in Oracle Report Developer.
    I opened the report file in Report Developer and tried to compile it (Tools > File Conversion) from rdf to rdf using different name then I copied the report and tested again. This time the request completed normal but still no output. When I viewed the log I got this error message:
    Oracle error -6502: ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters has been detected in fnd_global.put(PERMISSION_CODE, FND_PERMIT_0000).
    APP-FND-01564: Oracle error 6502 in FDXNC
    Cause: FDXNC failed due to ORA-06502: PL/SQL: numeric or value error: associative array shape is not consistent with session parameters
    ORA-06512: at "APPS.FND_GLOBAL", line 1233
    ORA-06512: at "APPS.FND_GLOBAL", line 1432
    ORA-06512: at line 1.
    The SQL statement being executed at the time of the error was: begin fnd_global.set_nls_context( p_nls_numeric_characters => :nc ); end; and was executed from the file &ERRFILE.
    The routine FDPREP was unable to set the numeric character to .,.
    So I tried another way, I recreate the report but try to display only some fields. The fields must be put in a repeating frame because if I tried to put in a normal frame caused reports developer displayed error message that I put the field below it's frequency. After put some fields in the repeating frame I tested the report again in Oracle Apps. this time the result was Completed Normal but still no data (0 byte) though in Reports Developer it showed some data. After some test I got conclusion that the data can only be put in a repeating frame if all the data were put in the same level (e.g.: all the field put in the same repeating frame) and can't be break down where there exist repeating frame in a repeating frame (nested repeating frame) as if you want to create grouping while want I want is to create grouping. Using Reports Developer wizard to create the report gave me the same result, no data displayed.
    Now, anyone know how to solve that problem? thanks.
    and now for the solution :
    For REP-0004: Warning: Unable to open user preference file error message
    Just copy the prefs.ora file from /apps/tech_st/10.1.2/tools/admin to $HOME then the error message wouldn't show up anymore. Though based on my experience this error message can be omitted further analyze would be good to know if there's any impact to the system or performance or anything else.
    For no data displayed error
    Make sure the setup was right especially the token field as that was my problem. The token field was not the same as the bind variable in the report query, that's why the request completed normal and no data displayed :P it's very foolish of me to miss that simple thing.
    thank you all
    Message was edited by:
    UD

    mdtaylor wrote:
    Since you are on 10.2.0.3, you may want to also look at database patch 5890966 INTERMITTENT ORA-06502 DURING PEAK LOADING
    Associative Array Shape Is Not Consistent With Session Parameter at Peak Load     
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=467688.1
    Hi Michael,
    Yes, that patch is exactly I got from oracle support, however I'm having a problem to apply it :P
    Here are what I usually did to apply patch in E-Biz :
    1. Source the application environment using the environment file in APPL_TOP
    2. Enable maintenance mode using adadmin
    3. Apply patch using adpatch
    4. Disable maintenance mode using adadmin
    5. Start all the services
    How to apply patch just for database only? Reading the readme file it said that to apply patch was only using command :
    $ opatch apply
    However we need to ensure that the directory containing the opatch script appears in $PATH. I found that opatch.pl exist in $ORACLE_HOME/Opatch but I can't use opatch though I had sourcing application enviroment or database environment.
    I echoed $PATH and $ORACLE_HOME/Opatch (which either ../db/tech_st/10.2.0 for database or ../apps/tech_st/10.1.2/Opatch) and found was not in the $PATH.
    I assumed that I shouldn't change the application environment or database environment file recklessly so that $ORACLE_HOME/Opatch appears in $PATH.
    However if I tried to run opatch directly from it's folder then I got this following error :
    OPatch cannot find a valid oraInst.loc file to locate Central Inventory
    So my questions are :
    1. Do I need to source environment before running opatch? If yes, which one, application environment or database environment?
    2. How to set the Central Inventory location so that opatch recognized it? Is it by sourcing the environment in question 1?
    3. Which opatch must I run? The one in application tier or in database tier?
    4. How to run it? Type all the path directly (as /db/tech_st/10.2.0/OPatch/opatch)?
    Thx

  • "java.lang.NumberFormatException" error while running custom BIP report

    Hi,
    When we are running a custom BIP report, it is completing in ERROR at times and running Succesfully at times for the same set of parameters.
    Please let us know the solution if any one faced similar kind of an issue.
    Below is the log file when the program errors out:
    Calling XDO Data Engine...
    java.lang.NumberFormatException: For input string: "000</UIN><ACC>726030</ACC><ACC_N>Express Services - Mail and Courier</ACC_N><S_ACC_N>00000</S_ACC_N><S_ACC_NA>Default - Sub Account</S_ACC_NA><I_CO>000</I_CO><PROD>Term Life - GBL - Allocation Ind NQ NP BCLIC Direct</PROD><BAL>1126.47</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3123</R_ID>ACC_N><S_ACC_NA>Default - Sub Account</S_ACC_NA><I_CO>000</I_CO><PROD>Annuities Dep Type - Allocation Ind NQ NP OCB</PROD><BAL>13.5</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3124</R_ID>N><ACC>MGMT_ACCT_HIERARCHY</ACC><ACC_N/><S_ACC_N/><S_ACC_NA/><I_CO/><PROD>FPDA - Other Ind Q NP BCLIC Ind Agt</PROD><BAL>176028.27</BAL><A_L>0</A_L><P_ACC/><S_F>Y</S_F><R_ID>36</R_ID>_T>>726030</ACC><ACC_N>Express Services - Mail and Courier</ACC_N><S_ACC_N>00000</S_ACC_N><S_ACC_NA>Default - Sub Account</S_ACC_NA><I_CO>000</I_CO><PROD>Annuities Other - Allocation Ind NQ NP NON OCB</PROD><BAL>2.58</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3127</R_ID>R_ID>3128</R_ID>S_F><R_ID>41</R_ID>ther - Allocation Ind NQ NP BCLIC Career</PROD><BAL>267.97</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3131</R_ID>areer</PROD><BAL>53.31</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3132</R_ID>o CV Ind NQ NP BCLIC Direct</PROD><BAL>-29963</BAL><A_L>0</A_L><P_ACC/><S_F>Y</S_F><R_ID>46</R_ID>N>Telecommunication/Online Services</ACC_N><S_ACC_N>00000</S_ACC_N><S_ACC_NA>Default - Sub Account</S_ACC_NA><I_CO>000</I_CO><PROD>Term Life - Other - Allocation Grp NQ NP BCLIC Career</PROD><BAL>.06</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3135</R_ID>_ACC_NA><I_CO>000</I_CO><PROD>LTC - Allocation Ind Guar Ren NON OCB</PROD><BAL>22.05</BAL><A_L>9</A_L><P_ACC>GEN_EXP_POSTAGE_S</P_ACC><S_F>N</S_F><R_ID>3136</R_ID>ROD>Term Life - Other - Allocation Grp NQ NP BCLIC Career</PROD><BAL>1118.96</BAL><A_L>0</A_L><P_ACC/><S_F>Y</S_F><R_ID>51</R_ID>S_ACC_N>00000</S_ACC_N><S_ACC_NA>Default - Sub Account</S_ACC_NA><I_CO>000</I_CO><PROD>Annuities Other - Allocat"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:59)
         at java.lang.Integer.parseInt(Integer.java:467)
         at java.lang.Integer.parseInt(Integer.java:508)
         at oracle.apps.xdo.dataengine.ScalableStringList.get(ScalableStringList.java:162)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeRowSetListToStream(XMLPGEN.java:1277)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:559)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:334)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:294)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Oracle error 6502: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.FND_CONCURRENT", line 1331
    ORA-06512: at line 1
    has been detected in FND_CONCURRENT.SET_INTERIM_STATUS.+---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    9662
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 970405 on node UXEBSCMP01 at 29-SEP-2012 21:02:30.
    Post-processing of request 970405 failed at 29-SEP-2012 21:02:30 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 29-SEP-2012 21:02:30
    Thanks.

    If you use parameters you can try playing with them to narrow down the values on which the error occurs. Anyway, need to get the output in XML (without template) and review it. If it's not too huge, post the XML here.

  • ORA-06502: PL/SQL: numeric or value error While Exporting in Oracle 10g

    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in AR8MSWIN1256 character set and AL16UTF16 NCHAR character set
    server uses AR8ISO8859P6 character set (possible charset conversion)
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    . exporting cluster definitions
    . about to export SYSTEM's tables via Conventional Path ...
    . . exporting table DEF$_AQCALL 0 rows exported
    . . exporting table SRC_RQST_SEQ 1 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_USERS 6 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table SRC_YEAR_LOOKUP 40 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_DETAIL_TABLE 36 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_MASTER_TABLE 34 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TENDER_NEW_DETAIL_TABLE 4 rows exported
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00056: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of 'n'
    ORA-06512: at "SYS.UTL_XML", line 152
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 7195
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9135
    ORA-06512: at "SYS.DBMS_METADATA", line 1882
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Plz reply me the appropriate Solution
    Edited by: user8920919 on May 3, 2010 12:27 AM

    hi,
    EXP-00091: Exporting questionable statistics The client character set(NLS_LANG) does not match the server character;
    select parameter,value from nls_database_parameters where parameter like '%CHARACTERSET%';
    and check the client system character set
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

  • Credit Card Transaction Loader Interface Errors Out

    Hi to All,
    Ran into a problem when trying to load credit card transactions from a file on file server.
    Rand the following request: Credit Card Transaction Loader Interface
    Received the following error message:
    This request finished with an error and produced the following completion message: ORACLE error 6502 in FDPSTP
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.XXXX_TRX_LOAD", line 79
    ORA-06512: at line 1
    And help would be greatly appreciated.

    Hi Hussein,
    Thanks for reaching out. Issue got resolved. We have customized our CC import interface. And as such, code got changed.
    Fix was placed and CC file is able to be loaded.
    Thanks again.

  • EXP-00008, ORA-06502 , ORA-06512 - Export Error

    We had done export of schema around 270gb..
    exp file=ops4sept.dmp log=ops4sept.log owner='OPS$BBCASHIN' statistics=none buffer=200000000
    The following error has come at the end
    EXP-00008: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 351
    ORA-06512: at "SYS.DBMS_SCHED_JOB_EXPORT", line 14
    ORA-06512: at line 1
    EXP-00085: The previous problem occurred when calling SYS.DBMS_SCHED_JOB_EXPORT.create_exp for object 81203
    EXP-00008: ORACLE error 6502 encountered
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 351
    ORA-06512: at "SYS.DBMS_SCHED_JOB_EXPORT", line 14
    ORA-06512: at line 1
    EXP-00085: The previous problem occurred when calling SYS.DBMS_SCHED_JOB_EXPORT.create_exp for object 81202
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.

    EXP-00085 The previous problem occurred when calling string.string.string for
    object number
    Cause: The listed package provides export/import support for procedural
    objects, i.e., those whose DDL is supplied by stored procedures. The previously
    listed error occurred while calling the specified function.
    Action: Contact Oracle Support Services. Most packages are supplied by Oracle
    internal cartridge or server development groups. The package name will help
    Oracle Support Services determine the correct owner of the problem.
    Can you trace the session in order to find out the ORA-01031 problem, which could be a missing grant on a table or system privilege

  • Sales intelligence error

    hi friends
    this is the error i amgetting while running the sales intelligence responsibilty called sales intelligence online reports on forms based ..
    Oracle error 6502: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    and looking for setup docs on sales and marketing intellignce ASAP..
    waiting for your solution friends..send me ur mails nmy yahoo too..
    regards
    cheers
    vijay
    [email protected]

    I would post this message on the Forms or Reports forum as this forum is used for dealing with BI Beans issues.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Error when creating journal triggers

    I have table with 138 columns. When i try to generate journal triggers, HSU utility fails with error 6502 - numeric or value error. I was able to create journal triggers after i've deleted 30 rows. Are there any restrictions in number of columns when creating journal triggers?

    Hi,
    I wonder if you have a solution to the problem other than manually correcting the generated code. We are experiencing the same problem and no good solution yet
    (see post Journalling BR, error in CAPI (HSU 6523)
    kind regards
    Geert Verschueren

  • ORA-06502: PL/SQL: numeric or value error

    HI All,
    I am facing the following issue and looking forward for help to find the cause.
    We are converting PDF documents in our repository to HTML using Oracle API
    ctx_doc.ifilter (v_datablob, v_dataclob);
    a highly simplified version of our code will be something like this..
    1) Create table to store the BLOB(Binary PDF documents)
    create table tbl_pdf_store(pdf_doc blob);
    2) Insert a row and store a PDF.
    3) Convert the PDF into HTML and store it in a CLOB object..
    DECLARE
    v_datablob BLOB;
    v_dataclob CLOB;
    BEGIN
    --Create temporary clob objects
    DBMS_LOB.createtemporary (v_dataclob, TRUE, DBMS_LOB.SESSION);
    DBMS_LOB.createtemporary (v_datablob, TRUE, DBMS_LOB.SESSION);
    --get the pdf to be converted from store table
    SELECT pdf_doc
    INTO v_datablob
    FROM tbl_pdf_store
    WHERE rownum < 1;
         --convert the BLOB to HTML and store it in CLOB
         ctx_doc.ifilter (v_datablob, v_dataclob);
    exception
         when others then
         dbms_output.put_line(sqlerrm||' - '||sqlcode);
    end;
    Now the issue I am facing is, the above code works fine for few documents and for few others I get this cryptic error message
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "CTXSYS.DRUE", line 180
    ORA-06512: at "CTXSYS.CTX_DOC", line 1142
    ORA-06502: PL/SQL: numeric or value error - -6502
    I cant reproduce the exact code here, but if anyone had faced the similar issue, then it would be great if they help me out.
    thanks,
    Prashant

    > Billy, its not just plain wrong its a sin :). "When
    others" should itself be avoided if possible(it just
    shows you don't know what error can occur). In the
    actual code, we are using separate package to handle
    and log errors. Here it was just for simplification I
    added that putline code.
    Phew.. You had me worried there... :-)
    > I ran my procedure in debug mode and it throws this
    exception when its executing the Oracle API
    ctx_doc.ifilter
    And there is very little you can do debugging that, as that source code is encoded (wrapped).
    Which means that unfortunately you have to treat that code as a black box and investigate the bug with respects to:
    a) the "environment" from which the call is made (ito of session settings, the sequence of calls made, etc)
    b) the data and parameters passed
    > this is not the case with all the PDFs..I was able to
    convert more than 11 thousand documents without any
    issues. I have this for only few hundred documents.
    This would seem to point to a bug in Oracle's CTX conversion/filter code. Maybe those PDFs are a newer version and is not correctly supported. Maybe they're an older version that is not supported.
    Which is why I said you need to isolate the error. Determine which PDFs are failing. Create a test harness (simplified code as you've posted) to perform a conversion (and nothing else).
    Determine which PDFs fail and which works. Look at the differences between PDFs. E.g. can those problem PDFs be opened with different Acrobat Reader version - or do some of them fail?
    > Another issue is I cannot view the content of the
    these documents to check if anything is different :(.
    You can with Acrobat Reader.. right?
    > so no sure how to go from here...is there a
    printstack method in Oracle 9i(similar to 10g I
    guess) which can give me more information as I am
    currently lost and not sure where to look.
    Dumping the stack will not be of much help. In fact, the error message sequence you pasted already show the call sequence. And as these are in Oracle PL/SQL code, there is nothing really you can do about it.
    My suggestion is to
    a) isolate the error
    b) consult the manual(s) to ensure that the Oracle PL/SQL s/w is used correctly
    c) determine if this is data related (e.g. different PDF versions for example)
    d) log a SR (Service Request) with Oracle Support
    The more you can do ito of (a) - (c), the better the chance for finding the root cause, and the quicker resolution when you have no choice but to do (d).

  • Getting ORA-06512: at "APPS.FND_MSG_PUB", line 279 error in Oracle Sourcing

    Hi,
    We have recently applied Sourcing Rollup 2 J patch in our instance. After this, when the users change their timezone, the system behaves weirdly. The Server timezone and Client timezone are set to Dubai timezone (GMT+4) at site level. If the user is using this timezone, there is no issues. But when the user changes the timezone to something else (anything > GMT+4 or anything < GMT+4), he cannot publish auctions. He is getting error like:
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.FND_MSG_PUB", line 279
    ORA-06512: at "APPS.HZ_TIMEZONE_PUB", line 877
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.FND_MSG_PUB", line 279
    ORA-06512: at "APPS.HZ_TIMEZONE_PUB", line 1088
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.PON_OEX_TIMEZONE_PKG", line 41
    ORA-06512: at "APPS.PON_AUCTION_PKG", line 1052
    ORA-06512: at line 1
    We feel like this is some issues with the system. Some times, this works, sometimes different kind of errors are seen. When user is trying to log in, another error like the following is seen:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = AppsConnectionManager.appsInitialize(int,int,int,int,Connection):-1,-1,-1,0,oracle.jdbc.driver.OracleConnection@192a848; REASON = java.sql.SQLException: ORA-20001: Oracle error -6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    has been detected in FND_GLOBAL.INITIALIZE.
    ORA-06512: at "APPS.APP_EXCEPTION", line 70
    ORA-06512: at "APPS.FND_GLOBAL", line 64
    ORA-06512: at "APPS.FND_GLOBAL", line 1028
    ORA-06512: at "APPS.FND_GLOBAL", line 541
    ORA-06512: at line 1
    When we bounced server, this error went away. But the first error still persists. What could be the reason for this?
    Regards,
    Arun

    I traced through the packages. Here is the result:
    1. PON_AUCTION_PKG line 1052;
    x_newstarttime := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_open_bidding_date,x_oex_timezone,x_timezone);
    'x_oex_timezone' is the 'Server Timezone' profile value at site level. 'x_timezone' is the user's timezone. If the user's timezone is not a valid zone (checking done in PON_OEX_TIMEZONE_PKG.VALID_ZONE procedure), this param is assigned the value of 'x_oex_timezone'.
    2. The PON_OEX_TIMEZONE_PKG.CONVERT_TIME procedure calls the procedure HZ_TIMEZONE_PUB.Get_Time(), and I hope here the issue starts. The OUT parameters to this procedure are toDate, status, msg_count and msg_data. Note that here the msg_data is defined as VARCHAR2(100).
    3. Within the procedure HZ_TIMEZONE_PUB.Get_Time(), the error is raised from line 877. This is a WHEN OTHERS case of this procedure. This is from the API ;
    FND_MSG_PUB.Count_And_Get(
    p_encoded => FND_API.G_FALSE,
    p_count => x_msg_count,
    p_data => x_msg_data);
    4. Next error from FND_MSG_PUB is from line 279. This is within the procedure FND_MSG_PUB.Count_And_Get, when executing the following statement:
    p_data := Get ( p_msg_index => G_FIRST ,
    p_encoded => p_encoded );
    5. The 'GET' procedure, sets the value from global table 'G_msg_tbl( G_msg_index ).encoded_message ' to the p_data variable, and here is a potential slippage. The global variable can hold a value of upto 2000 characters. But the p_data is originally defined to be of size VARCHAR2(100). I think this can cause the issue. I am not sure what is the message getting assigned to the global variable here.
    Could this be the problem? Inside the code, some assignments to fnd_mesage are done. But some of those messages are not present in our database (fnd_new_messages). Any clue on this would be greatly helpful.
    Thanks,
    Arun

  • Page cannot be displayed error when login to EBS home page

    Hi All,
    I have some problem login to EBS page, if only one responsibility is active to user it will get error Page cannot be Displayed error 404 on the Main Menu.
    However if 2 or more responsibilities are active no error will come up and it will show all responsibilities.
    Below is the log I got from apache.
    [Thu Apr 28 15:58:26 2011] [warn] mod_plsql: Stale Connection due to Oracle error 6502
    [Thu Apr 28 15:58:26 2011] [error] mod_plsql: /pls/XXX/OracleNavigate.menuBypass ORA-6502
    ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
    ORA-06512: at "APPS.ICX_CALL", line 1077
    ORA-06512: at "APPS.ORACLENAVIGATE", line 2358
    ORA-06512: at line 28
    Appreciate if someone can share something about this.
    Database Server
    RDBMS : 10.2.0.2.0
    Oracle Applications : 11.5.10.2
    Thanks a lot

    Hi All,
    Thanks for all your help.
    Seems I already found out the issue.
    Since we are using "Personal Home Page" for the system profile option "Self Service Personal Home Page Mode" I checked oracle note and found out
    that 11i did not support this mode. Maybe this is the problem that is why we are getting page cannot be displayed error when only 1 responsibility is active.
    The way to fix this, is to use mode 'Framework Only' instead of 'Personal Home Page' as Oracle are phasing out mod_plsql based UI and it will not be present in future releases. No maintenance is being performed (i.e. bug fixes) to the mod_plsql based UI technology.
    Please check this note for more clearer explanation:
    Is The 'Personal Home Page' Mode Supported In Oracle 11i Applications? [ID 368628.1]
    Again, thank you for your help!

  • Migration to oracle R12

    Hi all,
    After migration process i tried to connect EBS R12 with new migrated 11g database(11.1.0.6.0).
    Aftr generating the appsutil in database tier i generted xml file in apps . and tried to run autconfg.
    in that process it will throws some errors like this, [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u02/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /u02/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u0
    2/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /u02/oracle/
    VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi-LP64 /u02/oracle/VIS/inst/apps
    /VIS_oracleebs3/admin/scripts/adexecsql.pl sqlfile=/u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afwebprf.sql INSTE8_PRF 1
    Directory: /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afcpctx.sh INSTE8_PRF 1
    Erros:
    ERROR at line 191:
    ORA-06550: line 191, column 12:
    PLS-00306: wrong number or types of arguments in call to 'SET_PROFILE'
    ORA-06550: line 191, column 12:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Error encountered while running /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install/afwebprf.sql
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    and
    Uploading Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp upload failed.
    Check log file created by FNDCPUCF program.
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    APP-FND-01564: ORACLE error 6550 in afpoload
    Cause: afpoload failed due to ORA-06550: line 1, column 31:
    Thanks,
    Ranjith.A

    Hi Hussein/srini
    1. appsutil.zip successfully created in the apps node. aftr that i created xml fle in db tier and run the autoconfig uing that appsutil.zip.
    2. afte that i stoped all thedatabase/listner in db tier andsource the new env file and started thedb and listner.
    3. Then in apps tier ,i edited apps contxt fle for the new databse (dbhost and jdbc_url) then Run the auto autoconfig . It throws error like this,
    AutoConfig could not successfully execute the following scripts:
    Error 1:
    Directory: /u02/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /u02/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u0
    2/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u02/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /u02/oracle/
    VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi-LP64 /u02/oracle/VIS/inst/apps
    /VIS_oracleebs3/admin/scripts/adexecsql.pl sqlfile=/u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afwebprf.sql INSTE8_PRF 1
    Erro 2:
    Directory: /u02/oracle/VIS/inst/apps/VIS_oracleebs3/admin/install
    afcpctx.sh INSTE8_PRF 1
    Befre that error ,
    beginig the autoconfig it shows like this,
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...ERROR: InD bCtxFile.uploadCtx() : Exception : Error executng BEGIN fnd_gsm_util.upload_cont ext_file(:1,:2,:3,:4,:5); END;: 1; Oracle error -6502: ORA-06502: PL/SQL: numeri c or value error: character to number conversion error has been detected in FND_ GSM_UTIL.upload_context_file.
    oracle.apps.ad.autoconfig.oam.InDbCtxFileException: Error executng BEGIN fnd_gsm util.uploadcontext_file(:1,:2,:3,:4,:5); END;: 1; Oracle error -6502: ORA-0650 2: PL/SQL: numeric or value error: character to number conversion error has been detected in FND_GSM_UTIL.upload_context_file.
    at oracle.apps.ad.autoconfig.oam.InDbCtxFile.uploadCtx(InDbCtxFile.java: 281)
    at oracle.apps.ad.autoconfig.oam.CtxSynchronizer.uploadToDb(CtxSynchroni zer.java:328)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBCtx(File SysDBCtxMerge.java:678)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBFiles(Fi leSysDBCtxMerge.java:222)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:16 80)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:755)
    FAILED
    COMPLETED
    Log files:
    Error 2:
    Uploading Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp
    APP-FND-01564: ORACLE error 6550 in afpoload
    Cause: afpoload failed due to ORA-06550: line 1, column 31:
    PLS-00302: component 'MAJOR_VERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored.
    The SQL statement being executed at the time of the error was: begin :release := fnd_release.major_version;end; and was executed from the file &ERRFILE.
    APP-FND-00434: AFPRCP:Failed to initialize profile option values :
    Metadata file /u02/oracle/VIS/apps/apps_st/appl/ad/12.0.0/admin/template/adctxinf.tmp upload failed.
    Check log file created by FNDCPUCF program.
    ERRORCODE = 1 ERRORCODE_END
    for error 1:
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    adx_prf_pkg.set_profile(
    ERROR at line 191:
    ORA-06550: line 191, column 12:
    PLS-00306: wrong number or types of arguments in call to 'SET_PROFILE'
    ORA-06550: line 191, column 12:
    PL/SQL: Statement ignored
    I found one solution for Error 2:
    281841.1 (Autoconfig Failed at Script afcpctx.sh).
    but i don't know to to disable that not null in tht dable.
    Note: ( EBS APPS version is R12 and DB vrsion is 11.1.0.6.0, DD is migrated from 9i)
    Thank in Advance,
    Ranjith.A

Maybe you are looking for

  • Problems with Compaq Presario CQ61

    I have a Presario CQ61 and recently updated the iTunes software installed. Everything worked fine until I went to shut down the computer. While waiting for the windows menu to load it crashed, since then it hasn't worked (some 5 days).  When I turn i

  • Receipts during clearing

    Hi Friends When I clear open items from payment run, no entry created in DFKKREPT but entry exists in DFKKREPTCL table. When I clear open items thru payment lot no entry in DFKKREPT but entry exists in DFKKREPTCL with out receipt number (receipt numb

  • Output type and TIME issue

    When the time in condition record is set to 3, then will be print program be called while saving the document? I am case even though the time it set to 3. Output type is proposed and saved as TIME 4(send immideately). But the form is not getting prin

  • Login issues!  Please help!

    I am unable to log in to the kuler website. I have had success for a short time once or twice, but most of the time the small login graphic just spins indefinitely.   I have created a new id, and the same thing is happening with that one.  I have int

  • Function Modules Split Billing Documents

    Hi expert, Does anyone knwo some function modules can help to split billing document when it exceeding the limit. I did know in IMG we can configure the max amount to split the billing documents but it doesn't help. I want some function modules which