Adpatch fails with PLS-00302: component 'INITIALIZE_WITH_CALENDAR' must be

Hi Guru's....
This is my first post.I am a new dba.
while applying adpatch , I am getting the below error.Please help. this is on r12.
About to do IREP processing...
Attempting to process IREP files ...
AutoPatch error:
Error in adusnapRunAdPostPatch() while executing statement
AutoPatch error:
ORA-06550: line 1, column 16:
PLS-00302: component 'INITIALIZE_WITH_CALENDAR' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at "APPS.FND_GLOBAL", line 413
ORA-06512: at "APPS.FND_GLOBAL", line 2272
ORA-06512: at "APPS.FND_GLOBAL", line 2546
ORA-06512: at "APPS.FND_GLOBAL", line 2698
ORA-06512: at "APPS.FND_GLOBAL", line 2636
ORA-06512: at "APPS.FND_ADPATCH", line 53
ORA-06512: at line 3
Error while processing IREP files, continuing...
Done IREP processing.
Thank you.....

Hi Ronald and Hussein,
Thank you for your response.
There are no invalids in my environment.
I am applying R12.1.X: FORMS INTEROPERABILITY PATCH FOR 10.1.2.3 -- 13001977
>>
OS:
SunOS sandebus03 5.10 Generic_147440-01 sun4v sparc SUNW,T5240
>>
RELEASE_NAME
12.1.2
DB:11.2.0.3
>>
SQL> desc fnd_date
FUNCTION ADJUST_DATETIME RETURNS DATE
Argument Name Type In/Out Default?
DATE_TIME DATE IN
FROM_TZ VARCHAR2 IN
TO_TZ VARCHAR2 IN
FUNCTION CANONICAL_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CANONICAL VARCHAR2 IN
FUNCTION CHARDATE_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CHARDATE VARCHAR2 IN
FUNCTION CHARDT_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CHARDT VARCHAR2 IN
FUNCTION DATE_TO_CANONICAL RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
FUNCTION DATE_TO_CHARDATE RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
FUNCTION DATE_TO_CHARDT RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
FUNCTION DATE_TO_DISPLAYDATE RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
FUNCTION DATE_TO_DISPLAYDT RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
FUNCTION DATE_TO_DISPLAYDT RETURNS VARCHAR2
Argument Name Type In/Out Default?
DATEVAL DATE IN
NEW_CLIENT_TZ_CODE VARCHAR2 IN
FUNCTION DISPLAYDATE_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CHARDATE VARCHAR2 IN
FUNCTION DISPLAYDT_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CHARDT VARCHAR2 IN
FUNCTION DISPLAYDT_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
CHARDT VARCHAR2 IN
NEW_CLIENT_TZ_CODE VARCHAR2 IN
PROCEDURE INITIALIZE
Argument Name Type In/Out Default?
P_USER_MASK VARCHAR2 IN
P_USERDT_MASK VARCHAR2 IN DEFAULT
FUNCTION STRING_TO_CANONICAL RETURNS VARCHAR2
Argument Name Type In/Out Default?
P_STRING VARCHAR2 IN
P_MASK VARCHAR2 IN
FUNCTION STRING_TO_DATE RETURNS DATE
Argument Name Type In/Out Default?
P_STRING VARCHAR2 IN
P_MASK VARCHAR2 IN
PROCEDURE TEST
SQL>
>>
SQL> column rcsid format a35 word
break on name skip 1
SQL> select name,type,substr(text,instr(text,'$Header: ')+9,
instr(text,' ',instr(text,'$Header: '),4)
SQL> 2 3 - instr(text,'$Header: ') - 9) rcsid
4 from all_source
5 where text like '%$Header: %'
6 and name like upper('%%FND_DATE%%') escape '\'
7 order by name
8 , type
9 /
undefine 1
clear breaks
NAME TYPE RCSID
FND_DATE PACKAGE AFDDATES.pls 115.11 2003/10/28
PACKAGE BODY AFDDATEB.pls 120.1 2005/07/02
FND_DATE_TZ PACKAGE AFDATTZS.pls 115.4 2003/10/28
PACKAGE BODY AFDATTZB.pls 115.4 2003/10/28
SQL> SQL> breaks cleared
SQL>

