Oracle header

I need to remove Oracle header form XML Publisher along with the send button. I have created a user and can hide all the buttons except the "Send" button. I also tried to hide the top portion of the page where it says "XML Publisher Enterprise" along with the triangle beside it. I have tried to adjust the config files but could not find the correct one.
Thanks for your help

Hi Tim,
Thanks for the response but I do not think we can wait for the upgrade. I was able to adjust the login.jsp file but having problems finding the area that defines how the folders are displayed. Can you point me in the right direction?
Thanks
Phil

Similar Messages

  • Oracle header files?

    Hello,
    I am trying to install an Oracle connection product for Zope on Redhat Enterprise Linux so that I can connect to remote Oracle databases, but I really really don't want to install all of Oracle to do so.
    I installed the Oracle 10g instant client in hopes to get these headers, and by setting my ORACLE_HOME to /usr/lib/oracle/10.1.0.2/client, 'make' got pretty far.
    However, my error message now says:
    There were errors building the dco2 module. This could be because of a coding error in the dco2 module, or because your Oracle environment is not set up properly. Please double check that your Oracle environment is properly established, and that the proper header files exist (e.g.
    $ORACLE_HOME/rdbms/demo/*.h).
    Isn't that comforting? :P Anyways, does anyone know where I might be able to get these "proper header files?"
    Thanks for any info!
    --Emily                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Which particular client did you install and how did you install it? Did you install the SDK?
    cj

  • Need to remove the header and footer regions on one page

    Hi,
    I have a requirement to remove the header and footer regions on one page only. The regions I'm referring to contain the following:
    Header:
    Company logo, Home link, Logout link, Preferences link
    Footer:
    Copyright info, Privacy Statement, Home link, Logout link, Preferences link
    These are the standard Oracle header and footer regions/page items, so I am not specifying a particular page name, although it would be the create time cards page we want to modify.
    Also, we only want to remove these regions/items from ONE page, not an entire responsibility.
    Any help is greatly appreciated.
    Thanks!
    Suzanne

    Hi,
    In order to hide,
    Home link, Logout link, Preferences link
    Use this code in the processrequest of the controller on the page on which you want tohide these
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.prepareForRendering(pageContext);
    page.setGlobalButtons((oracle.cabo.ui.UINode)null);
    And for hiding the Copyright info, Privacy Statement:
    Click on Personalise page link
    then Click on Choose Context
    Choose "OAFooter" as Scope
    and click "Apply"
    and then Personalise the Copyright and Privay Statememnt icon and set rendered as False.
    Thanks,
    Gaurav
    Edited by: Gauravv on Aug 25, 2009 8:36 PM

  • Perl on Oracle

    Hallo,
    For perl scripting over an Oracle Database , it is required to install DBI, usually shipped with perl, and DBD:Oracle, usually installed on an Oracle Client.
    Is it safe to install DBD:Oracle on an Oracle Server with a live instance running? Does it imply a relinking of binaries?
    TIA

    There is a full version of Perl installed with the RDBMS, it has DBI built in already. You can use it, but it needs a little bit of config with shell vars to take full advantage of it. Obviously adding other modules is a not supported, but depends on how much you need to do with it.
    Norbert Debes book Secrets of the Oracle Database, goes into how to take advantage of the Oracle supplied Perl kit.
    http://apress.com/book/view/9781430219521
    If you do decide to put DBI into the local Perl on your O/S, it will not damage a running instance. The O/S compiler simply needs access to the Oracle header and library files to link to.
    You can also build Perl DBI against Oracle Instant Client, which we have done in my shop. It gives you a very lightweight Oracle client with which you can attach Perl to Oracle instances and saves having to install a huge RDBMS or full client kit.
    Rgds

  • Customizing XMLP Server Header

    Hi
    I saw a posting about this a few months back with little response. In XML Publisher Standalone 5.6.2, we need to customize the 'Look' of the Reportserver. Basically adding in some customer logos, etc.
    Is this possible? If so, how would you go about doing this? Stylesheets? Modifing certain config files, etc.?
    Thanks very much.

    See here
    Re: Oracle header
    HTH
    Shaun S

  • Is my configuration correct? PHP and Oracle HTTP server

    Hi all,
    I have a single server running RHEL5 x86-64 and Oracle 11.1. I also have the Oracle HTTP Server which purportedly has "PHP support".
    I am trying to do a basic test connect to my database, but I'm getting an error.
    My test is the following:
    <html>
    PHP Test with Oracle<head>
    <body>
    <pre>
    <?php
    $conn = oci_connect('scott', 'tiger', 'myserver/MYDBSERVICE');
    if (!$conn) {
    trigger_error("Could not connect to database", E_USER_ERROR);
    ?>
    </pre>
    </body>
    </html>When I open the page, I see the following:
    PHP Test with Oracle
    Fatal error: Call to undefined function: oci_connect() in /u01/app/oracle/product/HTTP_Server/ohs/htdocs/phptest/dtest4.php on line 6
    I've also tried phpinfo() and get the following:
    oci8
    OCI8 Support      enabled
    Revision      $Revision: apache_modules/mod_php/4.3.9/ext/oci8/oci8.c#0 $
    Oracle Version      10.1
    Compile-time ORACLE_HOME      /ade/svadugur_mjoyphp4311/oracle
    Libraries Used      no value
    Any idea what may be going on? I've looked through much documentation already before posting to no avail.
    Thank you for any insight.

    The oci_* names were introduced in PHP 5. In PHP 4 the equivalent connection command is ocilogon(). For other mappings see Appendix C of the free book http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html
    I'd recommend you upgrade PHP. See "Installing OCI8 with Oracle Application Server on Linux" on p 76 of that book. Note the warnings.

  • Oci8 not showing in the phpinfo() with wamp

    hi
    i m new at this forum. i am using wampserver 2c on xp sp2. i wanna connect my pc with oracle datadase server 8i using php. when i try to connect my oracle server using oci_connect(), it gives error "Fatal error: Call to undefined function oci_connect() in C:\wamp\www\New Folder\oracle.php on line 5".....
    my oracle.php file is as give below
    <html>
    <title>sonu</title>
    <body>
    <?php
    $c1 = oci_connect("scott", "tiger", SID_name);
    function create_table($conn)
    $stmt = oci_parse($conn, "create table scott.hallo (test varchar2(64))");
    oci_execute($stmt);
    echo $conn . " created table\n\n";
    function insert_data($conn)
    $stmt = oci_parse($conn, "insert into scott.hallo
    values('$conn' || ' ' || to_char(sysdate,'DD-MON-YY HH24:MI:SS'))");
    oci_execute($stmt, OCI_DEFAULT);
    echo $conn . " inserted hallo\n\n";
    function commit($conn)
    oci_commit($conn);
    echo $conn . " committed\n\n";
    function select_data($conn)
    $stmt = oci_parse($conn, "select * from scott.hallo");
    oci_execute($stmt, OCI_DEFAULT);
    echo $conn."----selecting\n\n";
    while (oci_fetch($stmt)) {
    echo $conn . " [" . oci_result($stmt, "TEST") . "]\n\n";
    echo $conn . "----done\n\n";
    create_table($c1);
    insert_data($c1); // Insert a row using c1
    select_data($c1); // Results of both inserts are returned
    commit($c1);
    ?>
    </body>
    </html>
    i have taken many steps to remove this.......
    i have removed ";" from the start of the lines extension=php_oci.dll
    =php_oracle.dll
    in the both php.ini file (one in php/php 5.2.6 and 2nd in apache/bin folder) to make these extension loaded at the startup....
    i have make the extension_dir 's path to point to the my ext dir where all dll resides
    i.e. extension_dir = "c:/wamp/bin/php/php5.2.6/ext/"
    now my phpinfo shows oracle heading under the main heading of php credits...
    it shows
    "oracle
    Oracle Supportenabled Extension Version 0.1.0-dev "
    but when i try to make connection using oci_connect(), it gives the same error........
    tell me wat to do ........
    i m frustrated ..........
    tell me a solution......

    hi
    i m new at this forum. i am using wampserver 2c on xp sp2. i wanna connect my pc with oracle datadase server 8i using php. when i try to connect my oracle server using oci_connect(), it gives error "Fatal error: Call to undefined function oci_connect() in C:\wamp\www\New Folder\oracle.php on line 5".....
    my oracle.php file is as give below
    <html>
    <title>sonu</title>
    <body>
    <?php
    $c1 = oci_connect("scott", "tiger", SID_name);
    function create_table($conn)
    $stmt = oci_parse($conn, "create table scott.hallo (test varchar2(64))");
    oci_execute($stmt);
    echo $conn . " created table\n\n";
    function insert_data($conn)
    $stmt = oci_parse($conn, "insert into scott.hallo
    values('$conn' || ' ' || to_char(sysdate,'DD-MON-YY HH24:MI:SS'))");
    oci_execute($stmt, OCI_DEFAULT);
    echo $conn . " inserted hallo\n\n";
    function commit($conn)
    oci_commit($conn);
    echo $conn . " committed\n\n";
    function select_data($conn)
    $stmt = oci_parse($conn, "select * from scott.hallo");
    oci_execute($stmt, OCI_DEFAULT);
    echo $conn."----selecting\n\n";
    while (oci_fetch($stmt)) {
    echo $conn . " [" . oci_result($stmt, "TEST") . "]\n\n";
    echo $conn . "----done\n\n";
    create_table($c1);
    insert_data($c1); // Insert a row using c1
    select_data($c1); // Results of both inserts are returned
    commit($c1);
    ?>
    </body>
    </html>
    i have taken many steps to remove this.......
    i have removed ";" from the start of the lines extension=php_oci.dll
    =php_oracle.dll
    in the both php.ini file (one in php/php 5.2.6 and 2nd in apache/bin folder) to make these extension loaded at the startup....
    i have make the extension_dir 's path to point to the my ext dir where all dll resides
    i.e. extension_dir = "c:/wamp/bin/php/php5.2.6/ext/"
    now my phpinfo shows oracle heading under the main heading of php credits...
    it shows
    "oracle
    Oracle Supportenabled Extension Version 0.1.0-dev "
    but when i try to make connection using oci_connect(), it gives the same error........
    tell me wat to do ........
    i m frustrated ..........
    tell me a solution......

  • Custom META attribute

    Hi,
    I've looked at HTML source of a Standard Portal page and I saw that some META tags describing current page are present:
    <META name="title" content="News">
    <META name="description" content="News page of my Website">
    <META name="keywords" content="">
    <META name="author" content="WERYSA">
    For my current project, I need to add more description META tags, such as a reference code, a classification code. This feature is now mandatory for any European Union Official site. I tried to add custom attributes to a custom page, but these custom attributes do not appear as a META tag.
    I am looking for a solution to my problem without using UI templates. Any idea ? Too bad custom META tags are not mapped on custom page attributes.
    Many thanks.
    Samuel Wery.
    Note: I currently use Portal 9.0.2.6.18 until 9.0.4 is released on Linux.

    Thanks a lot for your response, and first of all Happy New Year.
    I tried to use a template based on a UI template, but I still have problems:
    1. The header defined in the UI template is visible on the template based on this UI template,
    but when I look at the header of a page based on this template which is itself based on the UI template, it is not the header I defined in that UI template.
    I'm not sure to be clear so here are the headers of these pages/templates:
    UI Template header:
    <HTML dir=#DIRECTION#>
    <HEAD>
    <TITLE>#TITLE#</TITLE>
    #PAGE.STYLE#
    #PAGE.BASE#
    <ORACLE>DDIS.UI_TAGS.DISPLAY_METATAGS(p_data=>'TEST');</ORACLE>
    </HEAD>
    Resulting template header based on this UI template:
    <HTML dir=LTR>
    <HEAD>
    <TITLE>Eurostat Home Page Template</TITLE>
    <LINK REL=Stylesheet TYPE="text/css" HREF="http://ddisportal.lux.cronos-technologies.com:7777/pls/portal/PORTAL.wwv_setting.render_css?p_lang_type=NOBIDI&p_subscriberid=1&p_styleid=32423&p_siteid=0&p_rctx=R&p_styleid=32424&p_siteid=0&p_rctx=R&p_styleid=32479&p_siteid=0&p_rctx=R&p_styleid=33385&p_siteid=0&p_rctx=P">
    <base href="http://ddisportal.lux.cronos-technologies.com:7777/pls/portal/">
    <META name="pageid" content="TEST">
    </HEAD>
    Resulting page header based on this template:
    <HTML>
    <HEAD>
    <TITLE>Eurostat Site 3</TITLE>
    <LINK REL=Stylesheet TYPE="text/css" HREF="http://ddisportal.lux.cronos-technologies.com:7777/pls/portal/PORTAL.wwv_setting.render_css?p_lang_type=NOBIDI&p_subscriberid=1&p_styleid=32423&p_siteid=0&p_rctx=R&p_styleid=32424&p_siteid=0&p_rctx=R&p_styleid=32479&p_siteid=0&p_rctx=R&p_styleid=33385&p_siteid=0&p_rctx=P">
    <base href="http://ddisportal.lux.cronos-technologies.com:7777/pls/portal/">
    <META name="title" content="Eurostat Site 3">
    <META name="description" content="">
    <META name="keywords" content="">
    <META name="author" content="WERYSA">
    </HEAD>
    Where is my metatag ? This is not my UI header.
    Is it a normal behaviour ???
    2. to be able to query attributes from the content repository views, I need the page id. Without this information, how can I select a custom attribute from the current page to put in the META tag ?
    I tried the tag #PAGE.ID# but this is not a valid one.
    It should be very nice of you if you could help me.
    Many thanks.
    Samuel W�ry.

  • Error invoking ioracle in ins_rdbms.mk - help please

    I'm installing 9.2 Enterprise on a Gentoo Linux system (dual Pentium 2). At "Linking Oracle 9i Database 9.2.0.1.0" (82%, drat!), I get this error:
    Error in invoking target ioracle of makefile /opt/oracle/OraHome1/rdbms/lib/ins_rdbms.mk
    The last thing in the installer log just indicates the same installMakeFileName, but it also refers to the appropriate make.log, which has this at the end:
    /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: /opt/oracle/OraHome1/rdbms/lib/lracle: hidden symbol `__fixunssfdi' in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc.a(_fixunssfdi.oS) is referenced by DSO collect2: ld returned 1 exit status
    Obviously, I doubt Oracle is certified on Gentoo, but my gcc version is 3.2.3, recent enough, eh? If the gcc -o command that precedes this error will help I'll post it. It's the second command under the "-Linking Oracle" heading, preceded by an rm -f /opt/oracle/OraHome1/rdbms/lib/oracle
    Any ideas?
    tia,
    jp

    Down grading the "binutils" package does not appear to be all that simple. I've seen that other people have had this problem, just wondering if anyone has had any success?

  • Anyone running GnuJSP with SQLJ?

    I think this combination would be super best for programming
    I am running .jsp files fine, also sqlj from command line works.
    1. JSP compiler is set:
    servlet.gnujsp.initArgs=compiler=/u01/home/oracle/sqlj/bin/sqlj
    -C-classpath %classpath%:%repository% -d %repository%
    -C-deprecation %source%
    but I need to copy .java to .jsp to compile it properly.
    By using "cp" and "sqlj" I have complied it sucessfully.
    2. File path set for finding connect.properties in creating
    default context
    Oracle.connect(getClass(), "/u01/app/connect.properties");
    is not working, so I am doing:
    Oracle.connect("jdbc:oracle:oci8:@", "name", "passwd", true);
    3. Real problem. Seems that my simple program cannot find ser
    classes. I'll get:
    Error running the example: java.sql.SQLException: profile
    jsp.u01._adela._snoop2_2ejsp_SJProfile0 not found:
    Anyone?
    Source of jsp page:
    <HTML>
    <HEAD>
    <TITLE>JSP snoop page</TITLE>
    <%@
    import="javax.servlet.http.HttpUtils,java.util.Enumeration,java.s
    ql.SQLException,oracle.sqlj.runtime.Oracle" %>
    </HEAD>
    <BODY>
    <SCRIPT runat=server>
    #sql iterator MyIter (String ITEM_NAME);
    </SCRIPT>
    <H1>JSP Snoop page</H1>
    <%
    try {
    /* if you're using a non-Oracle JDBC Driver, add a call
    here to
    DriverManager.registerDriver() to register your Driver
    // set the default connection to the URL, user, and
    password
    // specified in your connect.properties file
    //Oracle.connect(getClass(),
    "//u01/app/connect.properties");
    Oracle.connect("jdbc:oracle:oci8:@", "name", "passwd",
    true); //false
    //Issue SQL command to clear the SALES table
    #sql { DELETE FROM SALES };
    #sql { INSERT INTO SALES(ITEM_NAME) VALUES ('Hello, SQLJ!')};
    MyIter iter;
    #sql iter = { SELECT ITEM_NAME FROM SALES };
    while (iter.next()) {
    out.println(iter.ITEM_NAME());
    } catch (SQLException e) {
    out.println("Error running the example: " + e);
    e.printStackTrace(out);
    %>
    </BODY>
    </HTML>
    null

    The reason for that is GnuJSP in Apache is based on some runtime.
    which causes some problem.
    If you try the same steps (cp, sqlj) under the SUN web server 1.2
    using JSP 0.92 implementation, you could be able to embedded
    #sql in JSP. But make sure that any iterator definition should be
    at the beginning of the program due to the limitation of sqlj
    (iterator definition could not be defined inside sqlj method).
    Hope this helps,
    Happy hacking,
    Mr. SQLJ
    Martin (guest) wrote:
    : I think this combination would be super best for programming
    : I am running .jsp files fine, also sqlj from command line
    works.
    : 1. JSP compiler is set:
    servlet.gnujsp.initArgs=compiler=/u01/home/oracle/sqlj/bin/sqlj
    : -C-classpath %classpath%:%repository% -d %repository%
    : -C-deprecation %source%
    : but I need to copy .java to .jsp to compile it properly.
    : By using "cp" and "sqlj" I have complied it sucessfully.
    : 2. File path set for finding connect.properties in creating
    : default context
    : Oracle.connect(getClass(), "/u01/app/connect.properties");
    : is not working, so I am doing:
    : Oracle.connect("jdbc:oracle:oci8:@", "name", "passwd", true);
    : 3. Real problem. Seems that my simple program cannot find ser
    : classes. I'll get:
    : Error running the example: java.sql.SQLException: profile
    : jsp.u01._adela._snoop2_2ejsp_SJProfile0 not found:
    : Anyone?
    : Source of jsp page:
    : <HTML>
    : <HEAD>
    : <TITLE>JSP snoop page</TITLE>
    : <%@
    import="javax.servlet.http.HttpUtils,java.util.Enumeration,java.s
    : ql.SQLException,oracle.sqlj.runtime.Oracle" %>
    : </HEAD>
    : <BODY>
    : <SCRIPT runat=server>
    : #sql iterator MyIter (String ITEM_NAME);
    : </SCRIPT>
    : <H1>JSP Snoop page</H1>
    : <%
    : try {
    : /* if you're using a non-Oracle JDBC Driver, add a call
    : here to
    : DriverManager.registerDriver() to register your Driver
    : // set the default connection to the URL, user, and
    : password
    : // specified in your connect.properties file
    : //Oracle.connect(getClass(),
    : "//u01/app/connect.properties");
    : Oracle.connect("jdbc:oracle:oci8:@", "name", "passwd",
    : true); //false
    : //Issue SQL command to clear the SALES table
    : #sql { DELETE FROM SALES };
    : #sql { INSERT INTO SALES(ITEM_NAME) VALUES ('Hello,
    SQLJ!')};
    : MyIter iter;
    : #sql iter = { SELECT ITEM_NAME FROM SALES };
    : while (iter.next()) {
    : out.println(iter.ITEM_NAME());
    : } catch (SQLException e) {
    : out.println("Error running the example: " + e);
    : e.printStackTrace(out);
    : %>
    : </BODY>
    : </HTML>
    null

  • Apache starts but doesn't run -- no error file msg

    Running this in the DOS box gives:
    C:\orant9i\Apache\Apache>apache -k start
    Oracle HTTP Server Powered by Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.24 running...
    and it starts TWO Apache.exe processes, one right away.
    But http://localhost gives a 500.
    There's no error log msg.
    apache -k shutdown stops both processes,
    one delayed a bit.
    Starting the same Apache as a Service gives 1067 --
    "process terminated unexpectedly"
    This was part of an Oracle install which I can't get rid of thru the uninstall process -- it just won't run. I can run the Oracle Enterprise Mgr, but haven't tried any database stuff. I want to install MySQL.
    Thanks for reading this far,
    and I sure hope you can help,
    Peter.
    win2K, SP4 IE6

    But http://localhost gives a 500. There's no error
    log msg.
    So what makes you think that a general Java forum can
    help you with this?--because i searched on 'apache install' and got a lot of hits here.
    >
    You need to go where the Oracle-heads hang out
    (http://technet.oracle.com). They have an Oracle Java
    forum, which is the perfect place for this question.--this link is broken.  I did post at: http://forums.oracle.com/forums
    but even there isn't primarily Apache which I would prefer.

  • How do I expose XMLType data in the repository

    Assume the PO schema po.xsd
    [oracle@chambers oracle]$ head po.xsd
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
               xmlns:xdb="http://xmlns.oracle.com/xdb"
               version="1.0"
               xdb:storeVarrayAsTable="true">
      <xs:element name="PurchaseOrder" type="PurchaseOrderType" xdb:defaultTable="PURCHASEORDER"/>
      <xs:complexType name="PurchaseOrderType" xdb:SQLType="PURCHASEORDER_T">
        <xs:sequence>
          <xs:element name="Reference" type="ReferenceType" minOccurs="1" xdb:SQLName="REFERENCE"/>
          <xs:element name="Actions" type="ActionsType" xdb:SQLName="ACTIONS"/>
          <xs:element name="Reject" type="RejectionType" minOccurs="0" xdb:SQLName="REJECTION"/>
    ...I have a document that conforms to the schema purchaseorder.xml
    [oracle@chambers oracle]$ more purchaseorder.xml
    <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://www.nubridges.com/jchambers/po">
      <Reference>SBELL-2002100912333601PDT</Reference>
      <Actions>
        <Action>
          <User>SVOLLMAN</User>
        </Action>
      </Actions>
      <Reject/>
      <Requestor>Sarah J. Bell</Requestor>
      <User>SBELL</User>
      <CostCenter>S30</CostCenter>
      <ShippingInstructions>
        <name>Sarah J. Bell</name>
        <address>400 Oracle Parkway
    Redwood Shores
    CA
    94065
    USA</address>
    Step 1. Register the schema
      DBMS_XMLSCHEMA.registerSchema(
        SCHEMAURL => 'http://www.nubridges.com/jchambers/po',
        SCHEMADOC => bfilename('ORACLE_USER_HOME', 'po.xsd'),
        CSID      => nls_charset_id('AL32UTF8'));
    Step 2. Verify the registration
    SQL> desc purchaseorder
    Name                                      Null?    Type
    TABLE of SYS.XMLTYPE(XMLSchema "http://www.nubridges.com/jchambers/po" Element "PurchaseOrder") STORAGE Object-relational TYPE "PURCHASEORDER_T"
    Step 3. Insert a valid PO into the database
    insert into purchaseorder values(XMLType(bfilename('ORACLE_USER_HOME', 'purchaseorder.xml'), nls_charset_id('AL32UTF8')));
    Step 4. Verify PO insert ok
    SQL> select * from purchaseorder
      2  ;
    SYS_NC_ROWINFO$
    <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamesNow, I want to be able to expose the purchase order via HTTP/WebDav. In other words, I want to create a repository resource.
    Step 5. Create a folder
    DECLARE
      b BOOLEAN;
    BEGIN
      b := DBMS_XDB.createFolder('/jchambers');
    END;
    Step 6. Create the resource.
    How do I do this using DBMS_XDB.createResource?
    I know I want to use one of these approaches, but how (I need some examples):
    Creates a new resource with the given XMLType data as its contents:
    DBMS_XDB.CREATERESOURCE(
       path    IN  VARCHAR2,
       data    IN  SYS.XMLTYPE)
    RETURN BOOLEAN;Given a REF to an existing XMLType row, creates a resource whose contents point to that row. That row should not already exist inside another resource:
    DBMS_XDB.CREATERESOURCE(
       path     IN  VARCHAR2,
       datarow  IN  REF SYS.XMLTYPE)
    RETURN BOOLEAN;Please advise. Thanks

    Step 6. Create the resource.
    How do I do this using DBMS_XDB.createResource?
    Creates a new resource with the given XMLType data as its contents:
    In this case you do not need to insert the row into the table. When you create the resource XML DB will automatically store the contents of the resource in the table for you...
    Eg
    declare
      res boolean;
    begin
      res :=  dbms_xdb.createResource('/jchambers/purchaseorder.xml',
                                             bfilename('ORACLE_USER_HOME', 'purchaseorder.xml'),  nls_charset_id('AL32UTF8'));
    end;
    /Given a REF to an existing XMLType row, creates a resource whose contents
    point to that row. That row should not already exist inside another resource:
    declare
      res boolean;
      xmlref ref xmltype;
    begin
      select ref(x)
         into xmlref
         from PURCHASEORDER x
        where existsNode(object_value,'/Some/Xpath/That/Identifies/Exactly/One/Row') = 1;
      res :=  dbms_xdb.createResource('/jchambers/purchaseorder.xml',xmlref);
    end;
    /

  • How to change header and footer in login page in oracle apps r12

    Hi all,
    how to change header and footer in login page in oracle apps r12 and login button background color, please help me
    thanks
    saran

    how to change header and footer in login page in oracle apps r12 and login button background color, please help meTips For Personalizing The E-Business Suite R12 Login Page (MainLoginPG) [ID 741459.1]
    How to Personalize Login page in R12? [ID 579917.1]
    R12 Login Page: How to Personalize the Logo ? [ID 849752.1]
    Thanks,
    Hussein

  • Setting Message-ID email header from Oracle B2B backend in 11g

    Hi,
    Is it possible to set the Message-ID from the backend application via JMS header? Is there a JMS header exposed to set this message id in case of email transport? Will the email server able to honor this value that we set and send to Oracle B2B in 11g and send it as the email header (Message-ID)? Is this possible?
    The idea here is if my backend application can set this Message-ID value of the request message, then the response message which would be a reply to the initial message will have the value of the Message-ID in the property in-reply-to. Now if this in-reply-to is also exposed an a JMS header to the backend application, then i will be able to co-relate the request and the response messages.
    Please let me know at the earliest if this would be possible.
    Regards
    Kavitha

    Kavitha,
    Is it possible to set the Message-ID from the backend application via JMS header? Yes, please set the MSG_ID header (jca.jms.JMSProperty.MSG_ID). It will be used as Message-ID in Wire Message.
    , then i will be able to co-relate the request and the response messages.Generic Mail does not support correlation as of now. You may consider logging an enhancement request with support. If you are exchanging XML messages then you may consider using content based correlation at B2B.
    Regards,
    Anuj

  • Oracle Tag in Report Header Text

    I am trying to use the Oracle tag in the Report and Customization Form Text Header Section. I would like to show the current date/time as well issue a select statement. Does this not work?
    <ORACLE>
    htp.p(to_char(sysdate,'Day, Month DD YYYY HH:MI AM'));
    </ORACLE>

    Hi,
    You can only enter plain text or HTML tags here. If you want to use select statement or plsql you can use the
    additional plsql code sections to do this.
    Thanks,
    Sharmila

Maybe you are looking for

  • CREATIVE CLOUD UPDATER CRASHES ON OPEN

    I have a new MacBook Pro 2014 with Yosemite 10.10.1  and the CC updater continually crashes on open. I have uninstalled and reinstalled with no success.  Old updater is also visible in Menu (A) showing 3 files in need of an update.   I still have CS6

  • File name into document

    Is there a way to create a master doc page that automatically imports the current document file name into a desired location?

  • How to avoid user creation popup window in Employee Master Data Creation in SAP B1 9.0

    Hi Experts, I have to create employee master data.When I am creating Employee Master Data it is asking crete new user,If I was not provied user code. Is there any standerd setting to avoid this? Please suggest Thnaks and Regards DEV

  • Helpp, lost some of my music....

    Ever since the ios 5 update ive lost about 30 songs on my ipod touch when i synced my itunes with my ipod...is there anything i can do??? helppp??

  • Illustrator (trial) won't work

    I downloaded illustrator (trial) yesterday and it worked great, now it's asking me to uninstall, will I be able to install the trial version again? Or how can I fix this error? I'm using Windows 7