Creating reports using oracle application server

Hello All,
I am a complete newbie with Oracle Application Server(OAS) and Oracle reports. My task is to generate HTML and PDF reports using OAS. The current application has a aspx pages(ASP.NET as front end) which calls a third party tool Fast Radar Report which fetches data as per the user need(like month, day, year, product name....) and displays it in a grid format. I have to remove the FastRadar part and use OAS's OracleAS Reports Services components to generate those reports
I went through chapter 12 of Oracle.Application.Server.10g.Essentials by OReilly 2004 edition
It briefly glances through that part. But, it seems to mention about Oracle Reports something like "Oracle Reports has a wizard-based frontend called Oracle Reports Developer that can build reports. Oracle Reports Developer is part of the Oracle Developer Suite. The reports created with Oracle Reports Developer can be deployed to the Web using OracleAS Reports Services support in Oracle Application Server."
I am unclear what to do. Do I need to create the report format in Oracle Reports using wizard-based frontend called Oracle Reports Developer and then deploy it using OracleAS Reports Services?
Or, is there a way to create the report format using OracleAS Reports Services without using Oracle Reports. I am told we have just OAS installed, don't know if Oracle reports is installed or not as it is done on a remote site.
Any suggestions would be highly appreciated.
Thanks a lot.

Hi,
One has to develop reports using Oracle Reports developer and then has to deploy it into the application server. To do so you need the Oracle developer suite installed, this has wizards which can be used to develop reports.
This link might help you http://www.oracle.com/technology/products/reports/index.html.
Mark it if it helps

