Extending oracle sourcing

Hello,
I am extending oracle sourcing.
I copied all class and xml files under myclasses and tried to test in local Jdev.
But the error always show like following:
Could everybody help me out? Thanks a million.
oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: null
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:864)
     at OAErrorPage.jspService(OAErrorPage.jsp:35)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
     at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
     at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
     at OA.jspService(OA.jsp:35)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
## Detail 0 ##
java.lang.ExceptionInInitializerError
     at oracle.apps.pon.util.webui.SourcingUtil.<clinit>(SourcingUtil.java:76)
     at oracle.apps.pon.homepages.buying.webui.BuyerHomeCO.processRequest(BuyerHomeCO.java:58)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
     at OA.jspService(OA.jsp:40)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
     at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException: pFileName must not be null.
     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:685)
     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
     at oracle.apps.pon.util.SourcingCommonUtil.<clinit>(SourcingCommonUtil.java:394)
     ... 33 more

This is the exact issue we are hitting.
Following your suggestions, I have made a copy of the toolbox tutorial jsp page and have tried to launch the sourcing home page using the following link:
&lt;a href="&lt;&#37;=URLMgr.processOutgoingURL("OA.jsp?OAFunc=PON_SOURCING_BUYER&OAHP=PON_SRC_SUPER_USER_HOME&OASF=PON_SOURCING_BUYER&OAPB=PON_SOURCING_BRAND&transactionid=" + transactionid, wctx) &#37;&gt;"&gt;Sourcing&lt;/a&gt;
This link works perfectly on Jdev pre-RUP4, but once the RUP4 version (patch 5455514) had been applied, the error shown in the first post of this thread started.
Setting a breakpoint in the processRequest method in BuyerHomeCO, the exception happens when it is running the line:
if(!SourcingUtil.validateSourcingUser(oapagecontext, oawebbean))
Stepping into this, with a breakpoint in the validateSourcingUser method, the debugger never gets to this method. It first wants to find the source for the class ContextClassLoader (in package com.evermind.naming) and then the class OAWebBeanHelper (in package oracle.apps.fnd.framework.webui) before raising the exception shown. The debugger never gets to any method in the SourcingUtil class.
All the class files being used are from the server where this error is not being seen, so it appears to be an issue around the RUP4 JDev or the project configuration or how it is being launched.