Similar Messages

  • PLS-00302: component 'SET_NO_OUTLINES' must be declared

    Windows 2000 Server
    Oracle 10.2.0.1 upgraded from 9.2.0.1
    IMP-00058: ORACLE error 6550 encountered
    ORA-06550: line 1, column 33:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    IMP-00000: Import terminated unsuccessfully
    Trying to import into a 10.2.0.1 database from a 9.2.0 database export.dmp file. Yes, I have seen the thread in this forum regarding the same error when doing an export but in this situation, I am using the import utility of the destination database (10.2.0.1) $ORACLE_HOME/ora102/bin and the db_block values are the same for both source and destination databases.
    I think this is caused by Oracle 10.2 want to use SET_NO_OUTLINES and 9.2 doesn't know what it is.
    Would appreciate any advise in fixing this situation.
    Thanks

    If you export with 9i utility to export and while importing 10g utiltiy to import you will get these compatability errors..
    Always use the export utility of the lower version of source and target database.
    if you still have any questions, Please Refer to Basic Compatibility Section in Metalilnk Note 132904.1
    Hope this helps
    Click here to learn [Oracle data pump export and import with examples.|http://www.oracleracexpert.com/2009/08/oracle-data-pump-exportimport.html]
    Click here for steps to [upgrade Oracle version from 10.2.0.x to 10.2.0.4|http://www.oracleracexpert.com/2009/10/oracle-version-upgrade-from-1020x-to.html]
    http://www.oracleracexpert.com

  • PLS-00302: component 'SET_NO_OUTLINES' must be declared on EXP

    Hey all,
    Not sure why I'm getting this. Any ideas where to start?
    C:\>exp userid=me/me@mine owner=me file=c:\temp\me.dmp
    Export: Release 10.2.0.1.0 - Production on Tue Aug 9 11:14:00 2005
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be declared
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully
    C:\>sqlplus me/me@mine
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 9 11:16:02 2005
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options

    Hello Everyone,
    The mentioned issue is due to the fact that you already have several oracle versions installed on your system ( 8i, 9i, 10g, 11g). The issue happens basically whenever you are trying to exp where the command runs from ORACLE_HOME so if your ORACLE_HOME is set to ORACLE 10 for example and you are exporting a database on 8i the issue occurs and hence to solve it you just need to go into cmd then go to oracle 8i HOME which basically will be under c:\oracle\8i\bin and run the exp command again. It will work smoothly.
    All the best
    SEMOS

  • PLS-00302: component 'DISABLE_OLAP_POLICY' must be declared

    Database: 11.2.0.4.0
    OLAP Analytic Workspace
    11.2.0.4.0
    Oracle OLAP API
    11.2.0.4.0
    OLAP Catalog
    11.2.0.4.0
    I am receiving the following error when trying to delete a dimension in AWM 12.1.0.1.0A.
    java.sql.SQLException: ORA-06550: line 1, column 20:
    PLS-00302: component 'DISABLE_OLAP_POLICY' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    at oracle.olap.awm.util.ORASUtil.reportException(ORASUtil.java:64)
    at oracle.olap.awm.util.ORASUtil.disableOLAPDSP(ORASUtil.java:659)
    at oracle.olap.awm.dataobject.olapi.UDimensionDO.delete(UDimensionDO.java:905)
    at oracle.olap.awm.navigator.node.DeleteThread.run(DeleteThread.java:283)
    I don't get this error with AWM 11.2.0.4.0A. I take it this means we shouldn't be using AWM 12 on a 11 database even though the AWM 12 login window specifies a cube type of: OLAP 11g/12c?

    You have encountered a known AwM bug 18616303 in AwM 12.1.0.1.0A. The workaround as you have
    already determined is to use 11.2.0.4.0A patch of AwM when working against an 11.2 Oracle rdbms server when
    you need to drop a dimension, cube or analytic workspace.
    This bug is currently fixed in the yet unreleased AwM 12.1.0.2.0. I expect it will be fixed shortly in an
    12.1.0.1.0B patch of AwM. Sorry for the inconvenience.
    I will update this thread when the 12.1.0.1.0B patch of AwM is available for download off of OTN with
    the link to the download.

  • Help me resolve this---- PLS-00302: component 'STRING' must be declared

    Can anyone please guide me in resolving the below error
    The statement below is in the package spec.
    TYPE rec IS RECORD ( proj AV_ACTIVITY.proj%TYPE, act AV_ACTIVITY.act%TYPE );
    TYPE object_table_type is TABLE OF rec INDEX BY BINARY_INTEGER;
    temp_as_rn object_table_type;
    Then i am wrting a cursor in the package body and trying to access the component...but it throws up the
    PLS-00302: component 'PROJ' must be declared
    The below code is in the package body
    CURSOR c2_memo_attr(proj_temp varchar2,act_temp varchar2) is
    select distinct
    dup.proj,
    dup.proj_ds as proj_ds,
    dup.act,
    dup.act_ds as act_ds,
    initcap(to_char(ac.eid, 'fmMonth DDth, YYYY')),
    initcap(to_char(ac.lid, 'fmMonth DDth, YYYY')),
    initcap(to_char(ac.act_due_date, 'fmMonth DDth, YYYY')),
    dup.uc03 as Study_no
    from dup_resource_status dup, av_activity ac
    where ( ac.proj = proj_temp
    and ac.act = act_temp)
    and dup.proj = ac.proj
    and dup.act = ac.act
    and ac.ver = 0;
    for c2_memo_attr_rec in c2_memo_attr(temp_as_rn.proj,temp_as_rn.act)
    loop
    text := 'abcd......'
         end loop;

    Cursor loops are obsolete technology? Hmm, not sure I agree with you there.
    Yes, sometimes they are an indication of slow-by-slow processing that could be better done in one dml statement, or with bulk collections, etc, but sometimes that's not the case - unless I'm missing something.
    For example, I'm writing a procedure to take care of deleting partitions on a periodic basis, and I'm taking into consideration the case where there might be more than one partition to delete. So I'm using a cursor to identify the partitions to delete, and using a cursor for loop to loop round and execute the dynamic drop partition statement.
    Since there's never going to be that many partitions, this isn't going to be particularly unperformant, and so I don't see a problem with using the cursor for loop construction for it.
    I'd like to hear more on why you think it's obsolete technology in reference to my specific example - and also what you think I should be using.

  • Data Template - PLS-00302: component 'P_PARAMETER' must be declared

    All,
    I'm new to the Data Template. I'm following the User's Guide example and examples from this Forum. I can't get a parameter to work. I'm creating a Data Template because I need to execute a PL/SQL call before the report runs.
    My Data Template:
    <?xml version="1.0" encoding="UTF-8" ?>
    <dataTemplate name="DATA_TEMPLATE" version="1.0" dataSourceRef="dev" defaultPackage="TEST_JC_PKG">
    <dataTrigger name="beforeReport" source="TEST_JC_PKG.record_report_usage('beforeReport_trigger')"/>
    <parameters>
    <parameter name="p_parameter" datatype="character" defaultValue="X"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="ROW">
    <![CDATA[SELECT dummy FROM dual WHERE :p_parameter = 'X']]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>
    I get this error when I click the "View" button in BI Pub:
    ORA-06550: line 2, column 13:
    PLS-00302: component 'P_PARAMETER' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    xdo:
    <?xml version = '1.0' encoding = 'utf-8'?>
    <report version="1.1" xmlns="http://xmlns.oracle.com/oxp/xmlp" defaultDataSourceRef="dev">
    <title>beforeReport_trigger_manual_dataTemplate</title>
    <properties>
    <property name="showControls" value="true"/>
    <property name="online" value="true"/>
    <property name="parameterColumns" value="3"/>
    <property name="openLinkInNewWindow" value="true"/>
    <property name="autoRun" value="true"/>
    </properties>
    <dataModel defaultDataSet="Q1">
    <dataSet id="Q1">
    <dataTemplate name="DATA_TEMPLATE" dataSourceRef="dev" defaultPackage="TEST_JC_PKG">
         <dataTrigger name="beforeReport" source="TEST_JC_PKG.record_report_usage('beforeReport_trigger_manual_dataTemplate')"/>
         <parameters>
         <parameter name="p_parameter" datatype="character" defaultValue="X"/>
         </parameters>
    <dataQuery>
    <sqlStatement name="ROW">
    <![CDATA[SELECT dummy FROM dual WHERE :p_parameter = 'X']]>
    </sqlStatement>
    </dataQuery>
    </dataTemplate>
    </dataSet>
    </dataModel>
    <valueSets/>
    <parameters/>
    <templates default="detail">
    <template label="detail" type="rtf" url="beforeReport_trigger_manual_dataTemplate.rtf"/>
    </templates>
    <burst enabled="false"/>
    </report>

    Hi,
    This is a known bug when using DataTemplates, but it has only just started with 10.1.3.3. You will need to put p_parameter as a global variable in you default package, and you will also need to create a parameter called p_parameter inside BIP. You can set this parameter to being hidden if you do not want Users to be able to change it.
    See Tim Dexter's blog on this for more information:
    http://blogs.oracle.com/xmlpublisher/2007/10/18#a614
    Hope this helps you.
    Regards,
    Cj

  • PLS-00302: component 'REGISTER_PROPAGATOR' must be declared

    Hi,
    The following error occured, while running the repadmin user creation script.
    Can any one help in rectifying this?
    BEGIN dbms_defer_sys.register_propagator('REPADMIN'); END;
    ERROR at line 1:
    ORA-06550: line 1, column 22:
    PLS-00302: component 'REGISTER_PROPAGATOR' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    SQL> exit
    Thnk u,
    Rgds,
    Maha.
    null

    How were you connected to the database when you ran the DBMS_DEFER_SYS procedure? as SYSTEM?
    Also, check to make sure that the DBMS_DEFER_SYS package and package body exist, are valid, and have synoyms created for them. Query DBA_OBJECTS for this information.

  • Error(586,27): PLS-00302: component 'EDR_RPT_GEN_TMP_WEIGHT_RANGES' must be

    Hi ,
    In my procedure ,i'm calling another stored proc as below
    edr_rpt_generic_package.edr_rpt_gen_tmp_weight_ranges
        in_report_parameter_id
      );while compiling it throws up error as "component must be declared".
    could anyone help me to solve this?
    thanks in advance.

    hi all i got the answer.
    thx
    Edited by: user10641405 on Oct 16, 2009 2:45 PM

  • Getting PLS-00302 component must be declared on callout to web service

    - set up callout utility on source db
    - created plsql package on target database:
    SQL> desc pkgwssignature;
    FUNCTION WSSIGNATUREDEV RETURNS NUMBER
    Argument Name Type In/Out Default?
    P_OPERATION VARCHAR2 IN
    P_ID NUMBER IN
    P_TOOLNAME VARCHAR2(16) IN
    P_BASE_ID VARCHAR2(64) IN
    P_BASE_SUBID VARCHAR2(64) IN
    P_LABEL VARCHAR2(164) IN
    P_NAME VARCHAR2(256) IN
    P_DESCRIPTION VARCHAR2(4000) IN
    P_ID_INCIDENTTYPE NUMBER IN
    P_ID_MODULE NUMBER IN
    P_ID_EVENTCLASS NUMBER IN
    P_THREATLEVEL NUMBER IN
    P_COMMENTS_INTERNAL VARCHAR2(4000) IN
    P_PATCHINFO VARCHAR2(4000) IN
    - Made the pacakge available as a web service
    java -jar $ORACLE_HOME/webservices/lib/wsa.jar -plsqlAssemble -appName
    wsSignatureDEV -sql pkgwsSignature -dataSource jdbc/OracleDS -dbConnection
    jdbc:oracle:thin:@//10.0.203.161:1521/devseam -dbUser globals/##### -style rpc
    -use encoded -jpubProp plsqlload -debug true
    - Set up the source db as web service consumer:
    jpub -u globals/##### -sysuser sys/#####
    -url=jdbc:oracle:thin:@//10.0.203.161:1521/devocdb
    -proxywsdl=http://10.0.203.161:8888/wsSignatureDEV/wsSignatureDEV?WSDL
    -endpoint=http://10.0.203.161:8888/wsSignatureDEV/wsSignatureDEV -dir=tmp
    SQL> desc jpub_plsql_wrapper;
    FUNCTION WSSIGNATUREDEV RETURNS NUMBER
    Argument Name Type In/Out Default?
    POPERATION_ VARCHAR2 IN
    PID_ NUMBER IN
    PTOOLNAME_ VARCHAR2 IN
    PBASEID_ VARCHAR2 IN
    PBASESUBID_ VARCHAR2 IN
    PLABEL_ VARCHAR2 IN
    PNAME_ VARCHAR2 IN
    PDESCRIPTION_ VARCHAR2 IN
    PIDINCIDENTTYPE_ NUMBER IN
    PIDMODULE_ NUMBER IN
    PIDEVENTCLASS_ NUMBER IN
    PTHREATLEVEL_ NUMBER IN
    PCOMMENTSINTERNAL_ VARCHAR2 IN
    PPATCHINFO_ VARCHAR2 IN
    - try to call the web service:
    select
    jpub_plsql_wrapper.WSSIGNATUREDEV('INSERT',1,'test','test','test','test','test',
    'test',1,null,1,1,'test','test')
    from dual;
    => always getting following error:
    ERROR at line 2:
    ORA-29532: Java call terminated by uncaught Java exception:
    java.rmi.RemoteException: java.rmi.ServerException:
    start fault message:
    Internal Server Error (caught exception while handling request:
    java.rmi.RemoteException: java.sql.SQLException: ORA-06550: line 1, column 36:
    PLS-00302: component 'WSSIGNATUREDEV' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    :end fault message
    Can someome give me an idea where to look/ what I'm missing ? Thanks in advance

    Try this ->
    CREATE OR REPLACE PROCEDURE D_COMMANDS
    IS
    PRAGMA AUTONOMOUS_TRANSACTION;
         CURSOR CR_MJI_SIN
         IS
         SELECT sno, cno, iumber 
         FROM TEST1.m_mca;
         C_SUBNO VARCHAR2(20);
         C_CARDNO VARCHAR2(12);
         C_IMSI_NUMBER VARCHAR2(30);
         TRANSNO1 NUMBER(8);
    BEGIN
      OPEN CR_SMS_SUB;
      LOOP
        FETCH CR_SMS_SUB INTO C_SUBNO,C_CARDNO,C_IMSI_NUMBER;
        EXIT WHEN CR_SMS_SUB%notfound;
        SELECT  spc_trans.NEXTVAL
        INTO TRANSNO1
        FROM DUAL;
        INSERT INTO EIM_COMMAND_RECORD(SUBSCR_TYPE, AREA, SUBNO, SERORDNO, TRANSNO, EXC, EXCSYSTEM,
                                       PORTNO, SPC_FUNCTION, APPDATE, NXTROUTINE, RETRANSMIT, TRANSSTATUS,
                                       EQUIPID, SOTYPE, CARDNO, CARD_TYPE)
        VALUES ( 'G', '0', C_SUBNO, NULL , TRANSNO1, 'GSM1', 'GSM1', '1', 'SERI', sysdate,
                 'SPC001', 'Y', 10, 'MCA' , 66, C_CARDNO, 'PLI');
        INSERT INTO EIM_EXECUTED_COMMANDS ( TRANSNO, CMDNO, COMMAND, TIMEOUT)
        VALUES (TRANSNO1, 1, 'ADD MCA FOR '||C_SUBNO||' USING (IMSINO='||C_IMSI_NUMBER||')', 30);
      END LOOP;
      CLOSE CR_SMS_SUB;
      COMMIT;
    EXCEPTION
    WHEN OTHERS THEN
          raise_application_error(-20001,'An error was encountered - '||SQLCODE||' -ERROR- '||SQLERRM);
    END;
    BEGIN
      D_COMMANDS;
    END;N.B.: Not Tested....
    Regards.
    Satyaki De.

  • Java Applet in a HTML page: failing with PLS-00306: wrong number of args

    We are trying to use a Java Applet in a HTML page. as our system needs to be able to retrieve a predefined set of data from a third party system that uses Dynamic Data Exchange Protocol (DDE) and are encountering errors from APEX and in IE itself.
    We are using JavaDde from www.nevaobject.com that enables our Java applet to interact with Windows applications (Third Party System) using DDE.
    This functionality is currently used in our Web Form 6i application and we are trying to use the same in the new ApEx application.
    We are using ApEx version : 2.1 and actually aer encountering 2 problems:
    Problem 1: ApEx failing with PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    Problem 2: IE crashes if Applet used in a complex page with several regions (1 Context, 4 Report Regions, 2 level Tabs, Links)
    This problem does not occur in the page where there is only applet and one region. In the case of complex page the IE crashes if the page is reloaded
    Test scenario:
    1- Create a simple page with the HTML region.
    2- Define the Source of the above region as follows
    <OBJECT CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#version=1,4,0,0"
    WIDTH="1"
    HEIGHT="1"
    ID="simpleApplet"
    NAME="simpleApplet">
    <PARAM NAME="code" VALUE="simpleApplet.class" >
    <PARAM NAME="archive" VALUE="simpleApplet.jar" />
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    </OBJECT>
    3- Create a simple Java applet "simpleApplet" - for the test its enough if the applet will have just the init method printing out the mesage to the console
    4- Create a Submit Button (not redirect) in Region Header and create unconditional (do not set When Button Pressed property) Page Branch to navigate to another page (the page without the applet)
    6- Run the page and Submit -
    The error below is returned by the engine:
    In our case our applet is called ddeApplet - I do not know why is ApEx passing the Applet's ID down to the wwv_flow.accept method as a parameter
    Tue, 24 Jul 2007 08:15:39 GMT
    ORA-06550: line 7, column 2:
    PLS-00306: wrong number or types of arguments in call to 'ACCEPT'
    ORA-06550: line 7, column 2:
    PL/SQL: Statement ignored
    DAD name: rbdev2_ax
    PROCEDURE : wwv_flow.accept
    URL : http://castor:7778/pls/rbdev2_ax/wwv_flow.accept
    PARAMETERS :
    ============
    P_FLOW_ID:
    147
    P_FLOW_STEP_ID:
    500
    P_INSTANCE:
    6986070096861669560
    P_PAGE_SUBMISSION_ID:
    1005758
    P_REQUEST:
    CRASH
    P_ARG_NAMES:
    100380029717786501
    P_T01:
    147
    P_T02:
    101
    P_T03:
    5000044
    P_T04:
    1
    P_T05:
    S
    DDEAPPLET:
    Ddeapplet[panel0,0,0,1x1,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,1x1,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7778
    SERVER_NAME=castor
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/pls/rbdev2_ax/wwv_flow.accept
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=192.168.66.169
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=661
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
    HTTP_HOST=castor:7778
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ISCOOKIE=true; LOGIN_USERNAME_COOKIE=rdanko; ORACLE_PLATFORM_REMEMBER_UN=RDANKO:ngrb; WWV_FLOW_USER2=70FBB00945FE46B9; V6_AUTHENTICATION_COOKIE=70FBB00945FE46B9
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://castor:7778/pls/rbdev2_ax/f?p=147:500:6986070096861669560:::::
    HTTP_SOAPACTION=

    "theArrow",
    It looks like whatever HTML you're including on your page is creating HTML input form elements inside the HTML form "wwv_flow". This form is posted to wwv_flow.accept, and of course, the PL/SQL procedure wwv_flow.accept doesn't know anything these additional arguments/form elements you're attempting to POST.
    Joel

  • CLob update failing with PLS-00172: string literal too long

    I have a clob column which needs to updated with a message on message_id
    Table description
    SQL> desc cl_message1
    Name Null? Type
    MSG_ID NOT NULL NUMBER(10)
    DATA NOT NULL CLOB
    Update statement:
    variable data1 clob;
    begin
    :data1:='TESTHDR^Add^200812310374^2012-08-19 15:53:22.0^
    TESTHDR^Add^200812310374^5652^C0000029^2012-08-19 15:46:49.0^
    TESTDWN^ADD^200812310374^5652^G^03^00000999990000722444^
    ... ----------------------------------------------------------------------------------------- 2376 lines of text-------------------------
    TESTDWN^ADD^200812310374^5674^G^10^00000999990000743289^
    TESTEND^5674^';
    UPDATE cl_message1
    SET DATA=:data1
    WHERE
    msg_id = '989';
    END;
    When I run this statement it fails with
    SQL> @test_clob_insert.sql
    :data1:='WAVEHDR^Add^200812310374^2012-08-19 15:53:22.0^
    ERROR at line 2:
    ORA-06550: line 2, column 10:
    PLS-00172: string literal too long
    As per my understanding a bind variable can store maximum value of clob. Not sure why this is throwing this error. Please help
    Regards
    This column is stored in_row.
    SQL> r
    1* select owner,table_name,column_name,in_row from dba_lobs where table_name='CL_MESSAGE1'
    OWNER TABLE_NAME COLUMN_NAME IN_
    VEERA CL_MESSAGE1 DATA YES
    Edited by: 953621 on Aug 19, 2012 10:34 PM
    Edited by: 953621 on Aug 19, 2012 11:44 PM

    953621 wrote:
    As per my understanding a bind variable can store maximum value of clob. Not sure why this is throwing this error. Please helpYes, if the bind variable is declared as a clob, then it can store the maximum size of the clob, but that's not your issue.
    Your issue is that you are setting the clob data using a string literal i.e. a single string between quotes. There is a limit to the size of string literals, so you would have to build up the clob by appending many string literals together instead.

  • JAEHYLEE  (R11i AOL)  Adpatch fails with Pre-req check

    Goal
    이미 적용한 patch를 Adpatch가 다시또 Pre-req로 재차 확인을 요청하는 경우가 발생할 경우
    Cause
    adpatch는 AD_SNAPSHOT_BUGFIXES table의 bugfix_id에 record를 가지고 있어여 하나 여기에 데이타가 없는 경우에 prereq check를 잘못할수 있다
    fix:
    adadmin을 사용하여 Maintain snapshot information을 수행을 권고 드립니다.
    Perform the steps :
    adadmin : Maintain Applications Files --> Maintain snapshot information
    --> Manage Snapshots within this Application System.
    You must run AD Administration "Maintain snapshot information" once
    for each APPL_TOP before you can apply any patch that contains a "
    compatible feature prereq" line on that APPL_TOP. Running AD
    Administration "Maintain snapshot information" for an APPL_TOP
    completely populates the APPL_TOP's current view snapshot. This complete
    information is required for the automatic prerequisite patch checking feature
    to give correct results.
    Reference
    245362.1

    Hi,
    Please run the following command to check the Exchange server in your organization:
    Get-ExchangeServer
    Check whether there is any legacy Exchange server listed. We can double confirm the Excahnge server in the following path:
    1. In ADSI Edit, navigate to Configuration >
    CN=Configuration,CN=<domain> > CN=Services >
    CN=Microsoft Exchange > CN=<Exchange organization name> >
    CN=Address Lists Container > CN=Recipient Update Services.
    2. In the result pane, right-click Recipient Update Service (Enterprise Configuration), click
    Delete, and then click Yes to confirm the deletion.
    3. Uninstall Exchange 2003 by using Add or Remove Programs from
    Control Panel.
    If there is no Exchange 2003 in your organization, please collect any error logs in Event Viewer for further troubleshooting.
    Regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Winnie Liang
    TechNet Community Support

  • Workflow Notification Mailer continues to fail with a STOPPED_ERROR component status

    We are running the E-Business Suite version 12.1.3 (Standard) on Solaris Operating System (SPARC 64-bit). Multi-Org enabled. We just applied over the weekend RUP 7 patch 18004477. We have several seeded and customized workflows running (HR, BENEFITS, GRC, AP, AR etc).
    The Workflow Notification Mailer continues to stop in error with this message in fnd_svc_components:
    STOPPED_ERROR - Maximum number of errors (10000) have been reached for this Service Component -> oracle.apps.fnd.cp.gsc.ProcessorException: An unexpected RuntimeException or Throwable occurred -> java.lang.NullPointerException
    It only runs for a few minutes before ending in error.
    I attached the last Workflow Notification Mailer log entries begining around where the component exited with the error above. I suspect that one of the error messages above is the problem. I can send more of the log if necessary.
    Due the error message above regarding the maximum number errors we have updated wf_notifications and wf_items table for any rows that are 'WFERROR' to CLOSED status and to a mail_status of SENT. In wf_items we set the end_date to the sysdate for the items where the item type = 'WFERROR'. Despite this we are still receiving this error with the Workflow Notification Mailer.
    Does anyone have an idea what is causing the component to shut down with this message? I would greatly appreciate any help with this issue that we are having.
    Thank you, Greg
    Message was edited by: GregTruta

    Hi Greg,
    Please see:
    Users Suddently Stop Receiving Email Notifications (Doc ID 467516.1)
    Error in log ~ The agent could not be found: ECX_INBOUND (Doc ID 1188056.1)
    Thanks,
    Hussein

  • Error PLS-00302 while importing images

    Hello,
    I exported the images from the online environment and tried to import the file on a local instance of HTML DB.
    Although the script says the export file is COMPATIBLE, it stops with the following error:
    ERROR at line 2:
    ORA-06550: line 2, column 24:
    PLS-00302: component 'G_VARCHAR2_TABLE' must be declared
    The failing statement is:
    wwv_flow_image_api.g_varchar2_table(1) := '...'
    where ... represents a string of hexadecimal values
    I ran the script as user FLOWS_010500.
    All other scripts ran normally without problems.
    Any hints?
    Bye,
    Flavio

    Flavio,
    You need to apply the recent patch to get you to 1.5.1, then the import should work. Please advise if it does not.
    Thanks for pointing this out.
    Scott

  • ORA-27369: job of type EXECUTABLE failed with exit code:No such file or dir

    Hi all,
    i am new with DBMS_SCHEDULER and my need is to create a job, without program and schedule, that i can call in an Apex app.
    This job run a window *.bat* file via cmd.exe
    I test the .bat with doubleclick and it work.
    I test window run with the string c:\windows\system32\cmd.exe/c C:/mycompletepath/myfilename.bat > nul and it work.
    I execute the following execute DBMS_SCHEDULER.create_job (
                   job_name=>'EIM_JOB',
                   job_type=>'EXECUTABLE',
                   job_action=>'c:\windows\system32\cmd.exe',
                   number_of_arguments=>1,
                   auto_drop=>FALSE,
                   enabled=>FALSE,
                   comments=>'Job Lancio EIM'
              ); and the job is created.
    I execute this execute DBMS_SCHEDULER.set_job_argument_value('EIM_JOB',1,' /c C:/mycompletepath/myfilename.bat > nul');
    execute DBMS_SCHEDULER.enable('EIM_JOB');
    execute DBMS_SCHEDULER.PURGE_LOG(job_name=>'EIM_JOB');
    execute DBMS_SCHEDULER.run_job('EIM_JOB');but the error ORA-27369: job of type EXECUTABLE failed with exit code: No such file or directory is raised
    The argument is uge and reading about it here https://forums.oracle.com/forums/thread.jspa?threadID=701740 here https://forums.oracle.com/forums/thread.jspa?threadID=555102 and here http://www.oracle-base.com/articles/11g/SchedulerEnhancements11gR1.php_ i suppose that my problem is quite about credentials but i need some help or tips to clearly identify, verify and solve the problem.
    Any kind of help will be appreciated.
    Thanks
    Alex

    Hi Ravi,
    thank you for your helpful reply.
    I am changing my script in order to meet your advices but when i run this execute DBMS_SCHEDULER.CREATE_CREDENTIAL (
       credential_name=>'SIECRMWIN',
       username=>'myusername',
       password=>'mypassword',
       database_role=>NULL,
       windows_domain=>'SIECRM',
       comments=>'Windows credential to run job'); the error PLS-00302: component 'CREATE_CREDENTIAL' must be declared is raised.
    My DB is Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
    NLSRTL Version 10.2.0.5.0 - ProductionWhich is my mistakes?
    Searchibg the internet i found this OracleJobScheduler Windows service, how i can verify if service exist and start it on my server?
    Thanks again for any kind of help.
    Edited by: OraclePSP on 23-mar-2012 5.59

Maybe you are looking for

  • Workflow - Purchase order Release strategy

    Hi All, Good Morning I had created workflow for Purchase order release strategy with steps(To Determine Agents, Release of Purchase order, Release of PO effected) and in Me21N I created PO and PO came to my SAP inbox(SBWP) and I released that PO and

  • Why are my old playlists are gone with the new iTunes?

    I think I know how to navigate the new iTunes interface now, but I cannot find the unique playlists I made of songs in my library. All the albums I made are there, but not "And Yet Another Oldies but Goodies" and those like it. What happened? Can I f

  • How to delete apple maps?

    Hi, Since I'm starting using apple maps which is inferior related with Google maps, and I don't wanna junk apps on my Iphone, I would like to know how to delete it. Can anyone help me?

  • How do I browse .nbu files & preview videos??

    Using PC Suite how can I browse through my backed up videos that are stored in .nbu files? without installing them into the phone. thanks. N95-1 (8GB-MicroSD),LCG-Audio,Fring,Nimbuzz,Skype,Youtube,iPlayer,Garmin4-GPS.Googlemaps,SkyFire,ZoneTag,Gravit

  • How to lookup percentile table and Records table For Dashboard purpose?

    Hi Folks, I have Created one USP_Storedprocedure : whic is create table 1 results, I have another stored procedure which has N no of columns. But For the dashboard purpose I want 2 columns only (whic are  table 2 sample Results, that table held N no