Similar Messages

  • Installation of forms reports and oracle application server 10g

    Hi,
    I have been using client server till now, now planning to move to 10g. Got the developer suite 10g.
    Tell me how and where to install forms/reports and Oracle application server... I mean forms reports should be on developer PC then what about application server? should it be on a different dedicated server? or can i have it on database server?
    in case, if I install application server on one server and database is on another server then what about forms and reports?
    please tell me which is the right option?

    cypdon99 wrote:
    Hi,
    I have been using client server till now, now planning to move to 10g. Got the developer suite 10g.
    Tell me how and where to install forms/reports and Oracle application server... I mean forms reports should be on developer PC then what about application server? should it be on a different dedicated server? or can i have it on database server?
    in case, if I install application server on one server and database is on another server then what about forms and reports?
    please tell me which is the right option?Ideally, you should have two separate server machines.
    One for the database server.
    One for the Application Server.
    The Application Server is basically used for hosting your forms and reports, so you dont have to place the forms and reports on the developer PC or at any other server.
    best regards
    http://fahdmirza.blogspot.com

  • Workspace Issue Using Oracle Application Server

    Dear All,
    I've configured my Workspace using Oracle Application Server and now I can login to my workspace through this url http://<servername>:7777/workspace/.
    But somehow, at my workspace home, I cannot find the folder or Explore inside, which is to see my Financial Reporting.
    I'm login using admin and the privileged is already for administrator.
    Is there anyone ever face this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 on

    hello and hi alls,
    I and two tire method , one for database and one for application server. i connect to databse ,but am i does not unserstand how deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 ,pls
    help me
    Reagrd
    Mahr Haider Iqbal
    Functional & Technical Consultant

    Hi,
    Well you just need to create a directory in paste your forms there, and then make an entry in the formsweb.cfg file and forms.conf files. Likewise there are entries for the images and report.
    http://download.oracle.com/docs/cd/B28638_01//doc/frs/forms/B14032_03/basics002.htm
    regards

  • How to create clustering on oracle application server on windows

    hi,
    i want to know how can i create clustering on oracle application server on windows machine.
    regards

    I think that you need to configure Web cache for this as a frontend, and two or more servers behind it.
    Try to read :
    Metalink DOC ID 312834.1
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/advancedformsconf-128186.pdf
    Edited by: Marcos_Pawloski on 15/12/2010 00:02

  • Steps to create a new Oracle Application server

    I am in unfamiliar territory and need to create a new Oracle Application Server. I would appreciate any direction or direction to documentation that explains the steps required to establish a new server. Thanks.

    William,
    Have you looked at the Portal section on OTN? We recently added a whole bunch of information under the documentation section.
    It can be found by clicking on Internet Servers under the Products heading on the left hand navigation bar. That page will have a section for Oracle9i Application Server and under that you will see Related Features & Products where there is a link to Portal.
    Rich

  • Workspace Congifuration Using Oracle Application Server

    Hi All,
    Is there some of you ever try to configure the Hyperion Workspace 9.3.1 using Oracle Application Server 10.1.3.1.0..??
    I've tried, but it seem like failed. I cannot access the workspace at all.
    I did some configuration in this part :
    - Workspace - Administration - Server Properties
    - configure the portlet.xml at <>\Workspace\applications\Workspace\workspace\WEB-INF\
    - change the config.bat at D:\Hyperion\BIPlus\bin
    Any suggestion for this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Deploying Oracle Reports in Oracle Application Server

    i have installed Oracle Developer Suit for oracle Report Builder and also installed Oracle 9i AS successfully.
    I am creating a report in report builder in JSP format. I want to deploy it to oracle application server, can anybody help me in doing this......
    Thanks

    Hi,
    Please check the following doc,
    http://download-uk.oracle.com/docs/html/B10314_01/pbr_run.htm#1008765
    Hope this helps
    - vinayak

  • ORA-44356 when running report from Oracle Application Server 10g

    All,
    We have some reports that we developed using Reports Builder 10g. We use a few program units that run with every record that use the exec_sql package to run dynamic sql in a remote database. Everything runs fine when we test the reports in Reports Builder. After we compile the reports into the .rep format and place them on our Oracle Application Server 10g portal instance, we are running into the subject error when we try to run the report from the website. From the research that I've done, it seems that this error has to do with the use of exec_sql, but there is not too much info on the web regarding this error number. Running a trace when running the report in Reports Builder doesn't show any errors, and to further complicate things, this error only occurs on some reports...others that use the exec_sql package work fine.
    Does anyone have any ideas as to why this might be happening?
    Thanks for your help,
    Tom

    Nothing is different between the reports in the exec_sql section. The strange part is that the reports will bomb out seemingly at random, at different times, and during the execution of different program units. I was able to find a work-around using DB Links, but I'd rather not use the DB Link if I can avoid it.

  • How to create URL in Oracle Application Server ?

    Hello,
    I would like to know how to create a URL in Oracle Application server (LINUX) so that our application can be invoked from each and every machine in our
    local hosting.I expect a quick reply.

    You question is not so clear. Basically, after installing infrastructure and middle-tier instances, you can simple run http://localhost:port/appication from any web browser.
    If not, what is your requirements?
    Jaffar

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve
    my PSP Web Page. If there is no way-out I will have to use
    Oracle 9iAS. I tried to find Documentation on mod_plsql, but
    could not find any (including mod_plsql).
    Thanks!!!

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Why do we use oracle application server

    I need to understand oracle application server.

    Hans Forbrich wrote:
    <snip>
    Note that it's all about controlling costs. And they are finding App Servers have their own cost - in programming and administrative complexity.And the pendulum swings. Having started my IT career on IBM mainframes when PC's were still just a hobbyist's curiosity, it's always been somewhat amusing to me to watch the growth of the PC and how the younger generation of IT "professionals" (yes, I deliberately use the term loosely) discover, then struggle to solve, problems that were solved on the mainframe decades ago. Problems of load balancing, multi-user data access, version control, configuration control, etc. etc. etc.
    I'll spare the "war stories". Just thought your comment that I retained above was a bit thought provoking - that "there is nothing new under the sun"
    ;-)

  • Using Oracle Application Server -- PHP 4.3 - oci8 -- How to connect to db?

    Hi All,
    We are running php from Oracle Application server, which means Php version 4.3.
    All of the example connection strings I am finding use oci_connect, which is not available in this version.
    Can someone provide an example that we could use to connect to an Oracle DB from php for this version?
    Much thanks,
    ~Chris

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Error creating connection to Oracle Application Server 10g(10.1.3)

    Hey
    Im using Oracle JDeveloper 10g and when i tried to create a new connection to Oracle App Server 10.1.3 and test it, I received the following error message
    Error while parsing OPMN dump in XML format: XML Parse Exception: tag=[null] Ran out of data, content []
    I have no idea what this means and any help on this will be highly appreciated. Thank you
    Arjhun

    OK, in short:
    Cause: Wrong OPMN request port used to configure the connection (third step of "Create Application Server Connection" wizard). You might have kept the default (6003) but your OPMN is configured with different request port.
    Solution: Check $ORACLE_HOME/opmn/conf/opmn.xml file and look for entry like this:
    <port local="6140" remote="6240" request="6040" />
    Create the connection using OPMN request port that is set in opmn.xml file.
    Thanks
    Shail

  • Login error with correct u/p using Oracle Application Server / BPEL

    Hello,
    We are using Oracle 11g and BPEL 10.1.3.4. We had everything working fine until earlier this week. We were receiving an exception when accessing the database from our BPEL process.
    Unable to establish connection to "iCareConnectionPool". Error message: Exception occurred testing connection. Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied.
    I went into the Application Server control and tested the data source and connection pool and they both failed with the login error. The userid and password being submitted is correct. I checked the data-source.xml file and the id/password looked good. Here are the steps I performed.
    On BPEL server:
    1)     Deleted connection pool iCareConnectionPool, data source, iCareDataSource, and removed /eis/db/iCareDataSource from the DBAdapter.
    2)     Created new connection pool – iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Modified connection pool to IDS and it failed.
    7)     Modified connection pool to jimc and it worked.
    On Database:
    1)     Created new schema/user ICAREIDS
    2)     Connected using SQL Developer and I could connect
    On BPEL Server:
    1)     Deleted connection pool
    2)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    3)     The connection pool test was successful. Clicked finish to create connection pool
    4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    5)     Modified connection pool to use IDS2 and it worked.
    6)     Created new connection pool TestPool – same results
    7)     Tried jdbc:oracle:thin:@//<host>:1521/ORCL - same results
    On my local system BPEL server:
    1)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
    2)     The connection pool test was successful. Clicked finish to create connection pool
    3)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
    4)     Modified connection pool to use IDS2 and it worked.
    5)     Modified connection pool to use ICAREIDS and it failed.
    Since it failed on two different BPEL server's, I am wondering if it is something with the database. I can connect using existing schema's but not IDS or any new schemas. However, I can connect to any schema using any other tool like SQL Developer.
    Can anyone provide an insight as to what could be happening here.
    Thanks,
    Jim

    I found the problem and wanted to pass on the solution in case any one else runs into this problem.
    With Oracle Database 11g the passwords are now case sensitive. Because the BPEL server is using 10g drivers the login fails if you have capital letters in your password.

