Xml Utilities And Demos For Pl/Sql

Is there any documentation on how to define reports and template through Designer?
There are lots of information on Forms but what about Reports?!
null

Can you provide the link for the article you talked about?

Similar Messages

  • Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8 doesn't install

    Trying to install the package and well into the process I get an error message saying that my processor isn't supported and to contact my vendor..  I have a Lenovo U 410 LT with Win 8 Pro.  It has an Intel Core i7 processor.   I also tried the AMD version thinking they may have been swapped but it also does not install.  How to get it installed?  I really need the NFS in it.

    Hi stewartmcadoo,
    Welcome back to Lenovo Community Forums!
    I’m sorry to hear that there is an error message displayed in your U410 Laptop while installing “Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8”, make sure you are installing this application as an Administrator User, if the issue is same even in this user account, I suggest you to download the package again and right click in the downloaded file select “Run as administrator” to get it installed in administrator mode, below is the link to download the SDK package:
    Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8
    Hope this helps!!!
    Do post us back if the issue still persists.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Xml search and replace for 'Session Variables' in column title view

    Hi Experts,
    I have around 10 reports where measure column titles are displayed based the session variable.
    Below is the syntax I have used in the column title
    @{biServer.variables['NQ_SESSION.VariableName']}
    Now I would like to replace the above syntax with some static text. To do this, I am trying to use the xml search and replace feature in the catalog manager.
    For some reason, catalog manager is unable to find the syntax in the xml file. I have tried using escape character also for the apostrophe by using &apos, but no luck.
    Any pointers on how to replace the text?
    Thanks

    Using Analysis get the xml conversion for @{biServer.variables['NQ_SESSION.VariableName']} from Advanced tab's xml code
    use this code to find in catalog manager, if you able to find then go for search and replace option.
    I think this should work for you.

  • How to find and back up the utilities and drivers for Satellite Pro M10?

    OK so last time I formatted I could not find the recovery disks and installed WXP Pro from a CD, there for removing the OEM on the virtual partition!! Then spent hours finding the correct drivers etc.
    Is there an easy way to find and backup the utilities and drivers I need for my system before I format the HD?

    Hi
    After the OS installation from the original Microsoft CD you will have to install only the Toshiba drivers and tools. All these applications can be found on the Toshiba driver page!!!
    I miss your notebook name in this posting!!! But I think your need drivers for Sat Pro M10! Am I right??? I found this notebook model in your other thread! Please confirm this!
    Anyway, choose your notebook model from the driver download form and download all necessary drivers!
    Thats all ;)

  • Xml parsing and checking for certain elements

    Hi,
    I need your help on how to parse an xml and check for certain elements
    in the xm. Can any one help on this regard. If you can pls send me the sample code for this one.
    Thanks and Regards,
    Srini

    http://java.sun.com/xml/tutorial_intro.html

  • Help with counting XML elements and converting from MS SQL 2008 to ORACLE

    Hello,
    My ORACLE DB version is:
    ('Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production');
    ('PL/SQL Release 11.2.0.2.0 - Production');
    ('CORE     11.2.0.2.0     Production');
    ('TNS for Linux: Version 11.2.0.2.0 - Production');
    ('NLSRTL Version 11.2.0.2.0 - Production');
    I'm trying to convert the below SQL Server 2008 query to work on Oracle. It's important to note that the XMLData column type is CLOB.
    Query 1)
    -- Number of validations
    select br.rulename, CAST(( CAST(br.XMLData as XML)).query('count(//Validation/Expressions/Expression)') as nvarchar(50)) as "Number of //Validation/Expressions/Expression"
    from AsBusinessRules br
    where
    DATALENGTH(br.XMLData)>10
    and CAST(( CAST(br.XMLData as XML)).query('count(//Validation/Expressions/Expression)') as nvarchar(50)) not like '0'
    Any help is greatly appreciated.

    Hi,
    You can try one of these :
    select br.rulename
         , count(*) as "Num. of Expression"
    from AsBusinessRules br
       , xmltable(
           '//Validation/Expressions/Expression'
           passing xmltype(br.XMLData)
         ) x
    where length(br.XMLData) > 10
    group by br.rulename
    having count(*) != 0
    ;or,
    select br.rulename
         , xmlcast(
             xmlquery(
               'count(//Validation/Expressions/Expression)'
               passing xmltype(br.XMLData)
               returning content
             as number
           ) as "Num. of Expression"
    from AsBusinessRules br
    where length(br.XMLData) > 10
    and xmlcast(
          xmlquery(
            'count(//Validation/Expressions/Expression)'
            passing xmltype(br.XMLData)
            returning content
          as number
        ) != 0
    It's important to note that the XMLData column type is CLOB.Could you consider migrating the column to XMLType datatype?
    Given your version, it would be binary XML by default and therefore a lot more performant with XQueries, compared to a simple CLOB storage.

  • Xml parsers and tranformers for java1.3 version

    I was wondering if there is any package which provides DOM SAX parsing which should run with java1.3
    any links references will be fine
    TIA
    Zoha.

    I believe Xerces from Jakarta runs under JDK 1.3:
    http://xml.apache.org/xerces2-j/index.html
    MOD

  • Learning sql and pssql ,xml,forms and report

    ihave learned sql and plsql i donot Xml and forms and reports  how to learn by own by easy method
    by sql and psql we have learned from basic to higher ,weather things going from book to online (any other way to practising and understanding the concepts)

    learning sql and pssql ,xml,forms and repojavascript:;learning sql and pssql ,xml,forms and reportrt for beginners

  • Installing xmlparser for PL/SQL.

    I am installing the newest version of the Oracle xmlparser for
    PL/SQL, version 1.0.2.0.0, and I have a question. How can I
    install this tool into the database so that all users have access
    to the many objects it creates? In affect, I want to do a "public"
    installation rather than install it under multiple users.
    If this is not possible, then what commands to I need to
    execute to give public access to objects like "JAVA CLASS",
    etc.
    Thanks,
    - Jai

    I too would like to know. I just installed the XML Utilities and the only user who can see all of the code is SYSTEM.

  • Xml,plsql and web

    Hi!!!
    i developing app with plsql web toolkit and i see that i could develop app with xml from plsql in the oracle magazine of july.
    Could anyone say me where can i found more information about develop web apps with xml and plsql.
    Thanks in advance.

    Here are some resources on OTN:
    [list][*]XML Developer's Kit for PL/SQL
    [*]Oracle9i Dynamic Services. Dynamic Services uses XML to transform Web information sources into a service. Services are defined by an XML-based service package that specifies the properties of the information source to be accessed, the syntax of the service request and response, and the desired execution flow. The Dynamic Services Java and PL/SQL client libraries expose Web services to the application developer as programmable components that can be incorporated easily with other applications.
    [list]
    Regards,
    -rh

  • XML transform and upload without overwriting additional variables

    I have a set of working scripts where a user calls into one application to enter their contact number. People needing to reach that first user call the second application which reads the string value entered by the first user and dials out to them. This works via a simple xml transform and upload for the first script, and an xml get in the second.
    I've been requested to do this for 40 additional people.
    I made one template with a different %variable% for each user. Via a PIN, the correct variable is transformed and a singular doc is uploaded. The problem is that this uploaded doc erases the last person's transformation and reverts it back to %variable%.
    Essentially I'm trying to avoid creating 40 different transformed xml uploads. Anybody have a clever idea? If it involves XSL please give a specific exmample; I'm not versed in that.

    Hi
    Firstly, Sam raises a very good point. This sort of thing would be much better dealt with by using a proper DB so you can independenly edit records for each user.
    However if we assume this is a low-throughput system with infrequent changes and you are happy to take the chance of two concurrent changes occurring and one being lost...
    What I do with XML mostly is read it, parse it with the built-in steps. When it  comes to writing them, you can just read the whole doc, convert it to a string, and then use DO steps with Java code to edit the XML directly once read from the repo.
    Basicallly as you need to maintain the existing data, you need to either:
    1) read each bit of data into an array and then write that back into your template along with the new data
    2) read each bit of data into an array and then write them all back by building up the XML manually with java
    3) read the whole current XML from the repo, then do a quick find/replace in it using a regex and write it back
    Aaron

  • Web service security: XML signatures and encryption

    Hi users -
    I am trying to figure out how to implement XML signatures and encryption for my web service.  We are only on AS ABAP 7.0, SP 11 - we do not have SOAMANAGER yet.  Yet all documentation I can find on configuring encryption and signatures, references SOAMANAGER.
    Does anyone know of a guide anywhere on implementing XML signatures and encryption for web services pre-SOAMANAGER?  It's listed as supported - but I can't find a thing! Your help is much appreciated!
    Thanks so much!
    Abby

    Hi Users -
    I found the answer to this (although it wasn't one I liked.) It doesn't appear that encryption with XML signatures is supported prior to SP 14.
    I found this information at
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6d19c8ee-0c01-0010-619d-92af980436d7
    page 36
    Hope that saves somebody else some time...
    Thanks!
    Abby

  • Default username and password for 10g

    hey guys does anyone noe the default username and password for the sql plus? version 10g

    SQL*Plus does not need a username and password. E.g.
    /home/oracle> sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Oct 3 14:31:43 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> prompt Hello World
    Hello World
    SQL>
    Connecting to an Oracle database instance usually requires one to supply Oracle database authentication, e.g. a schema name and password. Unless of course the database uses external authentication in which case you do not need to manually specify an Oracle schema name and password.
    Yes, using SQL*Plus as a client to connect to an Oracle database server typically requires a scheme name and password.
    It is important to understand the difference - SQL*Plus is a CLI (Command Line Interface) client to Oracle. It is not the database. SQL*Plus does not need a username or password to load and use.
    Granted, it is not of much use when not connected to an Oracle instance, but that does not change the point that SQL*Plus itself does not need authentication.

  • Web Services: XML signatures and encryption 7.0 SP14

    Hi users -
    I am trying to figure out how to implement XML signatures and encryption for my web service.  We are only on AS ABAP 7.0, SP 11 - we do not have SOAMANAGER yet.  Yet all documentation I can find on configuring encryption and signatures, references SOAMANAGER.
    Does anyone know of a guide anywhere on implementing XML signatures and encryption for web services pre-SOAMANAGER?  Your help is much appreciated!
    Thanks so much!
    Abby

    Hi Users -
    I found the answer to this (although it wasn't one I liked.)  It doesn't appear that encryption with XML signatures is supported prior to SP 14.
    I found this information at
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6d19c8ee-0c01-0010-619d-92af980436d7
    page 36
    Hope that saves somebody else some time...
    Thanks!
    Abby

  • Oracle8.1.5 and XML parser for PL/SQL

    Hi,
    Does XML parser for PL/SQL work with Oracle 8.1.5? Did any one install the
    same and if so what are steps to follow? I ran initjvm.sql to install
    JServer and then tried to load jar files using loadjava, but it's giving
    error. It's working fine with Oracle8.1.6.
    Any idea?
    Thanks,
    Jayanta
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jayanta Ghosh ([email protected]):
    Hi,
    Does XML parser for PL/SQL work with Oracle 8.1.5? Did any one install the
    same and if so what are steps to follow? I ran initjvm.sql to install
    JServer and then tried to load jar files using loadjava, but it's giving
    error. It's working fine with Oracle8.1.6.
    Any idea?
    Thanks,
    Jayanta<HR></BLOCKQUOTE>
    Oracle XML Parser has differents distributions for 8.1.5 and 8.1.6 databases, try the correct version, then runs the oraclexmlsqlload.csh from the lib directory of XSU distribution.
    Best regards, Marcelo.
    null

Maybe you are looking for

  • Can a PDF of the data be attached with the email notification?

    Hello, When the user submits its data and you recieve the email notificaton, can a PDF of that data be attahced to the email. Thanks, Josh

  • Fixed label on JSP page

    Hello, I have a JSP page that shows a data list. IE scrollbar helps to show all the daat down. I want to fix the labels and make only the data scrollable. Can anyone help me? Thanks

  • Best way to handle XML data

    I was hoping someone could tell me if I'm doing something stupid or a much harder way then needed. I have some data that is stored in an xml file. Probably 150 items (will stay around this number) with less then a dozen attributes per item. The name

  • Startserv no respond

    Hi, Does anyone of you face the similar problem? In Sun Java System application server platform edition 9, starting app server using asadmin is ok, but using the startserv has no respond when you execute the command. Any idea? Thanks alot

  • Problem with Scrater Chart

    Hello, I am using APEX 4, i create i scrater chart, but the resullt didin"t displayed the SQL query is tested in other chart (pie, ...) and it works correctly. Any suggestions. Regards.