Oracle 8.1.6.0.0 + discoverer

I have a server Oracle 8.1.6.0.0 with 5 databases.
Can I install Oracle discoverer to obtain reports from my databases?

Hi,
for reporting at the web, there is Oracle Discoverer 4i availible. You can do many things with this tool over the web.
Actual i'm working on a project with Discoverer 3.1, it works also fine with 8.1.6.x.
Try it!

Similar Messages

  • Customised Oracle Application and access to roles - Discoverer 10.1.2.0.2

    Hi Gurus!
    We are developing a customised Oracle application where we have users and roles...user - role mapping is done in the system administration module of the application.
    Now, we are also developing Oracle discoverer reports based on this. Using 10g (10.1.2.0.2) for that.
    When I am creating an EUL, I select 'New EUL for Oracle Applications users only' option, but, I do not have any 'FND schema' to specify. That's where I'm stuck up!
    I want to give access to the 'roles' in tha same manner as I would give to the 'responsibilities' in Oracle Apps. But, I don't know how to do it here.
    Can someone guide me on this?
    Thanks and regards,
    Aparna

    Hi Aparna
    If your application is not E-Business Suite you cannot install Discoverer into Apps mode. This mode is reserved for applications which are E-Business Suite, which basically tells Discoverer to use authenticate users using the FND tables owned by the APPLSYS user.
    In your case, even though you appear to be using Oracle applications, because you want to take advantage of your roles you will have to install Discoverer into standard mode. As you are creating your EUL you need to uncheck the box which says grant access to PUBLIC and make this a private EUL. Then you will not have the headache of worrying about setting up new users. You simply manage what a role can do (Tools | Privileges) and what a role has access to (Tools | Security).
    Now, when any any user connects to Discoverer their role will be evaluated and access will be restricted.
    You can do the same thing using a PUBLIC EUL, except you need to reduce what that user can do (Tools | Privileges) to an absolute minimum, and then take control of this using roles. For example, you could have a set of functional roles, one each for say AP, AR, GL and so on, but you could further break this down by privilege, thus you could have roles called AP Viewer, AP User, AR Viewer, AR User and so on. The User roles would have full access while the Viewer roles would have a much reduced set of privileges.
    You are basically setting up the Library approach that I discuss in my Discoverer 10g Handbook and in my white paper which you will find on my downloads page here: http://learndiscoverer.com/downloads/downloads.htm.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Importing Oracle sqldeveloper 1.1 reports into Discoverer

    Hi All,
    I am new to Discoverer and i have a report file in XML format of Oracle SQL Developer 1.1. Can I import the report file into Discoverer and use them ? Is there any thing i need to take care of ??
    Regards,
    Sam.

    What you're describing really doesn't exist. You'll have to build business areas, folders, etc. that point to the tables / views, etc. that you're using for SQL Dev. Then set up users, privs, security, etc. in an EUL that you build. Then create workbooks pointing to those business areas, folders, etc.
    So, it really isn't a case of just importing XML or SQL and going from there.
    Russ

  • Discoverer Plus associate with the Oracle Application Server Infrastructure

    Hi Everyone,
    I just install the Oracle BI (v 10.1.2.0.2) into my 2003 server so I could use the Discoverer Plus and Viewer. This is a stand alone BI installation (I guess, I have little knowledge about Discoverer plus or Oracle AS).
    My question is how could I connect the Discoverer plus to my ODS database, so I could create report or view report.
    and where to find the Oracle Application Server Infrastructure (or How do I know I have the Oracle Application Server Infrastructure?)
    I read the Oracle BI Discoverer Configuration Guide, and it tell me to associate the Oracle BI with the Oracle Application Server Infrastructure to deploy the Discoverer. so I went to the BI Application Server Control page, the Infrastructure section, the Identity Management to configure the Internet Directory, so I could I have the public connection, but it didn't work.
    Also do I real need the Oracle AS Infrastructure to make the Discoverer Plus work?
    Thanks in advance
    Kevin C
    Kevin
    Edited by: cmingl on Feb 11, 2010 1:30 PM

    Hi Kevin,
    Oracle AS Infrastructure is needed only if you are implementing SSO for Discoverer or using Public connection .
    Else only Oracle AS Middle tier is sufficient to work with Discoverer Plus .
    Regarding "how could I connect the Discoverer plus to my ODS database, so I could create report or view report"
    You need to create the End User Layer (EUL) and then grant privilege to the EUL to users who will be creating the report .
    Thanks,
    Sutirtha

  • Use different JRE versions in Oracle Discoverer 10g(10.1.2.0)

    Hello.
    We have a Oracle Forms application which also uses Discoverer Plus and Reports.
    Problem is we have some user clients who uses XP/IE 6.0 while otheres has Vista IE 8.0.
    Based on here
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BABGCBHA
    depending on OS/browser different plugin versions are required. If we
    Can we have different JRE versions in separate clients? Kinda confused with the matrix.

    Hi;
    Please check below which could be helpful for your issue:
    Overview of Using Java with Oracle E-Business Suite Release 12 [ID 418664.1]
    Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1]
    Oracle Jinitiator and Sun JRE/JPI Support for Oracle Forms Applications [ID 555720.1]
    Regard
    Helios

  • SUPER URGENT - I can't connect Discoverer with my own Oracle Data Base

    Please sobebody help me!
    I've installed Oracle9i Personal, but I can't connect to Discoverer with it.
    When I put the "username" , "password" and the "name of the bank" the system
    returns the message:
    'I was not able define the name of the service'
    What must I do???
    How can I configure the 'Oracle 9i Personal' to connect to Discoverer 4?

    I have highlighted your error. You are trying to invoke a method over a null object.
    Hi,
    Is that something wrong with my db connection? Why I
    can't insert the data to the db. By the way, I using
    Tomcat 3.1, oracle enterprise 8.1.7 and JDK1.3
    <html>
    <head>
    <basefont face="Arial">
    <%@ page language="java" import="java.sql.*" %>
    <%!
    //define variable
    String UId;
    String FName;
    String LName;
    String city;
    String phone;
    String conn;
    %>
    <table border="2" cellspacing="2" cellpadding="5">
    <tr>
    <td><b>Owener</b></td>
    <td><b>First Name</b></td>
    <td><b>Last Name</b></td>
    </tr>
    <%
    Connection connection = null;
    Statement statement = null;
    ResultSet results = null;
    Statement SQLStatement =
    connection.createStatement();
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String url =
    "jdbc:oracle:oci8@administrator:1521:mylogo";
    connection = DriverManager.getConnection(url,
    "sysman", "manager");
    statement = connection.createStatement();
    String Query = "SELECT * FROM USER";
    ResultSet SQLResult =
    SQLStatement.executeQuery(Query);
    while(SQLResult.next())
    UId = SQLResult.getString("LNAME");
    FName = SQLResult.getString("FNAME");
    LName = SQLResult.getString("DEPT");
    city = SQLResult.getString("TITLE");
    phone = SQLResult.getString("TEL");
    out.println("<tr><td>" + UId + "</td></td>" + FName
    me + "</td><td>" + LName
    +"</td><td>" + city + "</td><td>" + phone +"
    +" </td>");
    %>
    <td> <a
    a href="delete.jsp?uid=<%=UId%>">delete</a></td>
    <td> <a
    a href="editform.jsp?uid=<%=UId%>">edit</a></td>
    <td> <a href="insert.htm">Insert</a></td>
    <tr>
    <%
    //close connection
    SQLResult.close();
    SQLStatement.close();
    connection.close();
    %>
    </table>
    </body>
    </html>
    Any help is appreciated !

  • How to Install and Configure Discoverer with Oracle EBS R12

    Hi,
    We are using ,
    Oracle EBS Application Version: 12.1.1
    Operating System Version : OEL 5.6
    Database Version : 11.1.0.7
    We want to install Discoverer on Server where EBS R12 is installed. After doing initial analysis found that we need to install Application Server before installing Discoverer.. Is it right ?
    If yes then which Application Server version we need to download? can anyone post guidelines about Application Server version, place from where i can download it and installation guide ?
    Thanks,
    Priyanka

    Thanks to all of you for your valuable guidance.. We are planning to install WLS. Meanwhile i came across one document saying EUL is pre-installed for Vision instance.
    For connecting to EUL_US i have installed Discoverer Administrator and Deskop (10.1.2) on my win 7 machine. After that did following steps,
    1. Create folder under ORACLE_HOME (D:\oracle\BIToolsHome_1\secure)
    2. Copied DBC file from $INST_TOP/appl/fnd/12.0.0/secure to "D:\oracle\BIToolsHome_1\secure" folder
    3. Copied TNS entry of EBS R12 at tnsnames.ora file
    4. Created environment variables FND_SECURE (D:\oracle\BIToolsHome_1\secure) and FND_TOP (D:\oracle\BIToolsHome_1)
    Tried to connect to Discoverer Administrator using Database User like SYSTEM and able to connect. But when tried connecting to Discoverer Administrator or Desktop using Application user then got following error,
    "Unable to connect to: cbrown@vis
    Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password"
    After doing some analysis on this error using Metalink and Forum made following changes,
    1. Set System Profile value "Signon Password Case" to "Insensitive".
    2. Updated value if the parameter "s_aapserverid_authenticate" from "SECURE" to "OFF" in context file and after that executed autoconfig.
    Still not able to resolve the issue.. Can anyone guide me on this ?? So that i will be able to access Discoverer Desktop using my Vision instance Application users.
    Regards,
    Priyanka

  • Discoverer and Oracle 9i Olap Option

    Hello,
    I have a question regarding Discoverer and OLAP option in Oracle 9i. Is it required to buy OLAP Option
    with Oracle9i when using 9iAS Discoverer or can I use it without this option?
    As I know Oracle BI Beans make use of 9i OLAP Option and Discoverer Graphs use Graph Component of BI
    Beans, so how this situation concerns OLAP Option (I haven't found any information that OLAP Option is required to use Discoverer)?
    Regards,
    Aleksander Miler

    Hi,
    Oracle OLAP is a multidimensional database on the top of the Oracle 9i database. It works like Oracle Express(MOLAP server).
    Anyway, you don't need to install Oracle OLAP option when you use Discoverer.
    Regards,
    Sangeun Ju

  • Discoverer viewer without oracle application server

    Hi,
    has anybody heard, how to use the discoverer viewer with
    another application server (than oracle).
    since j2ee is a standard there schould be a way.
    our administrators will not look after another
    application server, just to get some reports.
    so i have to get it running on a non-oracle-application server (or worst case: choose another reporting tool)
    thanks,
    Udo

    Discoverer is available and ships as a component of Oracle Application Server. Oracle Application Server via Oracle HTTP Server provides a proxy capability to support other web servers such as Netscape iPlanet and Microsoft IIS. The proxy capability will enable client applications to directly route requests to their native web server and these then get routed to Oracle Application Server and the Oracle HTTP Server. For detailed information on support for these web servers please refer to Oracle Application Server documentation.
    Regards
    Discoverer Technical Team

  • Invalid username/password.  when trying to connect to oracle discoverer

    Hi All,
    Today when i try to connect to discoverer using oracle apps user and password.
    I am getting an error.
    Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password.
    I was able to connect previously. Please help me on this.
    discoverer version:11.1.1.4.0
    Apps version : 12.1.3
    db version : 11.2.0.3
    Please suggest.
    Thanks and Regards,

    Was this working before? If yes, any changes been done recently?
    Was the dbc file recreated recently?
    Please see these docs/links.
    After Cloning Oracle Applications And Resetting APPS Password, Discoverer 10g/11g Fails With Error: Unable To Connect To Oracle Applications Database (afscpgcs) [ID 788706.1]
    Apps User Logging Into Discoverer Plus/Viewer Get Error "A connection error has occurred. -Unable to connect to Oracle Applications database: Your password has expired." [ID 871384.1]
    Getting Invalid Username/Password While Running Adupdeul On E-Business Suite R12 [ID 562876.1]
    Attempting to Import Discoverer EUL through adupdeul, returns the error "Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password" [ID 1243866.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27Unable+to+connect+to+Oracle+Applications+database%27&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Discoverer support Oracle 9i OLAP engine

    Hi,
    Do anyone knows Discoverer supports Oracle 9i OLAP?
    Pls advise.
    Thanks
    Winson

    Hi,
    Oracle OLAP is a multidimensional database on the top of the Oracle 9i database. It works like Oracle Express(MOLAP server).
    Anyway, you don't need to install Oracle OLAP option when you use Discoverer.
    Regards,
    Sangeun Ju

  • Using Discoverer 10.1.2 with Oracle E-Business Suite 11i

    Hi,
    We have installed 11.5.10.2 on Linux, and developer need to use Discoverer 10.1.2 with Oracle EBS 11i.
    I have downloade the latest veriosn for Discoverer and othe two patches Patchset 4960210 and Patch 5985072 .
    After these steps do i need to Install the Oracle Application Server 10g to use Discoverer 10.1.2 with Oracle EBS 11i.
    Can some one pls guide me on this...
    Thanks,

    But i have not uderstood the where to install the Oracle Application Server 10g on Oracle EBS 11i or it Can be install on Stand alone machin for safer side. You can install it on a standalone server OR in a separate Oracle Business Intelligence Server 10g Release 2 (10.1.2) ORACLE_HOME on an existing application tier server node.
    Also can it be install on the Windows machin as our EBS 11i installed on Linux Platform.Can be installed on any OS (as long as it is supported).

  • Oracle Apps Responsibility Significance in Discoverer

    Can anybody explain me the significance of selecting oracle applications responsibility while logging into Discoverer Plus?
    RM

    Yes ... and no.
    You really don't want to share a workbook (IMHO) with an Oracle Apps user as it get's confusing. One of the reasons is - and this took me a while to learn - is that Discoverer will always take the highest (ie: most powerful) method to let a user see information.
    In otherwords, if a user logs in, any privs / security he can do as the responsibility he logged in with OR anything he can do with his Apps username he logged in with will be given him. It's really tough later on to determine if it was the responsiblity or the username that allowed him to see what / and do what. So, in client sites I've worked at, it's 98% secure (there's always one exception where apps doesn't want to set up a special responsibilty for just this one guy with multi-power) that ONLY responsibilties are used to be shared with / and privs (ie: what business areas they can see.
    Now remember - to your second question - you're only sharing reports and business areas with those responsibilities. The actual data may not be allowed to be see by those responsibilities. This is exactly what the BIS views do in some cases (ie: read financials intelligence) where the actual data is being filtered to the responsibility and therefore no info comes back. You can see this - and I've heard many a user says that BIS sucks - when NO DATA RETURNED comes back from someone trying to create a workbook against a folder in a BIS business area. Sure, you gave them privs to use the business area, sure you shared a report with them or not that you wrote - but at the view level in the database, their responsibility is not allowed to see the actual data.
    BIS / xx Intelligence is a whole entire other ballgame. You have to set stuff up in Oracle Apps, you have to 'generate' the BIS views (to pick up your organization's Oracle setups), you have to import the correct .eex file for the Apps version you're running into Disco Admin, and you have to perform a refresh - as the correct user (very important) to get the BIS views correctly into Discoverer with all the good stuff and security, etc.
    Hope this helps.
    Russ

  • Discoverer Plus for OLAP

    Hi....
    Our company had installed Oracle Application Server 10g and using Discoverer Plus 10g (10.1.2.48.18) and also creating the EUL as the data storage/mapping for our workbooks/reports.
    Our company has a plan to use Discoverer Plus for OLAP and already installed the discoverer catalog.
    How to create a connection using option "Connect To" OracleBI Discoverer for OLAP ?
    What is the diffrence between Discoverer Catalog and Analytic Workspace?
    What tools that we must use to create data for OLAP (to create some dimensions, measures etc)?
    Any Help will be appreciated
    Thanks,
    Handoko

    Hi Handoko,
    You can establish a connection from Discoverer Plus for OLAP, by specifying the database connect information in the form of HOST:PORT:SID (e.g MyServer.com:1521:orcl10g).
    The Discoverer OLAP catalog is used to store end-user reports and is installed and maintained using Application Server Control console. It allows you to install the catalog and authorize users to store reports in the catalog. The Analytic Workspace Manager is used to define your multi-dimensional model and load the data from source tables.
    Mark Rittman provides some indepth documentation, have a look at the link below :
    http://www.rittman.net/2004/11/29/understanding-the-role-of-the-olap-catalog/
    & Oracle’s info:
    http://www.oracle.com/technology/pub/articles/rittman_olap.html
    http://www.oracle.com/technology/products/bi/olap/viewlet/awm10g_viewlet_swf.html
    Hope this helps.
    Lance

  • LOVs in Discoverer

    I have a table that stores Cost Center and Description. I want to show an LOV like
    100 New York
    200 London
    300 Tokyo
    and then for the user to select the value 100 and for all data to be queried from account balances for cost center 100.
    Problem is how to show the Cost Center and Description on the LOV Parameter, but only use the Cost Center to query.
    Thanks
    iain

    From the looks of your problem it seems that you should setup your parameter items to associate them with indexed fields. See the doc for more information:
    See Ch 11 "Using parameters" in the Oracle® Business Intelligence Discoverer Plus User's Guide, 10g Release 2 (10.1.2.1), Part No B13915-04.
    Also see section titled "How to assign an indexed item to an item" from Ch 9 Maintaining items and item classes of the Oracle® Business Intelligence Discoverer Administration Guide, 10g Release 2 (10.1.2.1), Part No B13916-04
    Basically, when you associate an item with an indexed item (e.g. country_code is a field that is indexed, but it is country_name that you want to display to users to select. In this case you will associate country_code to country_name in Administrator and when defining a parameter for country check the box that states whether you want users to be able to select index or name values).
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Beans: http://www.oracle.com/technology/products/bib/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/

Maybe you are looking for

  • Showing image instead of flash for mobiles?

    I am just wondering if it is possible to show an image instead of flash content for mobiles? I want to allow the adobe sniffer to do its thing when it is people using pc and mac browsers and direct them to the plug in page to download the flash playe

  • Wrong production order connected to a sales order - how to change?

    Hello all! We are using ERP ECC6 - I now I'm in SCM but this has to do with PP and there was no other forum. I have following problem: After the MRP a production order was created for a sales order. Because of the production in another plant the prod

  • Deleting extra characters

    Is there a way to delete extra characters in a StringBuffer after the first occurance? For example, if I wanted to delete all comma's after the first occurance in a string, this seems to work:           if(custName.lastIndexOf(",") > custName.indexOf

  • Why can't I buy songs from Blutengel in Belgium?

    Some weeks ago, I could buy songs from them and now not anymore? What's going on in Belgium? Grtz, Zamba

  • Window that pops up

    Indesign 7.5. I go to open a document or to open InDesign. Either way, I get this strange window. It says "" could not be found. Do you want to postpone its recovery? Click yes to recover this document later. Click no to delete recovery data for this