FOP with iAS

I'm trying to set up the process to create PDF's Using FOP.
I read the HOW-TO document technote_htmldb_fop.html. These instructions look like they are for the HTTP install that comes with the companion CD. I am trying to install this on iAS (9.0.4), so my directory structure doesn't match what is given in the instructions. Anybody have instructions geared for iAS?

I was able to figure it out. The biggest difference was there is no OC4J directory. The directory structure starts at J2EE. The instructions can be followed pretty much other than that. Also the URL in the java script needed to include /J2EE and the port was different.

Similar Messages

  • ADF from JDeveloper 10.1.2 not compatible with iAS 9.0.1

    Hi,
    We developed an ADF Application with JDeveloper 10.1.2 and we use the ADF interMedia domains (e.g. oracle.ord.im.OrdDocDomain). The application runs fine in JDeveloper, but doesn't run on our iAS 9.0.4.1. We get the following exception:
    java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
    at oracle.jbo.common.JBOClass.forName(JBOClass.java:161)
    at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:203)
    at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:2061)
    at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:2013)
    at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:2815)
    at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:2779)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2362)
    at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:2106)
    at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:514)
    [...rest of stacktrace omitted ...]
    The problem is that the JDBC version of the iAS 9.0.4.1 is missing the class DatumWithConnection that is indirectly referenced by the interMedia classes supplied with JDeveloper 10.1.2.
    In detail, oracle.ord.im.OrdDoc uses oracle.sql.STRUCT. The inheritance hierarchy of STRUCT is different in the JDBC versions on iAS 9.0.4.1 (oracle.sql.Datum <- oracle.sql.STRUCT) and JDeveloper 10.1.2 (oracle.sql.Datum <- oracle.sql.DatumWithConnection <- oracle.sql.STRUCT). The class file of oracle.ord.im.OrdDoc (from 10.1.2. JDeveloper) was apparently compiled the new JDBC driver version since it contains a reference to oracle.sql.DatumWithConnection. And that class cannot be found if run on iAS 9.0.4.1 with its old JDBC version.
    I think this is a very serious problem, since it means that ADF from JDeveloper 10.1.2 is not compatible with iAS 9.0.4.1, in contradiction to the support matrix (http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html).
    Upgrading the JDBC Driver on the iAS seems to be the only clean solution for this problem (we also tried using old versions of the ordim.jar etc. but that always leads to other problems). But simply exchanging the JDBC jar-files on the server breaks the Enterprise Manager on our iAS installation.
    I have two questions:
    1) Is there a recommended workaround for the compatibility issue described above?
    2) Is there a documented and supported way to upgrade the JDBC driver of iAS 9.0.4.1? I searched OTN and MetaLink and haven't found anything about this.
    Kind Regards,
    Kay
    P.S. It is surprising that this problem is rarely mentioned in the OTN forums at all. The only relevant thread is on the JHeadstart Forum:
    JHeadstart Deployment Issue
    P.S.2
    More info on what we tested:
    We have thoroughly checked that the 10.1.2. ADF runtime was correctly deployed on our iAS 9.0.4.1. We installed a OC4J 9.0.4.0.0 standalone on the same linux machine as our iAS 9.0.4.1 and deployed our application on it, getting the same error (java.lang.NoClassDefFoundError: oracle/sql/DatumWithConnection) as on the iAS. Replacing the JDBC drivers of the OC4J standalone with the version that came with JDeveloper 10.1.2 solved the problem.

    I don't think that mixing classes from different jar file is a good idea. Nevertheless, we tested this approach already. Adding the DatumWithConnection.class from the 10.1.0.3.0 JDBC version to the jar file of the original JDBC version (of the iAS 9.0.4.1.0) caused a java.lang.VerifyError to appear.
    The DatumWithConnection class is not simply added in the newer JDBC version. It is inserted into the inheritance hierarchy of oracle.sql.STRUCT and oracle.sql.Datum. Simply providing the new class next to the old JDBC driver will not work.
    To give more information about what's wrong with updating the complete JDBC driver, I justed tested it again. To update the JDBC driver I stopped the server, changed the contents of jdbc/lib, started the server. I tried it with JDBC Version 9.2.0.5 as well as 10.1.0.3.0.
    In both cases, our own application works, i.e. no more NoClassDefFoundError caused by oracle.sql.DatumWithConnection.
    The Enterprise Manager shows strange behaviour, however. Some features work as usual but, for example, when I click on the "Applications" tab for our OC4J instance, we just get the following error shown in the browser:
    An error was encountered while loading page. Failed to initialize configuration management user session.. See base exception for details.
    Root Cause: TDU
    Resolution: See base exception for details.. TDU
    In one of the server logs I found the following stacktrace:
    java.lang.NoSuchFieldError: TDU
         at oracle.net.resolver.NavDescription.navigate(Unknown Source)
         at oracle.net.resolver.NavServiceAlias.navigate(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAddrTree(Unknown Source)
         at oracle.net.resolver.AddrResolution.resolveAndExecute(Unknown Source)
         at oracle.net.ns.NSProtocol.establishConnection(Unknown Source)
         at oracle.net.ns.NSProtocol.connect(Unknown Source)
         at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1777)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:215)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:365)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.context.isearch.admin.users.InstanceManager.getSchemaConnection(InstanceManager.java:688)
         at test.admin__status._jspService(_admin__status.java:112)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Kind Regards,
    Kay

  • OLM on content server with ias (10.1.3) java.lang.OutOfMemoryError

    Dears,
    we have set up OLM on content server with ias (10.1.3)
    I'm Facing the following error when uploading 100 M learning material although i have changed the server properties of OC4J java heap size to 1024 - 2048 and maxpermsize to 1024
    JSP Error:
    Request URI:/OA_HTML/OA.jsp
    Exception:
    java.lang.OutOfMemoryError
    Thanks,
    Regards.

    PLease refer Husain comments below
    "Please see these docs.
    OLM Content Import Erroring with java.lang.outofmemoryerror for Large Files [ID 368479.1]
    When Importing And/Or Uploading Large Upk-Type Files Fail to Unzip [ID 735653.1]
    Out Of Memory Errors While Uploading Large Content [ID 1130960.1]
    Utilizing Content Servers with Oracle Learning Management [ID 374677.1]
    Thanks,
    Hussein"
    apart from the above what I would normally is, while zipping the file I would exclude heavy content file and upload the file.
    after uploading file, just go and paste excluded file in respective folder.
    sathish

  • Installing linux O.S. for working with IAS 10gR2 and DB11g

    Hi all.
    I have a Dell server with linux enterprise 5.5, but I want to re install all, reformat ,
    because I need to learn how to.
    how decide which O.S install if I will use it with IAS 10g and Database 11g ?
    best regards

    toga wrote:
    Hi all.
    I have a Dell server with linux enterprise 5.5, but I want to re install all, reformat ,
    because I need to learn how to.
    how decide which O.S install if I will use it with IAS 10g and Database 11g ?
    best regardsInstall the OS the product you have is certified for.
    Or install the product that is certified for the OS you have.

  • What's the Portal bundled with ias 10.1.2.0.2 ? 10.1.2.0.1 or 10.1.2.0.2 ?

    My Holy Graal is to upgrade Portal 10.1.4...
    OUI claims I'm running
    <ul>
    <li>Oracle Application Server 10g 10.1.2.0.2 in one home (AS)</li>
    <li>Oracle Portal 10g 10.1.2.0.1 under that same home</li>
    </ul>
    (I installed the AS home only for the Portal and the install went like a breeze).
    However, when I display the [WEB] Enterprise manager home page it says :
    Version     : 10.1.2.0.2
    Installation Type :Portal and Wireless
    My install is :
    <ul>
    <li>One home with DBMS 10.1.2.0.1</li>
    <li>One home with MRCA 10.1.2.0.2</li>
    <li>One home wiith OIM 10.1.2.0.2</li>
    <li>One home with AS 10.1.2.0.2</li>
    </ul>
    I was going to go straight to the portal upgrade and decided to look up the exact Portal version number through OUI. I wish I hadn't !!!
    Can somebody confirm I do <b>NOT</b> need to apply 10.1.2.1 despite the
    <a style="color:#0000ff" href="http://www.oracle.com/technology/products/ias/portal/html/upg_1014_1012_intro.html#SupportedVersions">
    <span style="color:#0000ff">Warning</span></a> on the upgrade page. In other words that the Portal version bundled with ias 10.1.2.0.2 is 10.1.2.0.2 (and that OUI is wrong to claim otherwise).
    Thx in adv
    Alain Pannetier

    I've upgraded yesterday night and all went well !
    Except that the precheck detected that my repository db's aq_tm_processes was still unset.
    I must have changed the current value only at install time (now it's also in the spfile).
    <br>
    The good thing is that you can run the upgrade script a second time and that it detects the already successfully executed steps.
    So basically found the mrua its shrubbery ;-)
    A

  • JSP1.1 only with iAS/817??

    Am I reading this wrong or is OracleJSP1.1 implementation only available with iAS or 817
    Dissapointing you guys didnt release it here first on technet, been waiting for an upgrade to a JSP1.1 implementation for months whilst others said to give up and go for Jakarta and then when it comes its tied to new products
    Rob

    I've upgraded yesterday night and all went well !
    Except that the precheck detected that my repository db's aq_tm_processes was still unset.
    I must have changed the current value only at install time (now it's also in the spfile).
    <br>
    The good thing is that you can run the upgrade script a second time and that it detects the already successfully executed steps.
    So basically found the mrua its shrubbery ;-)
    A

  • JDBC-ODBC Bridge with iAS on UNIX

    Can the Sun JDBC-ODBC bridge be used with iAS on UNIX (Solaris)? If possible, can someone share the basic steps. For example, what parameters to enter when configuring the bridge as a datasource and also how to pass needed environment variables (LD_LIBRARY_PATH has to have the path of the ODBC driver manager).
    I need to connect to a ODBC driver on UNIX, no JDBC driver is available for this data source, nor is a Windows solution acceptable.
    I have iAS 6.0 SP3 with iWS 4.1 SP9 on Solaris 8.

    Hi,
    I'm not sure if there is a free download available, but you can find some help by visiting the following URL http://www.dbmaker.com/Header/Frame_Forum.htm
    For the exact steps, I think this would be more helpful http://www.dbmaker.com/reference/technotes/jdbc.html
    Please let me know if this helps.
    Regards
    Raj

  • Configuring Web Server (IWS 6.0) on separate machine with IAS 6.0 SP3 (test drive)

    Hi All,
    I want to install the application server (IAS 6.0 SP3) on a Unix (Solaris 8)
    server and web server (IWS 6.0) on another Windows NT server, in another
    words a webless installation.
    I have installed the IWS 6.0 on the NT machine and IAS 6.0 SP3 on the Unix
    server successfully, but am having problem on the NT machine because the NT
    version of the IAS 6.0 SP3 Evaluation doesn't allow installation of just the
    web connector, and so I installed the whole package and then tried to
    manually change the configuration so that hopefully it will marshall the
    requests to the IAS installed on the Unix server. I couldn't get it to work
    and it is giving an error that says
    GX Error (GX2GX)
    socket result code missing!!!
    Have anyone else come across this scenario? I will appreciate it if you
    could enlighten me on how it can be done. Thanks in advance.
    Christopher Lam

    Hi,
    You donot have any option to choose a perticular component with iAS testdrive on
    NT. So, you can not install only plugin at the webserver end.
    I think manual editing doen not help. Can you please let me know what
    modifications have you done clearly.
    Thanks,
    Rakesh,
    Developer-Support, iAS.
    "Christopher Lam (IseafoodXchange)" wrote:
    Hi All,
    I want to install the application server (IAS 6.0 SP3) on a Unix (Solaris 8)
    server and web server (IWS 6.0) on another Windows NT server, in another
    words a webless installation.
    I have installed the IWS 6.0 on the NT machine and IAS 6.0 SP3 on the Unix
    server successfully, but am having problem on the NT machine because the NT
    version of the IAS 6.0 SP3 Evaluation doesn't allow installation of just the
    web connector, and so I installed the whole package and then tried to
    manually change the configuration so that hopefully it will marshall the
    requests to the IAS installed on the Unix server. I couldn't get it to work
    and it is giving an error that says
    GX Error (GX2GX)
    socket result code missing!!!
    Have anyone else come across this scenario? I will appreciate it if you
    could enlighten me on how it can be done. Thanks in advance.
    Christopher Lam

  • EAP-TLS with IAS

    Hi, has anyone got some good documentation on setting up EAP-TLS with windows 2003 Active Directory/CA, IAS and Cisco AP1200.
    Cisco ACS 3.3 does not support NTLMv2 so I have to use IAS.
    Any suggestions?

    Hi,
    I give you a good documentation explaining how to implement EAP-TLS with IAS (But it is not a AP1200)
    Regards,
    Davy

  • Install XML Publisher with iAS 10g

    Hello,
    Can we install/integrate XML Publisher with iAS 10g (10.1.2) and how can we integrate published reports with it.
    We don't have SSO,OID
    Regards

    When you say integrate, do you mean you want to install XMLP on top of it or you want to report data from it?
    Tim

  • Issues with IAS server

    We are currently having some issues with our IAS 6 server
    Upon startup, IAS server console connects to the LDAP DB, and the LDAP
    DB is up, but I still get the same error(Connected to LDAP server
    someone.testmarketing.com port 4389: No servers registered in the
    registry") . I checked the log file
    (/local/Netscape/iplanet/ias6/ias/logs/kcs_2_CCS0) and noticed an error
    (listed below). I have tried everything I know how to do. Could
    someone who has a little more experience with IAS please take a look at
    this.
    [13/Nov/2001 14:04:16:7] info: PROT-006: new connection established
    ldap_result failed: Can't contact LDAP server...retrying
    ng

    your ldap server seems to be not running or iAS is trying to connect to
    the wrong server/port
    check that your slapd process is running and listening on the right port
    The admin consoles are useless unless your slapd process is running.
    which IAS server console are you talking about? iASAT?
    "Williams, Mario" wrote:
    >
    We are currently having some issues with our IAS 6 server
    Upon startup, IAS server console connects to the LDAP DB, and the LDAP
    DB is up, but I still get the same error(Connected to LDAP server
    someone.testmarketing.com port 4389: No servers registered in the
    registry") . I checked the log file
    (/local/Netscape/iplanet/ias6/ias/logs/kcs_2_CCS0) and noticed an error
    (listed below). I have tried everything I know how to do. Could
    someone who has a little more experience with IAS please take a look at
    this.
    [13/Nov/2001 14:04:16:7] info: PROT-006: new connection established
    ldap_result failed: Can't contact LDAP server...retrying
    ng--
    Han-Dat Luc ([email protected])
    Senior Consultant
    SUN Professional Services (iPlanet)
    iPlanet e-commerce Solutions
    Sun Microsystems Australia Pty Ltd

  • Do you have a sample site built with IAS?

    I would need an open source for a site built with IAS.
    or a step by step guide to help me build my site.
    please very detailed.
    thanks

    ok two more questions
    how did you know it was made with "mod_plsql" and...
    is that "mod_pl-sql" the one that uses the "DAD" configuration?

  • Urgent! form with webutil works with IAS but not with the 9iDS

    I'm configuring a standalone PC on which i can run forms as if they were running with an IAS. Now we have a form which uses webutil. This form runs fine in our IAS-environment, but fails on the standalone PC.
    On the standalone machine I'm using 9ids (9.0.2) to run this form. When the form is started I'm getting an error: FRM-40734 Internal error PL/SQL error occurred. This is caused by calls to the webutil-routines client_win_api_environment.get_windows_username and client_win_api_environment.get_computer_name
    (When I comment out these calls, the form doesn't return an error)
    Below I've included the messages on the Java Console. I can't see anything wrong:
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator\Oracle Jar Cache
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\Administrator\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://min-ea47a8eabc66:8888/forms90/webutil/webutil.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://min-ea47a8eabc66:8888/forms90/webutil/jacob.jar from JAR cache
    Loading http://min-ea47a8eabc66:8888/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://min-ea47a8eabc66:8888/forms90/hsd65java/hst65.jar from JAR cache
    connectMode=HTTP, native.
    Versie van Forms-applet is: 902110
    2004-jan-28 11:51:50.906 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:50.921 WUI[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:50.921 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:50.921 WUF[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:50.937 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:50.937 WUH[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:50.937 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:50.937 WUS[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:50.953 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:50.953 WUT[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:51.00 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:51.00 WUO[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:51.00 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:51.15 WUL[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:51.15 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-jan-28 11:51:51.15 WUB[VBeanCommon.getIPAddress()] 127.0.0.1
    2004-jan-28 11:51:51.625 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.jacob.dll
    2004-jan-28 11:51:51.640 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2004-jan-28 11:51:51.640 WUT[loadSettings()] local properties file loaded
    2004-jan-28 11:51:51.640 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    2004-jan-28 11:51:51.640 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.JNIsharedstubs.dll
    2004-jan-28 11:51:51.656 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2004-jan-28 11:51:51.656 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    2004-jan-28 11:51:51.656 WUT[setProperty()] Setting property WUC_GET_LOCAL_PROPERTY to syslib.d2kwut60.dll
    2004-jan-28 11:51:51.656 WUT[getProperty()] Getting property WUC_GET_LOCAL_PROPERTY
    2004-jan-28 11:51:51.656 WUT[getProperty()] Value of WUC_GET_LOCAL_PROPERTY=1.0
    I hope anyone can help me with this problem. I0m getting a bit desperate.....

    I've tried your suggestion and the newly created form works on both environments (the standalone PC with the iDS and the "normal" evironment with an IAS). Then I added another button to this newly created form with the code "message(client_win_api_environment.Get_Windows_username);"
    This also works in the new form. Then I added some debugging code to the webutil.pll and discovered that when I use the above code in the new form everything is ok, but when I use the call client_win_api_environment.Get_Windows_username the following exception is raised in the gew_windows_username-procedure: CLIENT_WIN_API.NOT_AVAILABLE
    I've compared the newly created form with the original from and can't discover major differences between the two forms. Do you have another idea where to look?
    I noticed I forgot to mention both forms are created with oracle designer.

  • BC4J application causes DB locks with iAS 1.0.2.2

    Hi,
    We've deployed a BC4J JSP application to iAS. After a few (not
    more then 5!!) requests, the application seems to hang. At
    first, we thought it was iAS that didn't respond, but after a
    while we noticed DB sessions with a lockwait.
    We configured the BC4J samples and did a few tests. The result
    was the same: we had a lock after a few requests.
    Here are the details about the lock:
    select sid, lockwait,status, sql_hash_value, prev_hash_value
    from v$session
    where username ='BC4J'
    and sid in (29,30)
    SID LOCKWAIT STATUS SQL_HASH_VALUE PREV_HASH_VALUE
    29 INACTIVE 2784278226 2784278226
    30 38117E20 ACTIVE 1756791003 1334541938
    select * from dba_blockers
    HOLDING_SESSION
    29
    select sql_text from v$sqltext
    where hash_value = '2784278226' -- Hash value and Previous hash
    value blocker
    order by piece
    SQL_TEXT
    SELECT InventoryItem.ID, InventoryItem.NAME, InventoryItem.DESCR
    IPTION, InventoryItem.IMAGE, InventoryItem.PRICE, InventoryItem.
    ONHAND, InventoryItem.SUPPLIER_ID, InventoryItem.CATEGORY_ID FRO
    M INVENTORY_ITEM InventoryItem WHERE (category_id=8)
    select * from dba_waiters
    WAITING_SESSION HOLDING_SESSION LOCK_TYPE
    MODE_HELD
    MODE_REQUESTED
    LOCK_ID1
    LOCK_ID2
    30 29 Transaction
    Exclusive
    Share
    327705
    63779
    select sql_text from v$sqltext
    where hash_value = '1756791003' -- Hash value waiter
    order by piece
    SQL_TEXT
    INSERT INTO LINE_ITEM(STATUS,QUANTITY,BACKORDER,ITEM_ID,ORD_ID,
    DISCOUNT) VALUES (:1,:2,:3,:4,:5,:6)
    select sql_text from v$sqltext
    where hash_value = '1334541938' -- Previous hash value waiter
    order by piece
    SELECT LINE_ITEM_SEQ.NEXTVAL FROM DUAL
    So my question is: what is causing the lock? I'm doing an insert
    and a select?
    Regards,
    Philip

    Can someone respond please!
    I tried to run the Online Orders sample application on iAS 1.0.2.1 and 1.0.2.2. On both iAS versions, the sample application created a DB session for each request to the page addtocart.jsp. After 2 (sometimes 3) requests, one DB session has a lockwait and the application stops responding.
    This problem is easy to reproduce. Just create the BC4J schema, go to http://localhost:7778/onlineorders_html/main.jsp and try to add a few items in your shopping cart....
    Thanks!

  • Apache Fop with apex 4.2

    Dears,
    I need to download my reports in pdf and formatted ms excel file, I do altos of search and found that the free way to do such is to configure the Fop in the apex, please guide me to do that :
    1- How to configure the Fop in apex 4.2 ?
    2- How to use it to download my query ( report ) in PDF / Excel ?
    3- Is it possible to modify the excel format ( font type , font size , header background color ..etc ) ?
    Please, feeds me the steps; since I am new in this field .
    thanks and regards
    Salman

    FOP will generate pdf's in a limited format, unless you build an xsl stylesheet and attach it to you report in APEX... See this link for details : http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html
    For excel output with some fancied up fonts and such in APEX... look at this free package: http://technology.amis.nl/2011/02/19/create-an-excel-file-with-plsql/
    Thank you,
    Tony Miller
    Ruckersville, VA

Maybe you are looking for

  • XFCE4 not working properly display X as cursor not arrow pointer

    Hi all I have recently installed arch and XFCE4 as my desktop environtment everything went well for a few days. But all sudenl 2 days ago thing appeared not working properly. Things displayed on my desktop are out of proporion mainly the X as cursor

  • What is the Model Number?

    I want to add memory to my macbook, but when I went to Crucial I found that none of their numbers match what I have. I have a 2GHz Intel Core 2 Duo/ Memory 1 GB 667 MHz DDR2 SDRAM. The serial no. is W875**Z65. The box that it shipped in has Model No.

  • Java Version for ERP 2005 and Oracle 10.2.0.1

    Hi all, I've just a question. I'm trying to install ERP2005 on Windows 2003 Server with Oracle 10.2.0.1. But the process terminates at the step "Import ABAP" with the error messages concerning "CJS-30022 Program 'Migration Monitor' exits with error c

  • Creative cloud unable to connect to servers

    tried to change firewall settings nothing works.

  • DTW Date Field Format

    Hi, I'm trying to import some UDF information into Business Partners, but one of my UDFs is set up as a Date field. What format of date shoul be in the import file becasue DD/MM/YYYY doesnt import so I tried YYYY/MM/DD and this doesnt work either. Th