I need webutil.pll

hello and hi
any body send me webutil.pll library
regard
mahr

<p>You could try a Java Bean.
See at this one.
- Download the JAR file from the zip and copy it in your /forms60/java directory.
- Add the JAR filename to the archive tag of your /forms60/server/formsweb.cfg file.
- In your form, add a Javabean Area (e.g. :bl.bean) then put the following Implementation Class property : oracle.forms.fd.ClientInfos
- Add a button in your form, then the following code in the When-Button-Pressed trigger:
Message(Get_Custom_Property('BL.BEAN', 1, 'IP' )) ;
At run time, open the Java console to see if the Java class is correctly loaded (no error message)
</p>
Francois

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.

  • 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 ;)

  • WEBUTIL.pll

    Hi,
    Can anyone help me from where I get WEBUTIL.pll file
    Thanks
    Baloch

    Actually, WebUtil is no longer available for download on OTN. It is only included with the Forms Builder installations. This includes Developer Suite 10.1.2 and FMw 11.1.1. Older versions of Forms and WebUtil are no longer entitled to support.
    The frmwebutil.jar file included with the installation is provided signed, so the only thing needed is to obtain jacob.jar and sign it.
    Edited by: Michael Ferrante on Jun 25, 2010 8:35 AM

  • 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

  • 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,,,

  • 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 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 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

  • From Where can i get webutil.pll

    After Compliments,
    we are using forms 9i, but we did not get webutil
    Please tell me that from where can i get webutil.pll
    Regards

    Thanks lot, I found it.
    Other question, our requirement is to upload files to client machine from Appserver, Is there any other way to do that using javabean, I saw one demo on OTn but I could not open that link.
    Thanks in advance.

  • Need webutil demo

    could someone please mail me a simple demo (fmb) which uses webutil?
    it just needs a button on it which opens the file-browse-window. for example.
    thanks a lot!
    [email protected]

    There is a C_API demo but we are working on a demo which covers all the functions of webutil...
    Watch this space.
    Regards
    Grant Ronald
    Forms Product Management

  • Urgent need F60UTIL.PLL

    Hi,
    Can you plz send me F60UTIL.PLL. Its very urgent.
    My mail id is [email protected]
    Thanks in advance.
    Regards,
    Rahul.

    I am using the .pll against a 9i database.
    If you are using Oracle 6 then that might be the reason.
    I don't have any other copies I can send sorry.

  • Need Help with the General Understanding WebUtil's Configuration

    We resently installed the following software so that we could migrate our 6i client-server forms to 10g web forms:
    1) Oracle Developer Suite 10.1.2.0.2 for Windows (B24499-01, B24500-01)
    2) Oracle Oracle Application Server Forms and Reports Services 10.1.2.0.2 for Solaris (v8)
    We plan to do development on the Windows side and then deploy our Web Forms to the Unix server.
    In reviewing Section 2.1 the follow documentation on WebUtil,
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf, I
    learned that WebUtil will be installed and configured when installing Oracle
    Developer Suite 10g (10.1.2).
    I've found this to be true on our Windows installation as I was able to search and find the webutil.pll and webutil.olb file in the forms directory after installation.
    However, I'm unclear whether it was installed and configured on the Unix side because neither webutil.pll and webutil.olb are found in the forms directory on the Unix server.
    Does the fact that we are developing on Windows, but deploying to the UNIX server mean that we only have WebUtil installed and configured on the Windows-side of things?
    Once we have WebUtil working in our Windows Development Environment, we simply need to move the .pll and .olb to the Unix server and compiled them under the forms directory so that they are there when we deploy our forms on the Unix server?
    I'm very confused here. Can anyone provide me a dumbed down explanation for a first time Web Form developer?

    Don't worry I wasn't sure as well, I had to raise a SR to understand it too!
    I have a similar set up to yours and have webutil working successfully.
    What you need to do is to install and configure your application server on unix for webutil as well as windows.
    From your post I see you are already reading the docs. Within chapters 2 and 3 both of which are titled "configuring web util", you will see points that refer to the application server, these are the ones that you need to follow.
    Good luck

  • Forms9i - WebUtil usage via pll

    We have converted Forms6 to 9i and currently have OLE functionality within a PL/SQL library that all the forms use. In order to use WebUtil functionality such as client_ole2, I need to subclass the webUtil object of the WebUtil.pll into the form? As the code is in a library does this mean I cannot use WebUtil within libraries?
    This would mean having to put all of the PL/SQL library functions in each Form as Program Units. This is not something we would like to do due to the scale of the application and therefore the maintenance implications.
    Can you provide me with feedback on this please? As we had decided to use WebUtil - what alternatives do we have?

    So rather than attaching webutil.pll to the forms and creating an object group - I only have to attach webutil.pll to myUtils.pll? Then when the forms call myutil functions, everything will work ok?

  • Why does WebUtil needs AS configurations?

    If we have to only attache the WebUtil.PLL and sub-class the webutil.olb to the form and place the frmwebutil.jar in the \%Oracle Dev Home%\forms\java then why do we need such a complicated set-up in the app server (like signing with JACOB which I really don't understand)? Do we have to install any Java components in the DB also?
    Can anybody explain to me what happens when a 10g Release 2 Form tries to read an Excel sheet from the client machine? In simple steps can you plese explan what WebUtil components are called and where those components are (client/app server/DB machine)? How does the application server come into play when a Form reads from an Excel sheet in the client machine because the Excel sheet is in the client machine and NOT in the app. server or DB machine?
    Please pardon my ignorence in this. I tried reading the documentation (PDFs and web-pages) but I could not figure how it works.
    Edited by: user12240205 on Apr 29, 2011 6:06 AM

    then why do we need such a complicated set-up in the app server (like signing with JACOB which I really don't understand)?JACOB stands for JAva-COm Bridge. This is the mechanism by which Oracle Forms is able to interact with the Client workstation and call Windows COM Automation components. Without the JACOB library (.jar) WebUtil would not work. You have to sign the jacob.jar because your application is deployed over the web.
    Do we have to install any Java components in the DB also?No - you only need the WebUtil database package.
    Can anybody explain to me what happens when a 10g Release 2 Form tries to read an Excel sheet from the client machine?Forms uses the Webutil Client_OLE2 package to communicate with Excel using Windows COM methods. As I mentioned above, without the JACOB library, WebUtil would not be able to communicate with Excel using COM.
    In simple steps can you plese explan what WebUtil components are called and where those components are (client/app server/DB machine)?Rather than explain each step, there are numerous demo's on the internet and in Oracle's Forms Demos that demonstrate how to use WebUtil. It is also a very common topic in the Forums. I recommend you look at WebUtil - A Simplified guide to understanding WebUtil. Also take a look at Forms: How to Read an Excel file into a Form for an example of how to interact with Excel.
    How does the application server come into play when a Form reads from an Excel sheet in the client machine because the Excel sheet is in the client machine and NOT in the app. server or DB machine?{qoute}The Application Server (AS) is simply the transport mechanism to deliver the JACOB Java Library to the Client. When a Forms interacts with Excel - everything occurs on the client. Depending on what you are attempting to do, the AS may never be involved with a WebUtil transaction on the client. Now, if you need to upload a file or store a client image in the database then the AS and the Database server would become involved.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Wifi problem and Lion (my solution)

    Hi guys Like so many other people, I've had problems with my wifi network at home after upgrading to Lion. My mbp could'nt couldn't detect my wifi network (wpa-psk/AES. No SSID broadcast). My solution was to change the broadcasting channel from 13 to

  • In design CS2 has it been dumped completely by this awful company

    My problem is that Indesign CS2 wont open any longer. I bought it as a bundle and paid a huge sum for the full Creative suite. I was told at the time that I could run a separate copy on my laptop at the time. Later when I tried to do that I found tha

  • Issue with Decimals

    Hi, I have a report which takes data from a BI BexQuery. I have BOE XI 3.1 and SAP7.1. I have 4 numeric values defined in same 100.12345 format in SAP. When i run the webI report one numeric value is picking data properly in 100.12345 format where as

  • Confusing error message from iTunes when trying to use AirTunes

    Hello everyone, I figured since other folks might run into this issue that it's worth posting about, since it's both annoying, irritating, and none of the Apple support hints address it properly ... If you're one of those folk like me who has to deal

  • HELP. Please?! Thanks.  iPod has 5 songs...Used to have 30..

    So I made a board a couple of days ago about how when I plugged in 2 iPod nanos at once it took all my songs away. I did something Gary told me to, and now I have 5. What do I do now? How do I get more? I can't figure it out! I need these songs for w