Maybe you are looking for

  • How do I use a stylus to take notes in PDFs?

    Hey everyone, I recieved a Samsung Windows 8 tablet (includes a stylus pen) and I'm trying to use it for notes. Many of my professors post notes online that you then take to class and then fill in the blanks with example equations or details. These a

  • Does the Apple USB Ethernet Adapter work with a MacBook Air that's been updated to Lion?

    I saw a comment at the online Apple store that the USB Ethernet Adapter didn't work with Lion. Anyone else have experience with the adapter?

  • Type Mismatch error in apex_interactive_reports_4_0.js

    Hi all, I have an APEX app that I had to embed inside a frame of a larger Java-based application. Works fine -- but I just noticed that when I try to put together a graph via the Actions menu on an Interactive Report, it doesn't work, I get the littl

  • How to set the source property of image control dynamically?

    Hi,   I have different fxg files which I want to display in a list. For each row in the List, I define which fxg file to be displayed in my database. I need to know how to set the image1.source = (the fxg path) as a string from database? Is there any

  • New columns and tables

    Hello All, I need to know the new created tables on my database and the added columns: I used the below query so i can get the NEW created tables select * from dba_objects d where to_date(d.created,'dd/mm/yyyy') = to_Date(sysdate-1,'dd/mm/yyyy')  and