Similar Messages

  • Integrating oracle purchasing and oracle sourcing

    Hi all,
    is oracle sourcing fully integrated with oracle purchasing EBS?
    can i create in PO a RFQ (via autocreate feature eventually) and then send it to oracle sourcing?
    when a buyer is awarded, can i create a po from oracle sourcing to PO?
    thanks
    davide
    [email protected]

    The concept could still work with JInitiator, but you loose the functionality to eliminate the Forms applet startup time when navigating between ADF Faces pages with and without Oracle Forms forms embedded.
    For this functionality to work, you would have to make the switch to Sun JVM 1.4.2 (or 1.5.0).
    So, you still require a Java virtual machine to run the applet on the client side, but it should be Sun JVM to get the best result. The integration between Oracle Forms and ADF Faces (or UIX, PHP, etc.) is all client-side based on a JavaScript interface between the hosting web page and the Forms applet. This is a feature that can be added to existing Forms versions as I explain in the papers. It's also a feature that is planned for the next release of Forms (version 11g). So, with Forms version 11g there is no need to extend the Forms applet yourself to add this JavaScript API.

  • How to bring BO knowledge (Oracle source) to SAP BI/BW/ECC (source)

    Hi,
    I currently took a BO XI R2 class but they did not have SAP BI/BW (ECC 6/ R3) and therefore, they used only Oracle DB as the relational database i.e. the source system of data.
    Do you have any help for me on how to transition my acquired knowledge into the SAP environment?
    I am an SAP BW/BI consultant.
    i.e.
    Any info on how link BO to SAP BI Cubes/DSO since class did not discuss those?
    For example, I saw a requirement, "BO experience with atleast one implementation in ECC6.0" .
    I will appreciate any hints to help be bring the two together i.e. BO knowledge (Oracle source) to SAP BI/BW/ECC (source)
    Thanks

    wrong location

  • Connectivity issue with Oracle Source

    Hi,
    Am trying to run a SSIS package to pull data from Oracle. Package was running fine from BIDS.But when i run the job from Sql Agent am getting the below error.Can you please help me on this.Am using 2012 version of SSIS
    Message
    Executed as user: ABCDEF\SQLDEV015. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.5548.0 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  9:32:29 PM  Error: 2014-12-22 21:32:31.32
        Code: 0x000002BD     Source: Package4 Connection manager "ORACLE"     Description: Oracle Home not found.  End Error  Error: 2014-12-22 21:32:31.32     Code: 0x0000020F     Source: Connect
    to ORACLE Oracle Source [2]     Description: The AcquireConnection method call to the connection manager ORACLE failed with error code 0x80004005.  There may be error messages posted before this with more information on why the AcquireConnection
    method call failed.  End Error  Error: 2014-12-22 21:32:31.32     Code: 0xC0047017     Source: Connect to ORACLE SSIS.Pipeline     Description: Oracle Source failed validation and returned error code 0x80004005.  End
    Error  Error: 2014-12-22 21:32:31.32     Code: 0xC004700C     Source: Connect to ORACLE SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2014-12-22 21:32:31.32    
    Code: 0xC0024107     Source: Connect to ORACLE      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  9:32:29 PM  Finished:
    9:32:31 PM  Elapsed:  1.422 seconds.  The package execution failed.  The step failed.

    Hi SSDL,
    According to the error message, the issue is that the user cannot connect to the Oracle server. To fix this issue, please refer to the following suggestions:
    Verify the Oracle server is installed on the server that the connection string indicates. It means that verify the connection string is incorrect.
    Does the user that runs the package the correct
    authorization?
    Check if the SQL Agent job step that runs this package is set to run it in 32 bit mode.
    The following two similar threads are for your references:
    http://stackoverflow.com/questions/26790105/ssis-package-fails-in-sql-server-agent-but-not-in-visual-studio-odbc-connectio
    http://www.attunity.com/forums/microsoft-ssis-oracle-connector/issues-pulling-data-oracle-package-fails-1472.html
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • External date format in oracle source system

    Hai friends ,
    My situation is data reconciliation on the cube .I have virtual provider designed with date .My oracle source system has dates in external format say 19-sep-2009 .How to approach my virtual provider in BI with these date fields ..
    iam thinking of inversion routines to communicate with the source system and then reconvert again to BI format in the start routine .Suggest me if any logics with examples.
    Goodday.

    Hello,
    Please refer to the information in the SAP note 518241 , the note refers to DB connect but the section in the note on converting the
    date fields to SAP date format should also be helpful in your case.
    Best Regards,
    Des

  • Unable preview the data of oracle source in Data flow task in SSIS

    I am working on a SSIS package DATA FLOW TASK to get the data from Oracle Source.My oracle source query is as belows
    select Employees from EmployeDW WHERE StartDate =('15-MAY-14')
    There is no error in execution of package but there is no data in Destination table.When i am PREVIEW the data source i dont find any data but when i executed above query in Oracle i am getting the values.Do i need to make any chages in oracle data source Side.
    Can you guys help me please.

    What is the source connectoin used and its configuration? Can you please share the screenshots? That will help.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • Extending Oracle BI SE One domain to support Oracle OSB

    Hello,
    does anybody know whether it is possible to extend Oracle BI SE One domain to support Oracle OSB?
    I haven't found any note, nor blog where it is mentioned or if somebody has ever tried it.
    Thanks!

    If you have a weblogic domain any BI components configured then you cannot use this domain to extend any other BI component. However you can use the same domain to extend with any other non BI Oracle product.

  • Award approvals in Oracle Sourcing

    Want to configure award approvals in Oracle Sourcing, if anyone has some document related to it kindly share?

    Hi,
    I am facing the same issue. Can you please tell me the resolution for this problem.
    Thanks
    Deepak

  • Oracle Sourcing - How to search Quotations

    We are using Oracle Sourcing, have couple of questions related to it.
    1) How to search public quotations by any buyer, I only see option to search RFQ/RFI, but no option to search quotations directly ?
    2) If Supplier is not using sourcing portal, is there any way to enter quotes received by buyers manually ?
    Thanks,
    Edited by: user1037912 on Jan 27, 2013 12:12 PM

    if the suppliers are not registered, the buyers can still enter surrogate quotes:
    Do refer "     How To Submit A Surrogate Quote For A Supplier Who Is Not Registered (Doc ID 332544.1)"

  • Extends oracle.OAS.servlet.ServletRequest

    I'm trying to extend the oracle.OAS.servlet.ServletRequest so I can generate my own sessions. The getsession method returns an HttpSession object and I'd like to return my own. The code below returns the following error:
    Class 'ServletRequest' doesn't have a constructor that matches 'ServletRequest()'
    Any ideas?
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.net.*;
    import java.sql.*;
    import oracle.jdbc.driver.*;
    public class ServletRequest extends oracle.OAS.servlet.ServletRequest
    public ServletRequest(boolean p1)
    null

    I already did, but I was told that this forum would be the correct place to post the question
    se extends oracle.cabo.servlet.AbstractPageBroker - PROBLEM: 404 Not Found
    /Michael
    Message was edited by:
    MHCI

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

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

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

  • Extended oracle error details

    I've been using the OracleExecption, and OracleError class to retreive any errors that an SQL statement has generated, but I don't seem to be able to find the extended details of which line/column the error in the SQL statement relates to.
    Does anybody know how to get this information, or when this information will be made available? It's been there in existing Oracle interfaces so I can't understand why it's not in this interface.
    Thanks

    Thanks for the response but that will give me the details of where the error is within my application. What I'm after is knowing more about the error that has been generated from an invalid SQL statement.
    Within my application the user can specify SQL statements for obtaining data from the database, but if they type in a large SQL statement, and when it's submitted to the database and Oracle produces an Invalid Column name error, I need to know which column/part of the SQL statement contains the error.
    Using other legacy oracle tools you could find out which row and column within the submitted SQL statement caused the error. Does anybody know if this information is accessable via the new .NET interface.
    Thanks

  • Comparing two Oracle sources

    Hi,
    I need to compare two diffrent Oracle datadictionary sources and need its report.
    Is there any tool available for this purpose. This is for one of our datawarehousing projects. So, data dictionary migt be bigger.
    Please help
    Sony

    How can I ceck two schamas uisng TOAD, Can you please explain this.
    which option i need to take.

  • Extending Oracle delivered Business Areas

    Hi All,
    We have a requirement to extend (add columns, add folders) to business areas delivered by oracle as part of the HR Intelligence modules (in the EUL_US end user layer) I am trying to find out any best practices or guidelines to be followed while doing this to keep the support going and also make sure we upgrade in future.
    Regards.

    Hi,
    There is no documentation on the best practice for extending the EUL, but where you are just adding folders you can add them into the existing Business Areas. Any upgrade will not delete these folders. Similarily with additional joins.
    If you are adding columns columns then if the column is a calculated item then you could just add it to the existing folder as it is unlikely that it will be deleted by an upgrade, however, I would recommend that you create a new folder and drag the items you need into the new folder and add any additional columns into the new folder. Where you need to add columns to the underlying view it is generally easier just to create a new view.
    In my experience, most sites end up create new Business Areas and many new folders.
    Rod West

  • EBS R12  Extend Oracle Applications: Forms 10g

    Hi ,
    I am practicing to develop forms in EBS R12. I am copying fmbs to my windows to edit
    my forms. I am using developer forms 10g and I am following this steps:
    - Copy all pll files, TEMPLATE.fmb & APPSTAND.fmb from $AU_TOP/resource to your local pc (C:\ABC)
    - Add (C:\ABC) to FORMS_PATH in the registry
    - Close/Open Forms Builder
    - Open the form
    I am opening the TEMPLATE.fmb on my windows but I encounter these errors:
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library GHR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OPM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    I check the FORMS_PATH and the directory containing these .pll is existing.
    And some of the .pll were able to attached like:
    GLOBE.pll,JE,FNDSQF,JL,JA,PQH_GEN,CUSTOM,VERT1,VERT2,VERT3,VERT4,VERT5
    Please help....thanks

    Hi again,
    I found some tutorial in the net :) and some install requirements are:
    Installation steps
    ============
    This sample dialog need database objects to run.
    All the necessary objects are provided in the tutoforms10g.zip file shipped with the article.
    This zip file contains 2 sub directories:
    /config that contains the configuration files.
    /scripts that contains the Sql script files to create the database objects.
    Download the tutoforms10g.zip file
    Unzip the tutoforms10g.zip file under your <DEVSUITE_HOME>/forms/ directory.
    Create a new user in your database
    With Sql*plus or SqlDeveloper, run the /scripts/install.sql scriptnote : because this demo use the Webutil functions, the Oracle user where you have created these objects must have the WEBUTIL_DB package compiled or a grant EXECUTE to this package if it is present in another schema.
    Under the /tutoforms/ directory compile all the source modulesYou can use the compile_all.bat file located in the same directory to compile all objects at once.e.g. compile_all user/password@instance
    Edit the /tutoforms/config/tutforms10g.env file to indicate your own settings (in blue in this example)#oracle home adapt this value to your own setting
    ORACLE_HOME=D:\Dev10gR2
    FORMS_PATH=%ORACLE_HOME%\forms\tutoforms
    ORACLE_PATH=%ORACLE_HOME%\forms\tutoforms
    FORMS_TRACE_PATH=%ORACLE_HOME%\forms\tutoforms
    CLASSPATH=D:\Dev10gR2\forms\java\frmwebutil.jar;%ORACLE_HOME%\jlib\debugger.jar;%ORACLE_HOME%
    \forms\tutoforms\FormsGraph.jar;%ORACLE_HOME%\forms\tutoforms\myIcons.jar;
    # webutil config file path
    WEBUTIL_CONFIG=D:\Dev10gR2\forms\server\webutil.cfg
    Edit the /tutoforms/config/ add_to_formsweb.cfg file to set your own database connect string (in blue in thisexample)
    lookAndFeel=Oracle
    colorScheme=blaf
    logo=no
    #don't forget to put your own database connexion
    userid=tutoforms10g/tutoforms10g@XE
    Copy the /tutoforms/config/tutforms10g.env to the /forms/server directory
    add the /tutoforms/config/ add_to_formsweb.cfg at the end of your /forms/server/formsweb.cfg file
    Then, you can start the demo by indicating the new [tutoforms10g] formsweb.cfg section.http://machine:8890/forms/frmservlet?config=tutoforms10g
    ============
    What I dont understand here is the WEBUTIL_DB package.
    I tried to search my 10g database with it:
    Select * from dba_objects where object_name like '%WEBUTIL%';
    But no rows selected. Where can I find this package please?
    Thanks a lot

Maybe you are looking for