HTML vs ORACLE DB

Hi Scott,
I want now if i have to install Oracle 10g and HTMLDB in a server that wil work with GIS or i just install HTMLDB, to developer applications for GIS, because i will migrate the access db`s with workbench by oracle.
I hope you understand me, because i am portuguese.
Álvaro Magalhães

can you explain your problem in detail? are you thinking to install htmldb without installing oracle DB? htmldb is hosted environment, so you need to have oracle db to install htmldb. i hope i understood you.

Similar Messages

  • URL PARSE HTML IN ORACLE;;; PLEASE HELP ME;;;

    Hi Everybody,
    I am beginner in Oracle ;;; somebody can help me please There 're two days and I can't resolve the problem :
    I must recover from a giving URL values to insert them in an Oracle table.
    The form of the URL is www.url1.com or www.url2.com and the data in my HTML page is like :
    Salary: 123.45
    Name: DAVID
    I want to ask if exist in Oracle a means of recovering data starting from the URL to insert it in a table. The structure of my table is TAB(URL, SALARY, NAME)
    For example in our case, I must insert: (url1, 123,45, DAVID)
    Thanks a lot,
    Best Regards
    Message was edited by:
    Wissem

    Thank you Yoann,
    But I need to parse the contents of my HTML page and insert them in my Oracle table.
    tye contents of my HTML page is always like that :
    Salary: DATA
    Name: DATA
    and I have to get the url as a parameter and to parse the HTML page and then
    insert it in a table. The structure of my table is TAB(URL, SALARY, NAME)
    For example in our case, I must insert: (url1, 123,45, DAVID)
    Thanks a lot,
    Best Regards
    Message was edited by:
    Wissem

  • Query regarding passing parameters from HTML to oracle forms 9i

    I am currently trying to design an application which is called from the web but the application is on forms 9i.
    Once the URL is called the user id needs to be entered and then this needs to be passed on to the main form . As I understand it this user id needs to be passed form HTML into the first form on 9i.
    Can anyone help me with the way this can be done
    Thanks in anticipation
    Surojeet

    You can do that using PSP ( PL/SQL Server Pages ) using basic autentication. If you want to get information about you can install Oracle 8.1.7 or higher and invoke the following URL : http://localhost and make click in mod_plsql.
    [email protected]
    Joel P�rez

  • HTML DB & Oracle Wireless

    Is there any interaction between Wireless Features and HTML DB possible? For example i could think about a dynamic switching of Application Templates, depending on what mobile device was detected by Oracle Wireless.
    Thanks,
    Jochen

    try this site, you will have to save each file from the listing, but it is a start..
    http://www.rampant.cc/html_db.htm
    thank you,
    Tony Miller
    Webster, Tx

  • Pass parameter from HTML to Oracle Forms

    I have an application that connects to a third party company to process credit card transactions. They require a Sucess URL and a Fail URL depending on whether or not the credit card transaction is approved.
    How can I, using Oracle forms, "catch" the parameters that will be sent back to me by the third party? I need to update some tables depending on the creadit card transaction being approved.
    Thanks,
    Rose

    You can do that using PSP ( PL/SQL Server Pages ) using basic autentication. If you want to get information about you can install Oracle 8.1.7 or higher and invoke the following URL : http://localhost and make click in mod_plsql.
    [email protected]
    Joel P�rez

  • Integrating Oracle HTML DB & Oracle Application Server 10g

    All,
    For those interested, I just posted my presentation & white paper from IOUG 2005 regarding the aforementioned topic.
    Links to both the presentation & white paper can be found here: http://htmldb.oracle.com/app_server_integration
    Thanks,
    - Scott -

    Bruno, did you solve the performance problem? I'm experiencing the same lack of speed.

  • How to create pdf and html usin oracle policy automation with steps.

    Hi,
    I tried to create pdf report.But they have some problem for while creating xslt.
    Pls provide more steps or simple example creating xslt and which xml use for that also.

    Below is a working (OPA 10.1) example, which I found earlier in this forum. You can call it from a document control on the summary screen. The xml is provided by the server containing all attributes with a public name.
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                    xmlns:fo="http://www.w3.org/1999/XSL/Format"
                    xmlns:fn="http://www.w3.org/2005/xpath-functions">
    <xsl:output method="xml" indent="yes" encoding="utf-8"/>
    <xsl:template match="/">
    <fo:root>
      <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page">
          <fo:region-body margin="1in"/>
        </fo:simple-page-master>
      </fo:layout-master-set>
      <fo:page-sequence master-reference="my-page">
        <fo:flow flow-name="xsl-region-body">
          <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="solid">
            <xsl:apply-templates mode="dump" select="/session"/>
          </fo:block>
        </fo:flow>
      </fo:page-sequence>
    </fo:root>
    </xsl:template>
    <xsl:template match="*" mode="dump" priority="100">
                <fo:block margin-top=".5cm" margin-left=".1cm" border-start-style="solid">
                    Node:
                    <xsl:value-of select="name()"/>
                    <xsl:if test="count(@*) &gt; 0">
                        <fo:block margin-left="1cm">
                            Attributes:
                            <xsl:for-each select="@*">
                                <fo:block><xsl:value-of select="name()"/>=<xsl:value-of select="."/></fo:block>
                            </xsl:for-each>
                        </fo:block>
                    </xsl:if>
                    <xsl:if test="string-length(normalize-space(text())) > 0">
                        <fo:block>Text Value: "<xsl:value-of select="text()"/>"</fo:block>
                    </xsl:if>
                    <xsl:apply-templates mode="dump" select="*"/>
                </fo:block>
        </xsl:template>
    </xsl:stylesheet>

  • Development tools (Jdeveloper?) for Oracle Quoting (HTML)

    Hi,
    My company is using Oracle Application 11i (EBS) 11.5.10.
    We want to do a small enhancement on Oracle Quoting (HTML not Oracle Form).
    What tools and which version should I use?
    Thanks!
    Phil

    The JDeveloper version will depend on your exact ATG RUP level. Use the query in the last link to find out.
    How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416708.1
    Using OA Extensions to extend existing Apps 11i OA Framework pages (step by step)
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=283158.1
    Script To Check What Workflow Related Patches Are Installed In EBusiness Suite 11i
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=275379.1

  • Oracle.html.HtmlStream

    Maybe someone on the forum can help me out ???
    I am trying to re-utilise some code from iWorkplace - the sample
    OAS application suite that comes with IDP.
    My code imports the following classes ..
    oracle.html.HtmlPage
    oracle.html.HtmlBody
    oracle.html.HtmlHead
    oracle.html.HtmlStream
    oracle.html.SimpleItem
    When I try to compile my code, the imports fail - I presume
    because I have an entry missing from my classpath ???
    Can someone tell me the name of the jar file I need to include in
    the classpath to gain access to these classes? Just in case I
    don't already have it ... maybe you could tell me where I can
    download it from as well?
    Thanks in advance!
    Pete
    null

    By jove I think we've cracked it!
    Many thanks for your help!
    JDev Team (guest) wrote:
    : Pete,
    : This is from a previous posting, hope it helps:
    : Here is what I did when I needed to include the oracle.html.*
    : classes:
    : Under project menu, go to project properties.
    : Click Libraries and then New.
    : Name: JWeb.
    : Class path: OAS-home/ows/cartx/jweb/classes
    : Source path: OAS-home/ows/cartx/jweb/classes
    : Say OK.
    : Then from your project properties you can add JWeb.
    : PS, there seems to be some conflicts on a couple of classes in
    : the awt and the JWeb so I could not use the java.awt.*;
    anymore.
    : I had to add more specific names like import java.awt.Color;
    etc.
    : Pete (guest) wrote:
    : : Maybe someone on the forum can help me out ???
    : : I am trying to re-utilise some code from iWorkplace - the
    : sample
    : : OAS application suite that comes with IDP.
    : : My code imports the following classes ..
    : : oracle.html.HtmlPage
    : : oracle.html.HtmlBody
    : : oracle.html.HtmlHead
    : : oracle.html.HtmlStream
    : : oracle.html.SimpleItem
    : : When I try to compile my code, the imports fail - I presume
    : : because I have an entry missing from my classpath ???
    : : Can someone tell me the name of the jar file I need to
    include
    : in
    : : the classpath to gain access to these classes? Just in case
    I
    : : don't already have it ... maybe you could tell me where I can
    : : download it from as well?
    : : Thanks in advance!
    : : Pete
    null

  • Controlling the HTML added by Oracle Reports

    Hi,
    I'm having a problem with the HTML being added to the output of my report when it is run on the web. Oracle Reports seems to add all these table tags and a buch of other HTML tags that are not really needed. The tags do not affect the output of the HTML, but it does affect the way the output is saved if you do a save as into a text field. I have done some test and found if I can get Oracle reports from adding all that extra junk that is not needed, the report would run great.
    So the main question here is how can I control the HTML tags Oracle Reports adds when it creates HTML output.
    Thanks,
    Tom

    Jimmy,
    I can’ tell you which product is better in your situation. HTML DB is used to develop applications, so reporting is just one of many features. But based on what you want to create, HTML DB would be a suitable tool for this task. You can create reports, link to those reports, link from report rows to other pages. Let users specify a number of parameters that can be used in the where-clause of your queries, etc. There are limitations of course, especially if you have some advanced printing needs. But since you already have licenses for all Oracle products, I’d suggest you give it a try and see if HTML DB meets your needs.
    Regards,
    Marc

  • Explicit cast needed to convert java.* to to oracle.*

    Hello,
    I am trying to compile and run the following JSP but keep getting the "Incompatible type for = Explicit cast needed ..." error. The JSP and oracle procedure code are as follows:
    <%@ page language="java" import="java.sql.*" %>
    <%@ page import="oracle.jdbc.driver.*" %>
    <HTML>
    <HEAD>
    <TITLE>
    SimpleQuery JSP
    </TITLE>
    </HEAD>
    <BODY BGCOLOR=EOFFFO>
    <TABLE BORDER=1 BGCOLOR="C0C0C0">
    <TH BGCOLOR="white"> <I>Node ID</I> </TH>
    <%
         Connection con = null;
    OracleCallableStatement cstmt= null;
         ResultSet rs = null;
    try {
              String SYSTEM_DB_DRIVER =
    "oracle.jdbc.driver.OracleDriver";
    String SYSTEM_DB_URL =
    "jdbc:oracle:thin:@myserver.com:1521:";
    String SYSTEM_DB_FILE = "CONN_STRING";
    String SYSTEM_DB_USER = "UNAME";
    String SYSTEM_DB_PASSWORD = "PASSWD";
              Class.forName(SYSTEM_DB_DRIVER);
    con = DriverManager.getConnection(SYSTEM_DB_URL +
    SYSTEM_DB_FILE, SYSTEM_DB_USER, SYSTEM_DB_PASSWORD);
              cstmt = con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");
              cstmt.registerOutParameter(1, OracleTypes.CURSOR);
    <<I think I have to pass the p_product_id_in here but not sure how>>
              cstmt.execute();
              rs = ((OracleCallableStatement)cstmt).getCursor(1);
              while(rs.next())
              {%>
         <TR>
         <TD ALIGN=CENTER> <%= rs.getString(1) %> </TD>
         <TD ALIGN=CENTER> <%= rs.getInt(2) %> </TD>
    </TR>
              <%}
                   rs.close();
    cstmt.close();
    con.close();
    catch(Exception e)
    %>
    </TABLE>
    </BODY>
    </HTML>
    The Oracle PL/SQL package.procedure it is calling is:
         PROCEDURE open_rules_dtl (
              prc_rules_dtl_out          OUT     rc_fetch_rule_dtl,
              p_product_id_in          IN          NUMBER )
         IS
              vrc_rules_dtl               rc_fetch_rule_dtl;
         BEGIN
              OPEN vrc_rules_dtl FOR
                   SELECT
                        r.rule_id,
                        r.rule_name,
                        r.rule_objective,
                        r.rule_description,
                        r.clearance_requirement,
                        r.rule_type
                   FROM
                        eaicl_rule r
                   WHERE
                        r.is_old = 'N' AND
                        r.product_id = CHR( p_product_id_in )
                   ORDER BY
                        r.rule_name
              prc_rules_dtl_out := vrc_rules_dtl;
    END open_rules_dtl;
    I keep getting the following error on the webserver:
    [05/Dec/2001:16:56:02] info ( 632): JSP: JSP1x compiler threw exception
    org.apache.jasper.JasperException: Unable to compile class for JSPC:\iPlanet\Server4\https-wacc\config\..\ClassCache\_jsps\_ss_test5_jsp.java:84: Incompatible type for =. Explicit cast needed to convert java.sql.CallableStatement to oracle.jdbc.driver.OracleCallableStatement.
              cstmt = con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");
              ^
    I'm not sure how to fix it. I also need to pass the p_product_id parameter to the procedure.
    Hope someone can point me in the right direction. Thanks.

    Here's how you do an explicit cast:cstmt = (OracleCallableStatement)con.prepareCall("call eaicl_p_requirement.open_rule_dtl(?,?)");

  • Can't Publish to oradav on Oracle Portal 9.0.4

    I've set up the <url portal>/dav_portal/portal so I'm able to publish to it by dragging and dropping files from Windows Explorer, and everything works fine.
    Then I set up BI Publisher version 10.1.3.3.2 and the scheduler works fine with e-mails and through ftp. However no WebDav publishing, it always fails with the following message:
         Status          Failed
         System Message          
    oracle.apps.xdo.service.delivery.DeliveryException: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:716)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1433)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:436)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
         at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToWebDAV(DeliveryServiceImpl.java:710)
         ... 4 more
    Caused by: oracle.apps.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)
         at oracle.apps.xdo.delivery.http.HTTPClient.submitRequest(Unknown Source)
         at oracle.apps.xdo.delivery.http.HTTPClient.openRequest(Unknown Source)
         ... 7 more
    The host name, user and password are the same I've used to publish via web folders with Windows Explorer, so these must be ok. I've tried the athentication types: none, basic and digest with the same results. SSL encryption yields a different error message (includes the message "plain text?" which I'm guessing is because either server or client hasn't SSL enabled). So as my last resort I'm asking the BI Publisher gurus here at the Oracle forums; my instance is running with the debug option on and here's the contents of xdo.log right after the error occurs:
    [031208_031519812][][STATEMENT] Preliminary security check passed. Start scheduling. [REPORT_URL]=[Business Intelligence/Teste/Teste.xdo], [USERNAME]=[administrator]
    [031208_031519812][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519843][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519843][][STATEMENT] Succeeded to insert the job info to the database : [ID]=[66]
    [031208_031519875][][EXCEPTION] Succeeded to schedule the job : [ID]=[66]
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : called.
    [031208_031519890][][STATEMENT] ToplinkDataHandler.getJobs() : obtaining client session.
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031519890][][STATEMENT] ToplinkDataHandler.queryJobs() : calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.queryJobs() : finished calling executeQuery().
    [031208_031519906][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Scheduler is starting the job.
    [031208_031519921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] Inserting the output info into the database.
    [031208_031519921][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031519953][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031519953][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done inserting the output info into the database.
    [031208_031519953][][STATEMENT] [ID:66] Time elapsed for history insertion : 1205345719953, time from beggining : 32
    [031208_031519953][][STATEMENT] initConfig(): config input stream was used.
    [031208_031519953][][STATEMENT] initCustomFactories(): loading custom delivery channels :{}
    [031208_031519953][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] initConfig(): loading default properties :{}
    [031208_031522921][][STATEMENT] The job passed the security check.
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp43228663.tmp
    [031208_031522921][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Tmp file for data : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp2530792.tmp
    [031208_031522937][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Start processing the document.
    [031208_031522937][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031522937][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031523421][][STATEMENT] Template parsing started...
    [031208_031523421][][STATEMENT] Data Template ......
    [031208_031523421][][STATEMENT] oracle.xml.parser.v2.XMLDocument@1e677c4
    [031208_031523421][][STATEMENT] Inside parameterParser...
    [031208_031523421][][STATEMENT] Inside dataQueryParser...
    [031208_031523421][][STATEMENT] Template parsing completed...
    [031208_031523421][][STATEMENT] include_parameters=false
    [031208_031523437][][STATEMENT] Start process Data
    [031208_031523437][][STATEMENT] Process Data ...
    [031208_031523437][][STATEMENT] Writing Data ...
    [031208_031523437][][STATEMENT] Sql Query : select     Tempo.Mês as Mês,
         "Fatos Gestão Origens"."Vl Contrato Pago" as "Vl Contrato Pago",
         Origem.Regional as Regional,
         "Tipo Produto"."Tipo Produto" as "Tipo Produto"
    from     DMGGER."Tipo Produto" "Tipo Produto",
         DMGGER.Origem Origem,
         DMGGER."Fatos Gestão Origens" "Fatos Gestão Origens",
         DMGGER.Tempo Tempo
    [031208_031526703][][EVENT] Data Generation Completed...
    [031208_031526703][][EVENT] Total Data Generation Time 3.0 seconds
    [031208_031527187][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527187][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor constructor is called.
    [031208_031527187][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor has been initialized without default config.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setLocale is called with 'en-US'.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setTemplate(InputStream)is called.
    [031208_031527203][][STATEMENT] Logger.init(): *** DEBUG MODE IS ON. ***
    [031208_031527203][][STATEMENT] Logger.init(): LogDir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\xmldebug
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_177.xsl' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_data_178.xml' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_out79.out' is created.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=3.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [031208_031527203][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [031208_031527234][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] oracle.xdo Developers Kit 10.1.0.5.0 - Production
    [031208_031527234][][STATEMENT] XSLT temporary file (D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\cxmlATrjlV6y3r9413.dat) is set.
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_031208_031527203_fo_fo_180.fo' is created.
    [031208_031527453][][STATEMENT] XSL-T time used: 235
    [031208_031527453][oracle.apps.xdo.template.FOProcessor][STATEMENT] Calling FOProcessingEngine.process()
    [031208_031527453][][STATEMENT] Using optimized xslt
    [031208_031527453][][STATEMENT] Temporary file created: D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\xdoLoFPbh8dKw9414.tmp
    [031208_031527453][][STATEMENT] [ HTML GENERATOR ]---------------------------------------------
    [031208_031527453][][STATEMENT] XDO version = Oracle BI Publisher 10.1.3.3.2
    [031208_031527453][][STATEMENT] java.home = C:\java\jdk\jre
    [031208_031527453][][STATEMENT] XDO_TOP = null
    [031208_031527453][][STATEMENT] Config Path = null
    [031208_031527453][][STATEMENT] Debug Cfg Path= C:\java\jdk\jre\lib\xdodebug.cfg
    [031208_031527453][][STATEMENT] Font dir = C:\java\jdk\jre\lib\fonts\
    [031208_031527453][][STATEMENT] Locale = en-US
    [031208_031527453][][STATEMENT] [ HTML GENERATOR PROPERTIES ]----------------------------------
    [031208_031527468][][STATEMENT] fo-image-handling-ver=5.5
    [031208_031527468][][STATEMENT] html-css-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-css-embedding=embed-to-header
    [031208_031527468][][STATEMENT] html-image-base-uri=/xmlpserver/xdo/tmp/
    [031208_031527468][][STATEMENT] html-image-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] html-output-body-only=false
    [031208_031527468][][STATEMENT] html-output-charset=UTF-8
    [031208_031527468][][STATEMENT] html-output-width-in-percentage=true
    [031208_031527468][][STATEMENT] html-outputtype=xhtml
    [031208_031527468][][STATEMENT] html-replace-smartquotes=true
    [031208_031527468][][STATEMENT] html-show-footer=true
    [031208_031527468][][STATEMENT] html-show-header=true
    [031208_031527468][][STATEMENT] make-accessible=false
    [031208_031527468][][STATEMENT] system-temp-dir=D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp/
    [031208_031527468][][STATEMENT] ------------------------------------------------------
    [031208_031527468][][STATEMENT] Rendering page [1]
    [031208_031527468][oracle.apps.xdo.common.font.FontFactory$FontDef][STATEMENT] Type1 font created: Helvetica
    [031208_031527500][][STATEMENT] Phase2 time used: 32ms
    [031208_031527500][][STATEMENT] Total time used: 47ms for processing XSL-FO
    [031208_031527500][][STATEMENT] FO+Gen time used: 47
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [031208_031527500][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Finished processing the document.
    [031208_031527500][][STATEMENT] [ID:66] Time elapsed for report processing : 7547, time from begining : 7579
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Document content type : text/html
    [031208_031527500][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Delivery 0 : Start processing WebDAV delivery
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): called with request type :webdav
    [031208_031527500][oracle.apps.xdo.delivery.DeliveryManager][STATEMENT] createRequest(): exiting
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): Default properties of server 'PANDW001' are loaded. {PROXY_AUTHTYPE:String=none, AUTHTYPE:String=digest, HOST:String=pandw001.panamericano.com.br, ENCTYPE:String=none, server-type=webdav}
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] setDefaultServerProperties(): properties defined in this request.
    [TEMP_DIR:String] [D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp]
    [server-type] [webdav]
    [ASYNC_CHECK_INTERVAL:Integer] [60000]
    [HOST:String] [pandw001.panamericano.com.br]
    [PROXY_AUTHTYPE:String] [none]
    [USERNAME:String] [portal]
    [PASSWORD:String] [welcome1]
    [WEBDAV_REMOTE_FILENAME:String] [Teste_2.html]
    [BUFFERING_MODE:Boolean] [true]
    [WEBDAV_USE_FULL_URL:String] [true]
    [AUTHTYPE:String] [digest]
    [WEBDAV_REMOTE_DIRECTORY:String] [dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3]
    [TEMP_FILE_PREFIX:String] [dlvr]
    [WEBDAV_USE_CHUNKED_BODY:String] [false]
    [RETRY:Integer] [0]
    [ENCTYPE:String] [none]
    [RETRY_INTERVAL:Integer] [60000]
    [TEMP_FILE_SUFFIX:String] [.tmp]
    [CONTENT_TYPE:String] [text/html;charset=UTF-8]
    [ASYNC_TIMEOUT:Integer] [86400000]
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): BUFFERING_MODE is ON.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): TEMP_DIR found, start document buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo/tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Starting document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Creating temporary file for buffering : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): 5256 bytes have been written to the temporary file.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): Starting document preprocessing.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] filterDocument(): No native command found for preprocessing, exiting.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] backupDocument(): Finished document buffering.
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Start reading the buffered document file. : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\tmp\dlvrJx5cxXykOd9415.tmp
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequest][STATEMENT] submit(): Calling DeliveryRequestHandler.submitRequest()
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): called
    [031208_031527515][oracle.apps.xdo.delivery.webdav.WebDAVDeliveryRequestHandler][STATEMENT] submitRequest(): taget URL :http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openRequest(request) called
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection() called - opening pandw001.panamericano.com.br:80
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] openConnection(): Start non-SSL connection.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] start DIGEST auth handshake
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader() called.
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] generateRequestHeader(): generated request header
    PUT http://pandw001.panamericano.com.br:80/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1
    Host: pandw001.panamericano.com.br
    User-Agent: Oracle BI Publisher 10.1.3.3.2
    Connection: Keep-Alive
    Content-Length: 5
    Content-Type: text/html;charset=UTF-8
    <<<
    [031208_031527515][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] submitRequest() called
    [031208_031537062][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537062][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537078][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537187][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537203][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537203][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537218][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537218][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537250][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537250][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537265][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537265][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537281][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537281][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537296][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537296][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537312][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537312][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537328][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537343][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537343][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537359][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537359][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537375][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537375][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : called
    [031208_031537390][][STATEMENT] ToplinkDataHandler.getOutput() : obtaining client session.
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537390][][STATEMENT] ToplinkDataHandler.queryOutput() : calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.queryOutput() : finished calling executeQuery().
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031537406][][STATEMENT] Read connection pool max:20, min:5, total:5, available:5
    [031208_031537406][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() called
    [031208_031627531][oracle.apps.xdo.delivery.http.HTTPClient][STATEMENT] closeConnection() exiting
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for delivery : 75031, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile1 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp46449166.tmp
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] tmpFile2 for zipping up document : D:\oracle\product\10.1.3.3.0\BIEE\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\xdo\cache\xmlp65297508.tmp
    [031208_031642531][][STATEMENT] Reached the end of InputStream.
    [031208_031642531][][STATEMENT] Writing the parsed HTML file to the zip file : index.html
    [031208_031642531][][STATEMENT] Writing the original HTML file to the zip file : original.html
    [031208_031642531][][STATEMENT] [ID:66] Time elapsed for report archiving : 0, time from beggining : 82610
    [031208_031642531][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Updating the output info in the database.
    [031208_031642531][][STATEMENT] Write connection pool max:10, min:5, total:5, available:5
    [031208_031642562][][STATEMENT] ToplinkDataHandler.terminateSession() : releasing the session.
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Done updating the output info in the database.
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for updating history in db : 31, time from beggining : 82641
    [031208_031642562][][STATEMENT] [ID:66] Time elapsed for notification : 0, time from beggining : 82641
    [031208_031642562][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:66] Scheduler finished the job. Exiting...

    Update: Apparently the problem is related to authentication, here's the Apache's error log for the same request above:
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Begin Request PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put]
    BEGIN
    portal.wwdav_api_driver.GET_RESOURCE_FOR_PUT(
         (0):p_ctx,
         (1):p_path,
         (2):p_parentpath,
         (3):p_membername,
         (4):p_contenttype,
         (5):p_extension,
         (6):p_pathexists,
         (7):p_path_element_type,
         (8):p_docid,
         (9):p_lobhandle,
         (10):p_lockcount,
         (11):p_propcount,
         (12):p_is_locknull,
         (13):p_dbstatechanged,
         (14):p_status,
         (15):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_get_resource_for_put][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] ORA-20504: User not authorized to perform the requested operation
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Using dbcon (5412-0), usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request]
    BEGIN
    portal.wwdav_api_driver.FINALIZE_REQUEST(
         (0):p_ctx,
         (1):p_dbstatechanged,
         (2):p_http_status,
         (3):p_rollback_suggested,
         (4):p_docid,
         (5):p_is_existing_resource,
         (6):p_lobhandle,
         (7):p_contentlength,
         (8):p_contenttype,
         (9):p_status,
         (10):p_status_text );
    END;
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: API [dav_ora_finalize_request][dbcon 5412-0][0 ms][PUT /dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html HTTP/1.1]
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1]
    Bind values for call:
         (0):{
         <ORADAV>
              <DAVPARAM>
                   <ORACONTAINERNAME>wwdav</ORACONTAINERNAME>
                   <ORACOOKIEMAXAGE>28800</ORACOOKIEMAXAGE>
                   <ORAPACKAGENAME>portal.wwdav_api_driver</ORAPACKAGENAME>
                   <ORAPASSWORD>welcome1</ORAPASSWORD>
                   <ORASERVICE>cn=iasdb,cn=oraclecontext</ORASERVICE>
                   <ORATRACEEVENTS>request</ORATRACEEVENTS>
                   <ORATRACELEVEL>4</ORATRACELEVEL>
                   <ORAUSER>portal</ORAUSER>
              </DAVPARAM>
              <INTERNAL>
                   <OraDAVAPICount>2</OraDAVAPICount>
                   <OraDAVModVersion>1.0.3.2.3-0132 (OraDAV enabled)</OraDAVModVersion>
              </INTERNAL>
              <REQUEST>
                   <Method>PUT</Method>
                   <URITrailingSlash>F</URITrailingSlash>
                   <Calypso-Control>H_Req,2886795869,80</Calypso-Control>
                   <Chronos>aggregate</Chronos>
                   <ClientIP>172.17.2.97</ClientIP>
                   <Connection>Keep-Alive, Calypso-Control</Connection>
                   <Content-Length>5</Content-Length>
                   <Content-Type>text/html;charset=UTF-8</Content-Type>
                   <Host>pandw001.panamericano.com.br</Host>
                   <Oracle-Cache-Version>9.0.4</Oracle-Cache-Version>
                   <Oracle-ECID>3214324639936,1</Oracle-ECID>
                   <SSL-Https>off</SSL-Https>
                   <Surrogate-Capability>orcl="webcache/1.0 Surrogate/1.0 ESI/1.0 ESI-Inline/1.0 ESI-INV/1.0 ORAESI/9.0.4"</Surrogate-Capability>
                   <User-Agent>Oracle BI Publisher 10.1.3.3.2</User-Agent>
                   <URI>/dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html</URI>
              </REQUEST>
         </ORADAV>
         (1):0
         (2):401
         (3):0
         (4):{}
         (5):-1
         (6):
         (7):0
         (8):{}
         (9):0
         (10):{}
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: Releasing connection [5412-0], usage count = 7
    [Thu Mar 13 10:26:02 2008] [notice] [client 172.17.2.93] [ecid: 3214324639936,1] OraDAV: DAV [Request total PUT][dav_portal/portal/PORTAL_PANAMERICANO/FILIAL_3/Teste_2.html][0 ms]

  • Calling web service from oracle application framework r12

    Hi Techies
    Is anybody know How to call web service from oracle application framework r12(step by step procedure),because i searched in net but i could not understand that one
    Thanks
    Dillibabu B
    Edited by: 962005 on 28 Sep, 2012 12:11 AM

    Hi,
    Check below links:
    http://oracle.anilpassi.com/oa-framework-with-captcha-webservice.html
    http://oracle.anilpassi.com/integrate-oa-framework-with-web-service.html
    https://blogs.oracle.com/ebusinesssuiteintegration/entry/r121_-invokingweb_service_fr
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle 11g installation in Vista

    Hi friends,
    I am having problme with windows XP, so planning to install windows vista.
    Will Oracle 11g(downloaded from oracle website) and oracle 10g developer suite will support in vista.
    Please help me..
    --kishore                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Kishore,
    I have installed Oracle 11g from
    http://www.oracle.com/technology/software/products/database/index.html
    and Oracle developer suite 10g from
    http://www.oracle.com/technology/software/products/ids/index.html
    and this two worked for me.
    Just out of curiosity, why u r installing oracle 11g n developer 10g?
    Edited by: user10676396 on May 13, 2009 12:11 AM

  • Oracle 10g Installation issue on Windows 7

    Hi,
    I tried to install Oracle 10g downloaded from the below link on my laptop which runs in Windows 7.
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    The Oracle version is 10g release 2 for windows 7. I got this DB version no. for Windows 7 from this forum only. But still, I got the error message stated below and unable to install 10g.
    ------------------------------------------------------ Error --------------------------------------------------------------------------
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0 . Actual 6.1
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\Program Files (x86)\Oracle\Inventory\logs\installActions2010-10-22_07-37-48AM.log
    Please press Enter to exit...
    ------------------------------------------------------ Error End -------------------------------------------------------------------
    Could you please let me know how I can fix this issue? Or is there any other oracle 10g release/patch to fix this issue? I need to install only Oracle 10g and not 11g.
    Also, I need to install Oracle Forms 10g too.
    It would be great if you could guide me on installing these two softwares in my laptop.
    Your help will be very much appreciated.
    Thanks,
    Arun
    Edited by: 804404 on Oct 22, 2010 7:52 AM

    Welcome to the forums !
    This issue has been discussed many times before. Pl use the search feature. The only versions supported in Win 7 (Professional or higher) are 10.2.0.5 and 11gR2. 10.2.0.5 is only available on My Oracle Support, while 11gR2 can be downloaded for free from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Re: Oracle for Windows 7
    Re: which version of oracle works on windows 7
    HTH
    Srini

Maybe you are looking for