Problem in compiling webutil.pll

Hello!!!
I have downloaded and installed webutil 1.0.6. form OTN in a Windows XP in path ORACLE_HOME\forms\webutil.
Following the instructions of configuring the webutil I have to compile the webutil.pll , otherwise i get the ORA-06508 message error!!!
The problem is that when i use the frmcmp module=ORACLE_HOME\forms\webutil\webutil.pll userid=<....> module_type=library compile_all=yes from the command prompt I get the error message FRM-30312 Failed to compile the library - which means that The VBX control properties have changed and the proposal is to Redefine the VBX properties.
I don't really change any of VBX properties , but however how can I Redefine the VBX properties ?

Hi ,
Whenever I attach the webutil.pll as it is in the downloaded Webutil.zip file I get the error message ORA-06508. Reading the help - included in the downloaded Webutil.zip file - the proposed step in this situation is to use the frmcmp module='ORACLE_HOME\forms\webutil\webutil.pll' userid=<....> module_type=library compile_all=yes. When I do this the error message FRM-30312 appears.
When I save the webutil.pll - I cannot compile the pll inside the form builder - the error messages (PDE-IIN005 Insert is unknown command and also the message at the background FRM-91507 Internal Error : The creation of library is impossible) appear , I get also the same error message at run time ORA-06508.
I have created the webutil_db package successfully and when I open the webutil_canvas all java beans appear without any error!!!!!
I would never imagine that it is so difficult , just to configure it!!!!!
Simon

