Parsing a string in Oracle Reports Developer

What this will be used for is just to have a web page allow input of the name and PID so that a simple printout of those items will show up on the .rdf.
I have a string named "Remote_Host" stored in a txt file:
https://my.portal.shands.ufl.edu/portal/page/portal/SHCEMPAUTH&fNAME=ITH,MARY&PID=100000958135
What I need from that string is Name =ITH,MARY AND PID = 100000958135
How do I do this in Oracle Reports developer utilizing the progam unit?

user2033058 wrote:
I appreciate your help - I am new to this so I really don't know what I am doing.
This is what I have - Let me know if it is correct. Currently when I compile it there is an error stating: Encountered the symbol ">" when expecting %Well hopefully my other example has made it a little clearer for you.
Please note, when you post code on the forum, put {noformat}{noformat} before and after the code so that it keeps it's formatting properly.  ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Calling a Web Service in Oracle Report Developer 10g?

    Hello,
    Does Oracle Report Developer 10g supports Web Services (calls) or XML files as a Data Source?
    If yes. From what version?
    Thanks.

    ok, so you have at least 2 solutions:
    1. you get the data into a loop through your Java array.
    2. you use the EXEC_SQL package function to create a dynamic SQL cursor
       Select ... from the_table where code in ('c1', ..., 'cn')Francois

  • Trying to order oracle reports developer/server 6i

    Does anybody know what's the part number for ordering
    Oracle Reports Developer/Server 6i or know where i can get the information? I need Reports builder for NT and Reports Server for Sun Solaris. I've tried to search tru Oracle online store and was not succesfull.
    Thanks in advance!
    Durand Kwok

    Patch 11 has not released yet.
    You can find patch 10 from metalink site, click patches button on the left, type in 2356680 for the patch number. (aru ID:1703176 Patchset::2356680)
    Thanks,
    -Shaun

  • Guide Oracle Reports Developer 10g: Build Reports

    Hello ...
    I'm doing the guide Oracle Reports Developer 10g: Build Reports
    and practices begin cuando not find files like ("p2q2.jsp, p2q3.rdf, p2q4.jsp, p2q5.jsp, p2q6.rdf, p2q7.rdf")
    Can someone help me and tell me where I can find them ...
    Sorry for my English poor quality ......
    thanks hope prompt response ....
    Edited by: 991659 on 4/03/2013 07:58 AM
    Edited by: 991659 on 4/03/2013 08:04 AM

    Hello,
    summit database files
    Regards

  • Oracle Reports Developer 10g schema missing

    Hi All:
    I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.
    Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course.
    I needed the schemas for the following tables:
    CUSTOMERS
    ORDERS
    ORDER_ITEMS
    WAREHOUSES
    INVENTORIES
    PRODUCT_INFORMATION
    PRODUCT_DESCRIPTIONS
    ONLINE_MEDIA
    PRINT_MEDIA
    Any help or hint where I can find the sql scripts for this schema is greatly appreciated it.
    Yours,
    Frustrated.

    Hello,
    summit database files
    Regards

  • Oracle Reports Developer 6i - sample data tables

    I downloaded and installed all the components of Oracle Reports 6i on my PC. When I look at the Oracle Reports Developer manual (building reports.pdf) it is referring to a database tables like stocks, stock_history etc. I am trying to learn how to use the tool using this manual. Aren't the sql scripts that create those tables and load the sample data a part of the installation. Am I missing anything. I will appreciate any input. Again, I did a full install by selecting all the components and not just a typical install.
    Thanks in advance.

    Hi Suresh
    Try locating these tables in scott schema. If you don't find it there, try locating the scripts to create this table in Oracle Database installation folder.
    Regards
    Sripathy

  • Oracle reports developer

    hi,
    i am using jdevstudio10132 and i want to use oracle Reports developer but i didn't find it.
    can any one help me

    Hi,
    the Reports Developer is only available in the Developer Suite release, not in the JDeveloper stand-alone version
    Frank

  • Schema for Oracle Report Developer 10G Course

    Hi All:
    I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.
    Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course.
    I needed the schemas for the following tables:
    CUSTOMERS
    ORDERS
    ORDER_ITEMS
    WAREHOUSES
    INVENTORIES
    PRODUCT_INFORMATION
    PRODUCT_DESCRIPTIONS
    ONLINE_MEDIA
    PRINT_MEDIA
    Any help or hint where I can find the sql scripts for this schema is greatly appreciated it.
    Yours,
    Frustrated.

    duplicate post. Also, check your post in the Reports-forum, there is already an answer.

  • Oracle reports developer 11g java.lang.NoClassDefFoundError oracle/xml/parser/v2/XMLParserException

    Hi All,
    Need expertise help to resolve the issue I am getting with Oracle Report builder.
    I have installed and configured Oracle Forms and Reports Builder 11g  on my Windows 7 & 64 bit machine.
    Oracle Forms are working fine and I am getting an error while I am launching the Oracle Report Builder.
    It says
    The error is;
    java.lang.NoClassDefFoundError:
    oracle/xml/parser/v2/XMLParserException
    once I close th eabove error window, then it says java.lang.NullPOinterException.
    I have done all modifications to Middleware\as_1\bin rwbuilder.bat file as below
    @echo off
    @echo INFO: The Reports Builder is only supported on the Linux x86 and Windows x86 operating systems, for further information, please refer to the Release Notes ...
    @echo Starting Reports 11g Builder...
    setlocal
    call C:\Oracle\Middleware\asinst_1\config\reports\bin\reports.bat
    @echo on
    start C:\Oracle\Middleware\as_1\bin\rwbuilder.exe %*
    @echo off
    endlocal
    :end
    @echo on
    But report builder is not working. (Error comes when launching the Report Builder ).
    Quick support is highly appreciated.
    Thanks
    Muditha

    Hi All,
    Need expertise help to resolve the issue I am getting with Oracle Report builder.
    I have installed and configured Oracle Forms and Reports Builder 11g  on my Windows 7 & 64 bit machine.
    Oracle Forms are working fine and I am getting an error while I am launching the Oracle Report Builder.
    It says
    The error is;
    java.lang.NoClassDefFoundError:
    oracle/xml/parser/v2/XMLParserException
    once I close th eabove error window, then it says java.lang.NullPOinterException.
    I have done all modifications to Middleware\as_1\bin rwbuilder.bat file as below
    @echo off
    @echo INFO: The Reports Builder is only supported on the Linux x86 and Windows x86 operating systems, for further information, please refer to the Release Notes ...
    @echo Starting Reports 11g Builder...
    setlocal
    call C:\Oracle\Middleware\asinst_1\config\reports\bin\reports.bat
    @echo on
    start C:\Oracle\Middleware\as_1\bin\rwbuilder.exe %*
    @echo off
    endlocal
    :end
    @echo on
    But report builder is not working. (Error comes when launching the Report Builder ).
    Quick support is highly appreciated.
    Thanks
    Muditha

  • General oracle report development scenarios

    Hi
    I need to develop oracle reports as part of my assignment .
    I am looking for some report development examples or scenarios to generate reports using oracle 10g reports developer tool.
    Any site or link or any info would be greatly appreciated.
    Thanks
    Dave

    It is the tasks i am looking for that a report developer usually performsI'm not sure what you looking for. A report developer creates reports. Oracle Reports is just a tool for that task. It would be the same task as for a developer in Jasper Reports, BI Publisher, Cognos, Business Objects or any other reporting tool.
    Basically:
    Based on the requirements you design a layout and see what data you need. This is just the analysis phase, no programming here yet.
    For this data you create a data model (the queries). I prefer to create the queries as much as possible as database views, to keep the report itself as simple as possible.
    From this data model you create the layout model.

  • Which blogs or sites useful to practice oracle reports developer

    HI,
    am new to oracle reports and forms developer  can anyone tell us the how the best way to practice the D2K(Form& Reports)

    Is there any other way of installing just Forms and Reports tools?No, you have to install everything in order to get Forms and Reports.
    Craig...

  • Fast Formula in Oracle Report Developer

    How I can use the fastformula calculation in oracle Report Developer

    you cannot use the fast formula in reports but there are some seeded package-procedure/functions which get the same. Check for the package
    pay_us_pto_accrualAlso check for the followng packages:
    select * from dba_objects
    where object_type = 'PACKAGE'
    and object_name like '%PTO%ACCRUAL%';Edited by: 936671 on Jul 20, 2012 8:55 PM

  • Oracle Reports Developer demo tables

    I downloaded the Forms 6i from OTN. How can I get the script that i can use to create the database.
    I know we get it with the demo CD but what about when i download.
    Thanks

    Thanks for your help.
    Reports documentation uses the table VIDEO_CATEGORY_BY_QTR
    ,STOCKS for building reports on Web.These are the demo tables. I couldn't find the script to create the tables and load them with data.I downloaded reports 6i from Oracle website.
    Could someone please help me how i can obtain these tables. I couldn't find them in the products installed . I tried all the .sql files to get these tables.
    thanX

  • Output does NOT match the layout in Oracle Report Developer

    Good afternoon,
    I am extremely frustrated. I have been designing a report that has boilerplate text that is a list of questions and possible answers. Those choices typically are "Not Answered", "Yes","No", and "Unknown". I placed a box beside each choice and place a capital X in the appropriate box, based on the results in the database. When I run the report, the text overlays text above, the grey boxes do not show and in general, the output doesn't match the layout.
    Sometimes, the questions may relate to other things and there may be as many as 10 or 12 choices. Some of those choices will be exclusive (only 1 of the 10) other times, the answer would be a "Check all that apply" type of condition.
    It appears to happen when a report reaches a certain level of complexity although I can't determine just where that threshold is at.
    I can't seem to paste an image here to show the layout and the results.
    Has anyone else experienced this? Anyone have any idea what I can do to fix this?
    I've opened an SR with Oracle Support, but don't expect a quick answser.
    Thanks,
    Don.

    DC,
    EUREKA!!! It works. DC, you rock. Oracle Support is still stewing about this one. I'll update my SR to let them know. It seems a silly thing, but the "biggest" change I made was changing the 'X' from a fixed-based-font to a variable-font (was courier and I changed to Times New Roman and selected a smaller font size). Although, just for insurance, I expanded the box a tad also.
    Thanks. It shouldn't be this hard, but sometimes, it is.
    ps: I'm a 'DC' also, whatever that's worth...
    Don.

  • Can any one share the Oracle Reports 6i Developer demo table scripts?

    Hi,
    I have to learn the Report 6i for my office project, I have installed the report 6i developer but I could not get the Demo CD, can any one share the Scripts for table (viz. Stock, stock_history , indcat ) creation and also the insert script for data population or provide the URLs where I can find the same.
    thanking you in advance.
    regards,
    Sham.

    Hi Denis,
    Thanks for the reply, I have the setup for forms and reports 6i, what i was looking is the script to create the tables used in the
    Oracle® Reports Developer
    Building Reports
    Release 6i
    January, 2000
    Part No. A73172-01
    the table names are stocks, indcat etc, generally these demo script come along with the demo CD provided by oracle as i don't have the CD i am looking for these table creation script. if you have these scripts kindly share the same with me.
    regards,
    Sham.

Maybe you are looking for

  • Thunderbolt splitter

    This is again another Thunderbolt splitter thread, as I haven't found the answer to my specific situation. I'm working with music production equipment and would need to plug in my firewire soundcard and a fast external hard drive to my MBP, which has

  • ORA-01785

    Hi, Can anyone help me with this error - ORA-01785: ORDER BY item must be the number of a SELECT-list expression Both queries are running fine individually so i am quite confused. select oh.client_id,        oh.customer_id,        oh.name,        to_

  • MacBook Pro is running very slow

    Hi, I have a MacBook Pro i5 2.46 GHz with OS X 10.9.4 and Parallels 9 on it. It has been getting slower and slower in the last months, and by now it is almost impossible to work on it. Could this be a problem with Parallels? I attach the Etrecheck re

  • Export JPEGS as PDF out of iPhoto

    I have in albums many images of documentrs.  They are named properly contract rent (6 images), etc,  I would like to make a PDF rather than have 6 jpeg

  • Hard Drive Invalid node structure - Disk Utility Repair Failed -

    Disk Utility returns Invalid node structure (4, 27237) Repair Failed Unable to unmount Drive I can still boot from the drive. So should I start looking for a new hard drive? or is the problem not that serious. Thanks