Similar Messages

  • ERROR compiling webutil.pll on Solaris 10

    Hi all,
    I'm trying to compile the library webutil.pll.
    The problem is that the compiler does not respond.
    I did the steps to the configuration of the webutil and also apply the patch 4960210.
    I show the error:
    -bash-3.00$ frmcmp_batch.sh module=webutil.pll module_type=LIBRARY userid=webutil/webutil@dev10
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    Thus ended.
    Looking at the processes running:
    -bash-3.00$ prstat
    PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
    18343 oracle 817M 793M cpu1 0 0 0:02:55 25% frmcmp_batch/1
    18697 root 288M 41M sleep 59 0 0:00:01 0.9% java/14
    15920 oracle 312M 88M sleep 29 10 0:00:08 0.0% java/40
    13133 oracle 121M 47M sleep 59 0 0:10:00 0.0% emagent/17
    15939 oracle 159M 32M sleep 29 10 0:00:01 0.0% java/13
    15919 oracle 131M 46M sleep 29 10 0:00:04 0.0% java/20
    15937 oracle 182M 42M sleep 29 10 0:00:01 0.0% java/13
    141 daemon 4688K 2512K sleep 59 0 0:03:35 0.0% kcfd/4
    Deputy also:
    -bash-3.00$ uname -a
    SunOS bqbarfs01 5.10 Generic_138889-08 i86pc i386 i86pc
    Environment variables set in the profile are:
    -bash-3.00$vi .profile
    set -o vi
    stty kill \^u
    umask 022
    TEMP=/tmp
    TMPDIR=/var/tmp
    export TEMP TMPDIR
    ORACLE_BASE=/soft1/app/oracle
    ORACLE_HOME=/soft1/app/oracle/OraHome_2
    #TNS_ADMIN=/soft1/app/oracle/product/OraHome_2/network/admin
    TNS_ADMIN=/soft1/app/oracle/OraHome_2/network/admin
    LD_LIBRARY_PATH_64=/soft1/app/oracle/product/OraHome_2/lib
    export LD_LIBRARY_PATH_64
    LIBPATH=/soft1/app/oracle/product/OraHome_2/lib
    #ORA_NLS33=/soft1/app/oracle/product/OraHome_2/ocommon/nls/admin/data
    ORA_NLS33=/soft1/app/oracle/OraHome_2/ocommon/nls/admin/data
    #LD_LIBRARY_PATH=/soft1/app/oracle/product/OraHome_2/lib32:/usr/lib:/soft1/app/oracle/product/OraHome_2/network/lib:/usr/css:/opt/lib/cobol
    LD_LIBRARY_PATH=/soft1/app/oracle/OraHome_2/lib:/soft1/app/oracle/OraHome_2/jdk/jre/lib:/soft1/app/oracle/OraHome_2/jdk/jre/lib/i386:/usr/lib:/soft1/app/orac
    le/OraHome_2/network/lib:/usr/css:/opt/lib/cobol
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib:$ORACLE_HOME/network/jlib
    export TNS_ADMIN LIBPATH ORA_NLS33 LD_LIBRARY_PATH ORACLE_SID CLASSPATH
    PATH=${PATH}:/soft1/app/oracle/OraHome_2/jdk/bin:/usr/ucb:/usr/bin:/etc:/usr/ccs/bin:/usr/openwin/bin:/opt/bin:/opt/bin/cobol:$ORACLE_HOME/bin:$ORACLE_HOME/o
    pmn/bin:$ORACLE_HOME/forms
    export PATH
    set -o vi
    stty kill \^u
    export ORACLE_HOME TNS_ADMIN ORACLE_BASE
    DISPLAY=170.129.2.206:0.0;
    TERM=vt220; export TERM DISPLAY
    ORACLE_TERM=vt220; export ORACLE_TERM
    stty erase ^H
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    FORMS_PATH=/soft1/app/oracle/OraHome_2/forms; export FORMS_PATH
    export NLS_LANG
    export TWO_TASK=dev10
    #export DISPLAY=170.129.2.196:0.0
    export DISPLAY=170.129.70.32:0.0
    Any idea what could be the problem?
    Many Thanks in Advance,
    Fabian

    At first glance I have a few questions and/or comments:
    You said:
    "...I did the steps to the configuration of the webutil and also apply the patch 4960210...{quote}
    Patch 4960210 is 10.1.2.2. Given that your Forms components are still reporting 10.1.2.0.2 as seen in your posting, I will assume that you did not correctly install and relink the patch. You should be seeing version 10.1.2.2 and not 10.1.2.0.2. Refer to Metalink note 404477.1 as this may be the cause of the patching problem. The note and the patch mentioned within that note are specific to Windows and SPARC, but may help you to troubleshoot your Solaris Intel environment.
    Although not related to your problem, be aware that the latest patch is 10.1.2.3 (patch ID 5983622)
    {quote}
    Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    {quote}
    Once you correct this problem, you will need to ensure that you have run the WebUtil sql script as its contents is needed to compile webutil.pll. The script can be found in the Developer Suite Oralce Home\forms directory. The file name is: create_webutil_db.sql
    Also, I would recommend using frmcmp.sh and not _batch. This will require access to a X session.

  • Error FRM:30312 when compiling webutil.pll

    Error FRM:30312 when compiling webutil.pll
    I download the webutil_1_6.zip, and implementing the configuration instructions arrived to the point that states to compile the webtutil.pll file, the compiler generates the error: FRM-30312: Failed to compile the library. Any idea.
    The environment:
    OAS: 9.0.4
    OS: UNIX TRU 64 ver 1.5.b
    Considerations:
    I execute the create_webutil_db.sql in the required database.
    Other pll and fmb files of my application compile without problems.
    I configure the Webutil 1.6 in a Windows 2000 machine with Developer Suite 9.0.4 without problems.

    Michael I follow your recommendations, make the compilation in the local machine, and change the command line, but the error still appear:
    I execute the following command line:
    f90genm.sh module=webutil.pll userid=comun/comun@chirripo
    module_type=library compile_all=yes
    It generate this:
    Forms 9.0 (Form Compiler) Version 9.0.4.1.0 (Production)
    Forms 9.0 (Form Compiler): Release - Production
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    PL/SQL Version 9.0.1.5.0 (Production)
    Oracle Procedure Builder V9.0.3.5.0 Build #0 - Production
    Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
    Oracle Multimedia Version 9.0.4.1.0 (Production)
    Oracle Tools Integration Version 9.0.4.0.0 (Production)
    Oracle Tools Common Area Version 9.0.2.12.0
    Oracle CORE 9.0.1.2.0 Production
    Compiling library WEBUTIL...
    Invalidating Package Spec WEBUTIL_UTIL......
    Invalidating Package Spec WEBUTIL_SESSION......
    Invalidating Package Spec WEBUTIL_SEPARATEFRAME......
    Invalidating Package Spec WEBUTIL_HOST......
    Invalidating Package Spec WEBUTIL_FILE_TRANSFER......
    Invalidating Package Spec WEBUTIL_FILE......
    Invalidating Package Spec WEBUTIL_DB_LOCAL......
    Invalidating Package Spec WEBUTIL_C_API......
    Invalidating Package Spec WEBUTIL_CORE......
    Invalidating Package Spec WEBUTIL_CLIENTINFO......
    Invalidating Package Spec WEBUTIL_BROWSER......
    Invalidating Package Spec JAVA_SYSTEM......
    Invalidating Package Spec JAVA_FILE......
    Invalidating Package Spec JAVA_EXCEPTION......
    Invalidating Package Spec JAVA_APPSERV_WRITER......
    Invalidating Package Spec JAVA_APPSERV_READER......
    Invalidating Package Spec DELIMSTR......
    Invalidating Package Spec CLIENT_WIN_API_PRELOAD......
    Invalidating Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Spec CLIENT_WIN_API_DEBUG......
    Invalidating Package Spec CLIENT_WIN_API......
    Invalidating Package Spec CLIENT_TOOL_ENV......
    Invalidating Package Spec CLIENT_TEXT_IO......
    Invalidating Package Spec CLIENT_OLE2......
    Invalidating Package Spec CLIENT_IMAGE......
    Invalidating Package Body WEBUTIL_UTIL......
    Invalidating Package Body WEBUTIL_SESSION......
    Invalidating Package Body WEBUTIL_SEPARATEFRAME......
    Invalidating Package Body WEBUTIL_HOST......
    Invalidating Package Body WEBUTIL_FILE_TRANSFER......
    Invalidating Package Body WEBUTIL_FILE......
    Invalidating Package Body WEBUTIL_DB_LOCAL......
    Invalidating Package Body WEBUTIL_C_API......
    Invalidating Package Body WEBUTIL_CORE......
    Invalidating Package Body WEBUTIL_CLIENTINFO......
    Invalidating Package Body WEBUTIL_BROWSER......
    Invalidating Procedure Body SHOW_WEBUTIL_INFORMATION......
    Invalidating Package Body JAVA_SYSTEM......
    Invalidating Package Body JAVA_FILE......
    Invalidating Package Body JAVA_EXCEPTION......
    Invalidating Package Body JAVA_APPSERV_WRITER......
    Invalidating Package Body JAVA_APPSERV_READER......
    Invalidating Package Body DELIMSTR......
    Invalidating Package Body CLIENT_WIN_API_PRELOAD......
    Invalidating Package Body CLIENT_WIN_API_ENVIRONMENT......
    Invalidating Package Body CLIENT_WIN_API_DEBUG......
    Invalidating Package Body CLIENT_WIN_API......
    Invalidating Package Body CLIENT_TOOL_ENV......
    Invalidating Package Body CLIENT_TEXT_IO......
    Invalidating Package Body CLIENT_OLE2......
    Invalidating Package Body CLIENT_IMAGE......
    Invalidating Procedure Body CLIENT_HOST......
    Invalidating Function Body CLIENT_GET_FILE_NAME......
    Compiling Package Spec WEBUTIL_UTIL......
    Compiling Package Spec WEBUTIL_SESSION......
    Compiling Package Spec WEBUTIL_SEPARATEFRAME......
    Compiling Package Spec WEBUTIL_HOST......
    Compiling Package Spec WEBUTIL_FILE_TRANSFER......
    Compiling Package Spec WEBUTIL_FILE......
    Compiling Package Spec WEBUTIL_DB_LOCAL......
    Compiling Package Spec WEBUTIL_C_API......
    Compiling Package Spec WEBUTIL_CORE......
    Compiling Package Spec WEBUTIL_CLIENTINFO......
    Compiling Package Spec WEBUTIL_BROWSER......
    Compiling Package Spec JAVA_SYSTEM......
    Compiling Package Spec JAVA_FILE......
    Compiling Package Spec JAVA_EXCEPTION......
    Compiling Package Spec JAVA_APPSERV_WRITER......
    Compiling Package Spec JAVA_APPSERV_READER......
    Compiling Package Spec DELIMSTR......
    Compiling Package Spec CLIENT_WIN_API_PRELOAD......
    Compiling Package Spec CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Spec CLIENT_WIN_API_DEBUG......
    Compiling Package Spec CLIENT_WIN_API......
    Compiling Package Spec CLIENT_TOOL_ENV......
    Compiling Package Spec CLIENT_TEXT_IO......
    Compiling Package Spec CLIENT_OLE2......
    Compiling Package Spec CLIENT_IMAGE......
    Compiling Package Body WEBUTIL_UTIL......
    Compiling Package Body WEBUTIL_SESSION......
    Compiling Package Body WEBUTIL_SEPARATEFRAME......
    Compiling Package Body WEBUTIL_HOST......
    Compiling Package Body WEBUTIL_FILE_TRANSFER......
    Compiling Package Body WEBUTIL_FILE......
    Compiling Package Body WEBUTIL_DB_LOCAL......
    Compiling Package Body WEBUTIL_C_API......
    Compiling Package Body WEBUTIL_CORE......
    Compiling Package Body WEBUTIL_CLIENTINFO......
    Compiling Package Body WEBUTIL_BROWSER......
    Compiling Procedure Body SHOW_WEBUTIL_INFORMATION......
    Compiling Package Body JAVA_SYSTEM......
    Compiling Package Body JAVA_FILE......
    Compiling Package Body JAVA_EXCEPTION......
    Compiling Package Body JAVA_APPSERV_WRITER......
    Compiling Package Body JAVA_APPSERV_READER......
    Compiling Package Body DELIMSTR......
    Compiling Package Body CLIENT_WIN_API_PRELOAD......
    Compiling Package Body CLIENT_WIN_API_ENVIRONMENT......
    Compiling Package Body CLIENT_WIN_API_DEBUG......
    Compiling Package Body CLIENT_WIN_API......
    Compiling Package Body CLIENT_TOOL_ENV......
    Compiling Package Body CLIENT_TEXT_IO......
    Compiling Package Body CLIENT_OLE2......
    Compiling Package Body CLIENT_IMAGE......
    Compiling Procedure Body CLIENT_HOST......
    Compiling Function Body CLIENT_GET_FILE_NAME......
    FRM-30312: Failed to compile the library.
    Thanks.

  • Can't compile webutil.pll in10g AS at Redhat AS3 Update1

    I have installed 10g As in Redhat AS3 update1. I coundn't compile the webutil.pll is this system.
    I wanted to use webutil component ,the error message is frm-30312.
    my command:
    f90genm.sh webutil.pll dev/dev@dbms Module_Type=LIBRARY Compile_All=YES
    Does anyone can help me solve this problem?

    Hi,, I got the same problem,,,,
    I suppose no one answer your question,,,,
    Efrain,,,

  • Compilation errors in webutil.pll

    Hi all,
    I am trying to compile webutil.pll
    But compilation errors are generated in all the packages
    whose name start with JAVA_
    what could be the reason?
    And How can i solve this?
    Forms Version- 9i
    Webutil 106
    Regards
    Indu
    Message was edited by:
    Indu

    Dear Francois,
    I am getting following error message while compiling webutil.pll
    Compilation errors on JAVA_SYSTEM:
    PL/SQL ERROR 306 at line 18, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 18, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 20, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 20, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 23, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 23, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 30, column 12
    wrong number or types of arguments in call to 'CALL_LONG_METHOD'
    PL/SQL ERROR 0 at line 30, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 38, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 38, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 39, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 39, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 48, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 48, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 57, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 57, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 68, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 68, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 77, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 77, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 88, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 88, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 95, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 95, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 104, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 104, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 113, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 113, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 122, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 122, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 129, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 129, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 136, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 136, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 145, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 145, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 152, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 152, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 160, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 160, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 161, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 161, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 169, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 169, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 170, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 170, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 178, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 178, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 179, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 179, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 187, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 187, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 188, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 188, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 196, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 196, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 197, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 197, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 205, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 205, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 213, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 213, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 225, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 225, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 233, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 233, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 243, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 243, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 252, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 252, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 253, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 253, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 261, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 261, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 269, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 269, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 277, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 277, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 283, column 10
    wrong number or types of arguments in call to 'GET_OBJECT_FIELD'
    PL/SQL ERROR 0 at line 283, column 3
    Statement ignored
    PL/SQL ERROR 306 at line 286, column 11
    wrong number or types of arguments in call to 'GET_OBJECT_FIELD'
    PL/SQL ERROR 0 at line 286, column 3
    Statement ignored
    PL/SQL ERROR 306 at line 289, column 10
    wrong number or types of arguments in call to 'GET_OBJECT_FIELD'
    PL/SQL ERROR 0 at line 289, column 3
    Statement ignored
    Compilation errors on JAVA_FILE:
    PL/SQL ERROR 306 at line 15, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 15, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 17, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 17, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 17, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 25, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 25, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 26, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 26, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 26, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 35, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 35, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 35, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 46, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 46, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 46, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 54, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 54, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 63, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 63, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 64, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 64, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 73, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 73, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 74, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 74, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 83, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 83, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 84, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 84, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 92, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 92, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 100, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 100, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 108, column 12
    wrong number or types of arguments in call to 'CALL_LONG_METHOD'
    PL/SQL ERROR 0 at line 108, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 116, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 116, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 124, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 124, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 132, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 132, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 140, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 140, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 148, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 148, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 157, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 157, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 158, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 158, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 166, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 166, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 174, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 174, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 182, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 182, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 190, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 190, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 198, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 198, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 209, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 209, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 221, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 221, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 222, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 222, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 230, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 230, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 238, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 238, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 246, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 246, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 254, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 254, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 262, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 262, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 270, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 270, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 278, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 278, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 286, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 286, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 294, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 294, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 302, column 12
    wrong number or types of arguments in call to 'CALL_LONG_METHOD'
    PL/SQL ERROR 0 at line 302, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 311, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 311, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 312, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 312, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 321, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 321, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 322, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 322, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 330, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 330, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 337, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 337, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 345, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 345, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 353, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 353, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 362, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 362, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 363, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 363, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 373, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 373, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 381, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 381, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 389, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 389, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 397, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 397, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 409, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 409, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 417, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 417, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 427, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 427, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 435, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 435, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 443, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 443, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 449, column 20
    wrong number or types of arguments in call to 'GET_CHAR_FIELD'
    PL/SQL ERROR 0 at line 449, column 3
    Statement ignored
    PL/SQL ERROR 306 at line 452, column 16
    wrong number or types of arguments in call to 'GET_STRING_FIELD'
    PL/SQL ERROR 0 at line 452, column 3
    Statement ignored
    PL/SQL ERROR 306 at line 455, column 24
    wrong number or types of arguments in call to 'GET_CHAR_FIELD'
    PL/SQL ERROR 0 at line 455, column 3
    Statement ignored
    PL/SQL ERROR 306 at line 458, column 20
    wrong number or types of arguments in call to 'GET_STRING_FIELD'
    PL/SQL ERROR 0 at line 458, column 3
    Statement ignored
    Compilation errors on JAVA_EXCEPTION:
    PL/SQL ERROR 306 at line 15, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 15, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 15, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 23, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 23, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 24, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 24, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 24, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 34, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 34, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 35, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 35, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 35, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 42, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 42, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 42, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 51, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 51, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 52, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 52, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 61, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 61, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 62, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 62, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 70, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 70, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 78, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 78, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 86, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 86, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 95, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 95, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 96, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 96, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 104, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 104, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 112, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 112, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 120, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 120, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 128, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 128, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 137, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 137, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 138, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 138, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 146, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 146, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 154, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 154, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 166, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 166, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 174, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 174, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 184, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 184, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 193, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 193, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 194, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 194, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 202, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 202, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 210, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 210, column 5
    Statement ignored
    Compilation errors on JAVA_APPSERV_WRITER:
    PL/SQL ERROR 306 at line 13, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 13, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 13, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 23, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 23, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 33, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 33, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 43, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 43, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 51, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 51, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 59, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 59, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 69, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 69, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 77, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 77, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 85, column 12
    wrong number or types of arguments in call to 'CALL_OBJECT_METHOD'
    PL/SQL ERROR 0 at line 85, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 97, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 97, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 105, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 105, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 115, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 115, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 124, column 5
    wrong number or types of arguments in call to 'ADD_OBJECT_ARG'
    PL/SQL ERROR 0 at line 124, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 125, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 125, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 133, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 133, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 141, column 5
    wrong number or types of arguments in call to 'CALL_VOID_METHOD'
    PL/SQL ERROR 0 at line 141, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 149, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 149, column 5
    Statement ignored
    Compilation errors on JAVA_APPSERV_READER:
    PL/SQL ERROR 306 at line 13, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 306 at line 13, column 13
    wrong number or types of arguments in call to 'NEW_OBJECT'
    PL/SQL ERROR 0 at line 13, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 20, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 20, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 32, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 32, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 40, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 40, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 48, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 48, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 56, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 56, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 64, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 64, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 72, column 12
    wrong number or types of arguments in call to 'CALL_INT_METHOD'
    PL/SQL ERROR 0 at line 72, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 80, column 12
    wrong number or types of arguments in call to 'CALL_STRING_METHOD'
    PL/SQL ERROR 0 at line 80, column 5
    Statement ignored
    PL/SQL ERROR 306 at line 90, column 12
    wrong number or types of arguments in call to 'CALL_BOOLEAN_METHOD'
    PL/SQL ERROR 0 at line 90, column 5
    Statement ignored
    Failed to generate library.
    FRM-30312: Failed to compile the library.
    Regards
    Indu

  • Webutil.Pll does not compile on Oracle8 because of Utl_Encode.Base64_Decode

    Webutil.Pll requires packaged code Webutil_Db.
    Webutil_Db requires Utl_Encode.Base64_Decode.
    Utl_Encode.Base64_Decode is not avail on Oracle8.1.7.2.0.
    There is a workaround, because I found it, tested it worked, and then promptly lost it again !!!
    Any ideas please ???

    Only a couple of functions in webutil.pll make use of this package, so if you don't use those functions, you don't need the webutil_db package. This means you don't have to install the package.
    Do not forget to alter the webutil.pll put some exceptions where it calls the webutil_db packages.
    It's dirrrty, but it works for me ;)

  • Problem in finding GHR.PLL

    Hi folks,
    I am having problem while opening FOrms in my client.
    So, i copied the mentioned PLL to the forms60_path and i dont find GHR.PLL in my linux server. Only i can see GHR.PLX
    I think I have to copy GHR.PLL to open template in my client.
    Can you anybody help to resolve this problem..

    Hi ,
    Whenever I attach the webutil.pll as it is in the downloaded Webutil.zip file I get the error message ORA-06508. Reading the help - included in the downloaded Webutil.zip file - the proposed step in this situation is to use the frmcmp module='ORACLE_HOME\forms\webutil\webutil.pll' userid=<....> module_type=library compile_all=yes. When I do this the error message FRM-30312 appears.
    When I save the webutil.pll - I cannot compile the pll inside the form builder - the error messages (PDE-IIN005 Insert is unknown command and also the message at the background FRM-91507 Internal Error : The creation of library is impossible) appear , I get also the same error message at run time ORA-06508.
    I have created the webutil_db package successfully and when I open the webutil_canvas all java beans appear without any error!!!!!
    I would never imagine that it is so difficult , just to configure it!!!!!
    Simon

  • Facing problem in using webutil

    hello,
    i have oracle developer suite 10g (9.0.4), which have not webutil capabilities,
    i download the webutil 1.0.6, and manually made all the required chages,but facing problem in using all the fuctions, firstly it return value or string exception (ora-06502) and after that it always return NO_data_found(01403) exception,
    Please! help on this
    regards,
    sidharth

    In order for us to help you will need to provide a lot more information. However, I would start with this:
    1. Have you compile the webutil.pll file in to a .plx?
    2. Is the PLX included in the FORMSxx_PATH?
    3. Have you attached the WebUtil objects (from the Object Library) to your form?
    4. If you are developing your form on Windows and trying to run it on Unix, have you recompiled the PLL and FMB?
    5. If you sub-classed the WebUtil objects in to your form, the webutil OLB will need to be in the FORMSxx_PATH
    Try using the WebUtil Demo form:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/Webutil_demo.zip
    Read the WebUtil doc. It may be necessary to detach and reattach the WebUtil Library. Then execute a COMPILE_ALL. Refer to the WebUtil doc Section 5.1 "Adding The Required Objects"
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • Can't complle webutil.pll in 10g AS on redhat AS3 update1

    I have installed 10g As in Redhat AS3 update1. I coundn't compile the webutil.pll is this system.
    I wanted to use webutil component ,the error message is frm-30312.
    my command:
    f90genm.sh webutil.pll dev/dev@dbms Module_Type=LIBRARY Compile_All=YES
    Does anyone can help me solve this problem?

    Hi,, I got the same problem,,,,
    I suppose no one answer your question,,,,
    Efrain,,,

  • Compilation errors when compiling qmslib*.pll against a 10g database

    In some cases compiling qmslib50.pll or qmslib65.pll with Forms 6.0, Forms 6i or
    Forms 9i gives errors like
    PL/SQL ERROR 201 at line 47, column 36
    identifier 'HIL_MESSAGE.MESSAGE_RECTYPE' must be declared
    or
    PL/SQL ERROR 905 at line 47, column 36
    object'HST65.HIL_MESSAGE' is invalid
    The cause of this is in procedure hil_message.get_message where argument P_LANGUAGE is defaulted to a value collected from hil_profile.get_profile_value ('LANGUAGE', user)). This confuses the forms compiler.
    The workaround for this problem is to replace the call to HIL_PROFILE by default value NULL and to change the code in the procedure,
    as shown below.
    procedure Get_Message ( p_errorrec in out hil_message.message_rectype
    , p_errcode in varchar2 := null
    , p_constraint in varchar2 := null
    , p_language in varchar2 := NULL
    is
    -- Purpose returns all error/message information from qms_message_properties
    -- and qms_message_text table for a specified error message or
    -- constraint name.
    -- Either the error code (p_errcode) or the constraint name must be specified
    -- Usage Parameters
    -- p_errorrec : returns the error/message information in a PL/SQL record
    -- p_errcode : error/message code
    -- p_constraint : constraint name
    -- p_language : language in which the message text is required
    -- Remarks -
    l_language varchar2(3);
    begin
    if p_language is null
    then
    -- get the value for the language from HIL_PROFILE
    l_language := hil_profile.get_profile_value ('LANGUAGE', user) ;
    else
    -- use the parameter value
    l_language := p_language;
    end if;
    qms_message.Get_Message ( p_errorrec
    , p_errcode
    , p_constraint
    , l_language); -- use l_language instead of p_language
    end Get_Message;

    HIL_MESSAGE is a database package under headstart, Headstart package owner.
    Check the status of the package. Recompile the package or recreate it with the script provided or generate the ddl from designer under qms65 application under headstart.

  • Problem in configuring Webutil

    Hello!!!
    I have installed Oracle Developer Suite 10g on Windows XP. I want to configure Webutil but following the instructions located in on-line help and specifically in step 4 (signing the jar files) , there is not the file 'signer.properties'!!!
    Where can I find it?
    Simon

    Hello ,
    I downloaded , extracted and installed webutil 1.0.6. - in Windows XP - above the one installed during the Developer Suite R.2 installation. I downloaded and extracted the jacob_18.zip.
    I followed the instructions on the webutil.html file on how to install .
    The problem is that a message ORA-06508 appears when I push a button on a very simple form - which consists of just this button and necessary webutil components. I inserted the webutil.pll and subclassed the webutil.olb on the form.
    The code of the WHEN-BUTTON-PRESSED is :
    declare
    a varchar2(500);
    begin
    a:=WEBUTIL_CLIENTINFO.Get_Date_Time;
    end;
    I tried , also the WEBUTIL_FILE.FILE_OPEN_DIALOG(dirname,null,'|All files|*.*|' ,'open') code with the same results....
    Surely , the problem may originate from the following :
    1) I can not import the java class called oracle.forms.webutil.ole.OleFunctions in the form .
    The error message is : Exception ----- java.lang.NoClassDefFoundError: com/jacob/com/ComFailException .
    2) The Java bean 'oracle.forms.webutil.ole.OleFunctions ' does not appear on the webutil canvas. , An error message appears...cannot find the Java Bean named ' 'oracle.forms.webutil.ole.OleFunctions '
    3) In the document the FORMS_BUILDER_CLASSPATH (it is the registry entry isn't ? ) is referenced to ' /forms/java/frmall.jar;/forms/java/frmwebutil.jar;/forms/java/jacob.jar'.
    The above paths must be written as they are (I use Windows XP system) or they must be written with the full path (e.g. c:\oracle\product\devsuite10g\forms\java\frmall.jar) ?
    Another problem about FORMS_BUILDER_CLASSPATH is that the length is 670 (exceeding 512 characters). What can I do for it?
    4) The same as above with the logical/physical paths exist in the following , according to the help file:
    - WEBUTIL_CONFIG parameter
    - CLASSPATH
    - the entry in 'j2ee/DevSuite/application-deployments/forms/formsweb/orion-web.xml ' .
    In these situations which path should I write (the physical(whole path) or the logical (as they are in the help document))?
    Thanks , a lot !!!!
    Simon

  • Error compile Webutil

    When i am compiling library webutil.pll is with error:
    Error in compile in WEBUTIL_DB_LOCAL:
    PL/SQL ERROR 201 line 9, colunn 12
    the identified 'WEBUTIL_DB.OPENBLOB' it should be declared
    Whats wrong
    Marcos

    If you are starting your form builder with a shortcut, then go to properties of that shortcut and mention the path where the Pll resides, in the start in parameter.
    Otherwise, Go to the registry, set the forms90_path for 10G home with the path where the Pll resides.
    Regards,
    Sridhar. R. S.

  • Error while compiling CUSTOM.PLL with frmcmp_batch

    We have a strange issue here. One of the users is unable to compile custom.pll . He is getting the issue
    PDE-PLI038 Cannot open file for use as a PL/SQL Library
    This is the below file permission for the custom.pll
    -rwxrwxrwx 1 applmgr oaa 20480 Apr 29 02:57 CUSTOM.pll
    This is the one with custom developments in it.
    This is user id
    uid=114(ccankim) gid=1026(oaa)*
    But when I as a applmgr user is able to compile the CUSTOM.pll successfully.
    applmgr>frmcmp_batch module=CUSTOM.pll userid=apps/***** module_type=library
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release  - Production
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.5.0      Production
    Compiling library CUSTOM...
    Compiling Package Spec CUSTOM......
    Compiling Package Body CUSTOM......
    Done.
    Any idea Gurus...
    EBS 12.1.3
    UNIX HP-UX B.11.31 U ia64 4294967040 unlimited-user license
    DB 11.2.0.2

    $ which frmcmp_batch
    /p01/app/applmgr/oappsp1/apps/tech_st/10.1.2/bin/frmcmp_batch
    $ ll -ltr /p01/app/applmgr/oappsp1/apps/tech_st/10.1.2/bin/frmcmp_batch
    -rwxr-xr-x 1 applmgr oaa 22544380 Dec 21 12:17 /p01/app/applmgr/oappsp1/apps/tech_st/10.1.2/bin/frmcmp_batch
    The user has execute permission.( because his user id belongs to group oaa which has execute permission)
    Full 777 permission on the directory where this CUSTOM.pll exists.
    The confusing part is, if the file would have been corrupted, it would not have been compiled successfully under applmgr user. So the doc id 1082077.1 as of now doesn't help a lot.
    :(

  • Problem in compiling j2me file

    Hello friends,
    friends my problem in compiling j2me file..
    when i compile my j2me file through WTK2.2 (toolkit)
    then it creates extra file including j2me" .class" file..
    for example if my j2me file is "aman.java" and when i compile it
    then it will covert into "aman.class" file but it creates one more file like "aman1$.class" ..plz help me to get out of this problem..coz its increase my j2me file size..
    thanks
    Aman

    That is an inner class in aman.java that you are seeing there.
    If you use inner anonymous classes, for example;
    public class MyMIDlet extends MIDlet {
       // code for the MIDlet
       // Anonymous inner class
       setCommandListener(new CommandListener() {
          public void commandAction(Command c, Displayable d) {
            // implementation;
            // may access MyMIDlet's private fields
    }then the command listener you create will become another class named MyMIDlet$1.class.
    In this example you can get rid of the inner class by making one of the existing classes implement that CommandListener interface:
    public class MyMIDlet extends MIDlet implmements CommandListener {
       public void commandAction(Command c, Displayable d) {
         // implementation;
         // may access MyMIDlet's private fields
       // code for the MIDlet
       // Instead of the anonymous inner class, we can now use MyMIDlet since it
       // implements CommandListener
       setCommandListener(this);
       // etc. etc. etc.
    }shmoove

  • Problem in compiling with ant?

    Hi,
    I have problem with compiling using ant ..i have build file...and properly place directories.......
    C:/>ant build
    It's giving an error as "Exception in thread "main" java.lang.NoClassDefFoundError: build"
    can any one help me to solve this problem

    Cross-Post:
    http://forum.java.sun.com/thread.jspa?threadID=589924&tstart=0

Maybe you are looking for

  • Upgrade ebs Database 10G to 11G  (Os upgrade from 32 to 64)

    I have to perform the following upgrade: ebs Database 10G to 11G (Os upgrade from 32 to 64) Any information is welcome. Thank you in advance. Edited by: Atanas Cholakov on Nov 19, 2012 2:27 AM

  • Dunning letters (vs) Invoice (vs) statement In AR

    Hi All, The below question relevant to Oracle receivables. What is the difference between dunning letters, Invoice, statement in Oracle Receivables? Any help would be appreciable. Thanks Sai Krishna.

  • Copy paste a part of a pdf document

    is there any way I can copy just selected parts of an adobe acrobat document into notepad or wordpad or clipboard viewer or whatever?,the document is unlocked and my os is xp pro 32 bit,home edition,thank you

  • How to turn off the "untrusted connection" thing?

    This "Untrusted Connection" thing is god-damned annoying. Websites that I've been using for YEARS... all of a sudden are "untrusted." I don't ***-**** care. How do I turn this feature off? ''moderator edited out offensive language''

  • No new rows or columns because the axis is not input-ready

    Hi Gurus, I have a problem when I am modelling the Order and Revenue Planning. In my model I have Base Unit and Currency as Unit characterstics. When I take Currency as INR and Base Unit Multiple Values then I can create a new row in my planning layo