Linking Answers in Oracle BI 10g/11g

Hi,
I designed an answer which has below columns:
Branch_Office Sales_Representative Sales_Quantity
Madrid Andres Sabrosa 125
Barcelona Junior Lopez 1000
Barcelona Gonzalez 200
Malaga Sergi Gomez 500
I want to put a link to the Sales Representative column.
When end user clicks to this column, a detail table should appear in the same place. ( if not applicable, in a popup)
This detail table should show customer names and sales dates.
How can I implement this?
Could you please advice any Oracle term or link to me? I do not how to search it?
byee

I am not sure what do you mean by first answer, but is prompted filter for sales_representative column required in the report navigating to.
SO when you click the link in the Sales Representative column of main report, it navigates to the report added and displays the details you required only for that Sales representative. It works like you select a prompt value in dashboard.
hope you understand well.

Similar Messages

  • Forward me the link for installing Oracle Client 10g on Windows 7 64-bit?

    Hi
    Can anybody send me the link for downloading Oracle Client 10g on Windows 7 64-bit?
    Regards

    Arizuddin wrote:
    Actually i installed TOAD for oracle v9.5 on laptop with Windows 7 ultimate
    it gives 'Cannot find OCI DLL: oci.dll'. It seems TOAD for Oracle is a 32-bit only app, which means that it requires a 32-bit Client.
    You might also want to stay away from installing Toad under "Program files (x86)".
    Consider taking a look at Oracle SQL Developer - a very good alternative to the toad.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/index.html
    For other questions specific to Toad, please see e.g. toadfororacle.com.

  • AIX 6 and Oracle database 10g/11g

    Dear All,
    We are planning to upgrade our OS from AIX 5.3 to AIX 6.1 and infact have upgraded couple of servers to 6.
    In light of cost saving/cutting, how can AIX 6 help reduce licensing fee for Oracle databases. In other words, we would like to look into possibilities of reducing Oracle database (10g/11g) licensing fee by upgrading OS to AIX 6.
    Will the new feature like CPU virtualization be helpful in this regard? Are there any other features which could be worth looking into?
    I would be grateful if any of you could shed some light on this.
    Regards

    Dear All,
    We are planning to upgrade our OS from AIX 5.3 to AIX 6.1 and infact have upgraded couple of servers to 6.
    In light of cost saving/cutting, how can AIX 6 help reduce licensing fee for Oracle databases. In other words, we would like to look into possibilities of reducing Oracle database (10g/11g) licensing fee by upgrading OS to AIX 6.
    Will the new feature like CPU virtualization be helpful in this regard? Are there any other features which could be worth looking into?
    I would be grateful if any of you could shed some light on this.
    Regards

  • Oracle 9i, 10g, 11g on same machine...11g not working....

    Hello All,
    I have a dilemma.
    I have a server that originally had 9i client installed.
    We installed 10g and ODP .Net to gain use of some new funcionality used in .Net and batch processing.
    Halfway through testing we realized that 10g's version of ODP.Net has a memory leak issue.
    11g was found to correct this issue so we installed it on the server as well and it solved the problem.
    Life was good.
    9i, 10g, 11g, and ODP.net were all working well.
    However, this was a test server. We now needed to go through the same installs for the production server.
    On the night of the software install someone made a mistake and installed 10g on the test server again for the second time, after 11g was already installed.
    So at this point the test server has:
    9i
    10g
    11g
    10g
    And now many of the applications on the server are not working correctly and no amount of config changes seemed to fix it.
    So we decided to uninstall 11g and then 10g and start over.
    At this point we have 9i and 10g installed and the applications are working correctly.
    We have tried to reinstall 11g and configure multiple times and 11g will simply not work.
    I am stumped at this point. The application that actually does use 11g and ODP.Net simply stops executing at the point it attempts to open a connection with NO ERRORS.
    An Exception does occur but there are no contents or error messages in the exception. I have never had this happen before. How do you fix an error you dont have?
    So at this point I am just reaching out to see if anyone might have a suggestion. The next step might be to perform a system restore to the point where life was good (before 10g was installed a 2nd time after 11g).
    Anyone?

    Thanks gdarling.
    I was hoping to just start the thread and go from there as sometimes information overload makes people pass on reading the whole post. I am glad you still read it:)
    To start off with here are the entries (unedited in my PATH variable):
    E:\oracle11\product\11.2.0\client_1\bin;E:\oracle102\product\10.2.0\client_1\bin;E:\oracle\product\10.2.0\client_1;E:\Orant9i\bin;
    I recently moved the 9i path back to the front in order to get the other applications on the server working again as some were erroring out with this when 11.2 was first:
    *"OCIEnvCreate failed with return code -1 but error message text was not available"*
    I searched for a long time as to the cause of this error but did not turn up much. Most of the posts just mention that the client was installed incorrectly.
    Policy files:
    I compared the assembly of the "working" server to the "bad" server and they appear identical as far as I can see.
    Directories
    -9i has one directory
    -As you can probably see from the path, it still looks like there are 2 installations of 10g on the server. As well as remnants of three directories that resemble 10g install directories.
    -11g has one directory
    Couple observed behaviors:
    1.
    running sqlplus from the 9i and 10g directories works.
    running sqlplus from the 11g directory results in the following error:
    E:\oracle11\product\11.2.0\client_1\bin>sqlplus.exe
    Error 6 initializing SQL*Plus
    SP2-0667: Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    2.
    Running tnsping works from the 9i and 10g directories
    Running tnsping from 11g results in this:
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 13-MAY-2
    010 09:32:32
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Message 3511 not found; No message file for product=NETWORK, facility=TNSTNS-035
    05: Message 3505 not found; No message file for product=NETWORK, facility=TNS
    *(NOTE: THIS ERROR ALSO OCCURS ON THE "GOOD" SERVER)*
    Registry:
    There is a difference in the registry.
    The "good" server has this entry in the ORACLE area:
    KEY_OraClient10g_home1
    KEY_OraClient11g_home1
    where as the "bad" just has
    KEY_OraClient10g_home1
    Both servers have ODP.Net folder containing:
    2.112.1.0
    There are also other entires in this registry area but they are the same.
    It wasn't our original intention to have all three clients on the same machine. Halfway through our system testing of a new process we realized the 10g has a memory leak which was corrected in 11g.
    So we just installed 11g. These are supposed to be able to coexist right?
    It sounds like we could have just installed 11g...
    I am going to look into your suggestions.
    As far as sysinternals I am a novice. And I am assuming it would need to be loaded on the server...is that correct? Or should I be using it on my local machine with the application in question running?
    Getting more software (sysinternals) installed on the server might be a hurdle...
    Thanks again

  • Jdk oracle 9i, 10g, 11g

    Hi
    I have to develop java classes to wrap with plsql.
    I use Eclipse as IDE to develop these classes.
    Where can I find the jdk/jars so that I can develop with the correct jvm included in DBMS 9i, 10g, 11g?
    Thanks
    Edited by: ftirapelle on Aug 2, 2010 11:58 PM
    Edited by: ftirapelle on Aug 2, 2010 11:59 PM

    Hi
    I have to develop java classes to wrap with plsql.
    I use Eclipse as IDE to develop these classes.
    Where can I find the jdk/jars so that I can develop with the correct jvm included in DBMS 9i, 10g, 11g?
    Thanks
    Edited by: ftirapelle on Aug 2, 2010 11:58 PM
    Edited by: ftirapelle on Aug 2, 2010 11:59 PM

  • Oracle Client 10g/11g on Windows 2008, Itanium

    Hi, All!
    I need to install Oracle Client on test Windows 2008 Server, based on Itanium processors.
    11g client is preferred, and 10g client at least.
    I know, that Win2008 is not supported yet for Oracle Database, but, may be, there are way to install it on my own risk (its test server).

    Sorry for coming back late on this thread... I have installed Oracle 11g on Windows 2008 but it was a Xeon processor not Itanium.
    On a side note, am I wrong in saying Oracle should not be bothered about the underlying hardware (whether Intel or AMD or any proprietary hardware)? It is then the responsibility of the operating system to ensure that the product behavio(u)r is same across platforms.

  • [Urgent] Some questions about Oracle Portal 10g - 11g upgrade

    Dear friends,
    We are under doing upgrading assessment of Oracle Portal from 10g to 11g. After reviewed the 'upgrading guide', we still have some questions as below:
    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?
    2. Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?
    3. How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?
    4. Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?
    Thank you in advance and any comment are welcome.

    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?Instant Portal is not available anymore in Oracle Portal 11g. The Instant Portal page groups will be migrated to standard Portal page groups. Maintenance of the Instant Portal can be done with the standard Portal tools. The Instant Portal tools are not available anymore.
    Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?Old 10g Page Groups are migrated to Portal 11g. They will still be available after the upgrade.
    Export/Import through transports sets has always been limited to instances of the same version. It is not supported between versions as documented in the Administration Guide :
    [11.2.1|http://download.oracle.com/docs/cd/E14571_01/portal.1111/e10239/cg_imex.htm#CCJBCCGD] System Requirements
    Before exporting and importing content, ensure that your system meets the minimum system requirements, as described in this section.
    Notes:
    * Export and import functions only within the same release of Oracle Portal and the same patch release, for example, release 10.1.4 to release 10.1.4 or release 11.1.1 to release 11.1.1. You cannot export and import between two different releases, such as release 10.1.2 to release 10.1.4 or release 10.1.4 to release 11.1.1.
    How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?Customized objects get migrated as well. Certain types (e.g. PL/SQL item types) need to be checked after upgrade as the behavior of the PL/SQL code may differ between database versions. This is particularly of concern when the 10.1.4.x Portal uses a 10.1 database. A database upgrade to either 10.2, 11.1 or 11.2 is necessary as Portal 11g is not supported with RDBMS 10.1.
    Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?Never done this, but the Portal framework is able to consume JPDK providers which are running in older versions of the toolkit. If the providers are running in standalone OC4J containers, you would be able to upgrade the framework and keep the providers in their OC4J containers. This will allow you to focus on the framework first and worry about your providers later.
    Thanks,
    EJ

  • Oracle RAC 10g/11g on Solaris 10 OS

    Hi Experts et all
    I am now pretty sure I am confusing my self a lot and probably this solution exist.. or may be not ..
    When we have an ACTIVE - PASSIVE Clustering of, say Veritas Cluster 5.0 on Solaris 10 OS running on SPARC Platform, could we configure an ACTIVE - ACTIVE Oracle database cluster on top of this?
    In other words , I will configrue Node A and Node B in ACTIVE-PASSIVE Configuration using VERITAS Cluster. Then I will want to configure many oracle database on it in such a way that its running on Node A as well as on Node B. Is this possible ? How does the Oracle configuration change here if it is possible?
    I understand that for a database to be ACTIVE, its instance needs to be accessing data files, control files and redo log files continuously.
    So if the Oracle database is to be in ACTIVE-ACTIVE Cluster, all its instances should also be accessing necessary filesystems which have these files.
    When OS Admin says that it is ACTIVE - PASSIVE Clustering from Veritas, I understand the Filesystems are not accessible from Passive node. So I am not able to understand how can the database be active on that node. Is it possible?
    Please share your thoughts, ideas, experiences.. etc.
    Regards!
    Sarat

    Yes.. I absolutely agree with you.. If I need to run ACTIVE - ACTIVE Databases, I must have all these resources available on all clustered nodes. In other words, the OS cluster Solution should also be an ACTIVE - ACTIVE. At least, I will need to use oracle clusterware and configure database on ASM and to make sure we have hardware to support this functionality before hand, if the cluster filesystems are not available.
    When I modify this approach a little bit, I could go ahead configure ACTIVE - ACTIVE Solaris or Veritas Clusters (if thats okay with the clients in terms of cost), and use clusterware additonally before configuring ACTIVE - ACTIVE RAC databases. I will have all databases required by the application to run multiple instances on the cluster. In other words ACTIVE - ACTIVE every thing until the database layer and let the application use them as it would require.
    JDBC Drivers could be a worry factor. I believe the JDBC used by websphere applications behave like thin clients and hence will not be able to utilize the features like load balencing, TAF which are fascinating features Oracle 10g RAC has provided. Perhaps, if I could try get these websphere app behave just like an oracle client/thick client, would be a better answer but these questions will need to go to websphere folks ..
    just in case if one of you have seen this happening?
    I learned some time ago... "Administrators should never leave their hope ..there could always be a new learning round the corner" :-)
    Heartfelt thanks.
    Sarat

  • Oracle Database 10g/11g Express Edition

    [http://www.oracle.com/technetwork/products/express-edition/downloads/index.html|http://www.oracle.com/technetwork/products/express-edition/downloads/index.html] Hey guys,
    Where can I download Oracle database express edition for x86 Linux? I can only see Windows and x64 Linux in Oracle's download page http://www.oracle.com/technetwork/products/express-edition/downloads/index.html.
    Any suggestion? Thanks!
    Lester.

    Others may have better info, but I think there are still no plans to do an x86 release, x64 only for *nix.
    See {thread:id=2201349}

  • Prformance Pack and Diagnostic Pack Options with Oracle EE 10g, 11g

    For advance performance tuning Oracle supplies performance pack and diagnostic pack. which costs thousands of $$$.
    Is there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?
    Thanks,
    R

    s there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?Its in the v$option view, following is the output of my 11201 db (EE) .
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_2084.htm#REFRN30167
    SQL> l
      1* select * from V$option
    SQL> /
    PARAMETER                                                        VALUE
    Partitioning                                                     TRUE
    Objects                                                          TRUE
    Real Application Clusters                                        FALSE
    Advanced replication                                             TRUE
    Bit-mapped indexes                                               TRUE
    Connection multiplexing                                          TRUE
    Connection pooling                                               TRUE
    Database queuing                                                 TRUE
    Incremental backup and recovery                                  TRUE
    Instead-of triggers                                              TRUE
    Parallel backup and recovery                                     TRUE
    Parallel execution                                               TRUE
    Parallel load                                                    TRUE
    Point-in-time tablespace recovery                                TRUE
    Fine-grained access control                                      TRUE
    Proxy authentication/authorization                               TRUE
    Change Data Capture                                              TRUE
    Plan Stability                                                   TRUE
    Online Index Build                                               TRUE
    Coalesce Index                                                   TRUE
    Managed Standby                                                  TRUE
    Materialized view rewrite                                        TRUE
    Materialized view warehouse refresh                              TRUE
    Database resource manager                                        TRUE
    Spatial                                                          TRUE
    Automatic Storage Management                                     FALSE
    Export transportable tablespaces                                 TRUE
    Transparent Application Failover                                 TRUE
    Fast-Start Fault Recovery                                        TRUE
    Sample Scan                                                      TRUE
    Duplexed backups                                                 TRUE
    Java                                                             TRUE
    OLAP Window Functions                                            TRUE
    Block Media Recovery                                             TRUE
    Fine-grained Auditing                                            TRUE
    Application Role                                                 TRUE
    Enterprise User Security                                         TRUE
    Oracle Data Guard                                                TRUE
    Oracle Label Security                                            FALSE
    OLAP                                                             TRUE
    Basic Compression                                                TRUE
    Join index                                                       TRUE
    Trial Recovery                                                   TRUE
    Data Mining                                                      TRUE
    Online Redefinition                                              TRUE
    Streams Capture                                                  TRUE
    File Mapping                                                     TRUE
    Block Change Tracking                                            TRUE
    Flashback Table                                                  TRUE
    Flashback Database                                               TRUE
    Transparent Data Encryption                                      TRUE
    Backup Encryption                                                TRUE
    Unused Block Compression                                         TRUE
    Oracle Database Vault                                            FALSE
    Result Cache                                                     TRUE
    SQL Plan Management                                              TRUE
    SecureFiles Encryption                                           TRUE
    Real Application Testing                                         TRUE
    Flashback Data Archive                                           TRUE
    DICOM                                                            TRUE
    Active Data Guard                                                TRUE
    Server Flash Cache                                               TRUE
    Advanced Compression                                             TRUE
    XStream                                                          TRUE
    Deferred Segment Creation                                        TRUE
    65 rows selected.
    SQL>HTH
    Aman....

  • Can we set a MINIMUM password lifetime of 1 day in Oracle Database 10g/11g?

    Note that this is not a password that expires after one day.  This is a password that once created cannot be changed for at least 1 day.
    This is part of an internal audit requirement and i cannot find a way to do it.
    Thanks
    Phil

    Hi,
    You can do this by taking the last password changed date from sys.user_history$.
    Find the difference between last password change from user_history$ and current sysdate . Put the condition in password verfication function .
    Regards
    Rajkishore

  • How to do the testing in Oracle SOA suite 11g

    Hi,
    Could any one plz provide the info abt " How to prepare the Test Suite(Test cases) in oracle soa 10g/11g ". Information provided that is been related to real time scenarios is much appreciated.
    Thanks in advance,
    Venu

    Hi,
    Check whether this doc:
    http://docs.oracle.com/cd/E21764_01/integration.1111/e10224/bp_testsuite.htm
    and this blog can help you:
    http://biemond.blogspot.com/2009/07/unit-test-your-composite-application.html
    hth,
    Peter Paul

  • What are the differences between oracle adf 10g and adf 11g

    Could you please let me know what are the diff b/w oracle adf 10g and 11g, i tried in many user guides but i could not find it.
    Thanks in advance,
    Poli Reddy P

    893771 wrote:
    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?I suggest that you start here:
    http://www.oracle.com/technetwork/database/nosqldb/overview/index.html
    Is Oracle NoSQL database link with Big Data Appliance?Yes, Oracle NoSQL Database will be a component of the Big Data Appliance.
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?Yes, I believe you can run M/R on a single computer. Consult the various pieces of documentation available on the web. You may run Oracle NoSQL Database on the same computer that you are running M/R on, but it is likely that they will compete for CPU and IO resources and therefore performance may suffer.
    Do we also have eventual consistency with Oracle NoSQL database? Yes.
    Can we lose data if master node fails?If you run Oracle NoSQL Database with the default (recommended) durability settings, then if the master fails, a new one will be elected and data is not lost.
    Are transactions ACID with Oracle NoSQL database? How can we prove it?Yes, each operation is executed in an ACID transaction. The API has the concept of "multi" operations which allow the caller to perform multiple operations on sets of records with the same major key, but different minor keys. Those operations are also performed within a transaction.
    Charles Lamb

  • Differences between Oracle Discoverer  10g and 11g .

    we would like to know if they are any differences between Oracle Discoverer 10g and 11g and any issues with 10g that are overcome in 11g.
    Please make us aware of any merits in going for 11g over 10g.
    apps version 11.5.10.2
    Regards

    Please see these links for the list of new features, bug fixes, certification, and installation of Discoverer 11g on 11i instance.
    Discoverer 11.1.1.4 Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2011/02/discoverer_11114_ebs.html
    EBS Sysadmin Primer: Oracle BI Discoverer 11gR1
    http://blogs.oracle.com/stevenChan/2010/08/discoverer_11gr1_primer.html
    Oracle Business Intelligence Discoverer 11g
    http://www.oracle.com/technetwork/developer-tools/discoverer/overview/index.html
    Oracle Business Intelligence Discoverer 11g documentation
    http://www.oracle.com/technetwork/developer-tools/discoverer/documentation/index.html
    Thanks,
    Hussein

  • Oracle 10g/11g to Sql Server 2005 Migration

    Dear All,
    I am a beginner to this migration Activities..
    We have designed one Application which is havin Database as Oracle 10g.
    and We had another small Application which is having Sql Server 2005 has Database.
    Daily we need to convert DB of Oracle to Sql server DB in order to acces recent updated data..
    Pls help me how to convert Database in Oracle 10g/11g to Database in sqlserver 2005..

    Hello,
    this is an Oracle forum and we are handling here migrations from foreign databases to an Oracle database.
    For migrations in the other direction, in your case from Oracle to MS SQL Server, you need to read the Microsoft pages, e.g.:
    http://www.microsoft.com/sqlserver/2005/en/us/migration.aspx
    Daily we need to convert DB of Oracle to Sql server DB in order to acces recent updated data..Normally a migration is not a daily process, so I guess that you just want to transfer data from Oracle to SQL Server on a daily basis. If that is the case, you should consider to use our Gateways. Please start reading here:
    http://www.oracle.com/technetwork/database/gateways/index-100140.html
    Using the Database Gateway for MS SQL Server (DG4MSQL) or the Database Gateway for ODBC (DG4ODBC) you can copy your data from your Oracle database to your SQL Server database, using a database link in the Oracle database.
    Please let me know whether this answer helped you.
    Regards
    Wolfgang

Maybe you are looking for

  • Windows 8.1 - Update consideration, resources, and known issues

      This community KB article is being consolidated to help Lenovo customers who are early adopters of the Windows 8.1 update.  This article will be frequently updated to include information on recommendation on issues that have been reported and are c

  • Google maps are not rendering correctly. A work related site also gets messed up. I am forced to use IE.

    There is too much white space. And, things are not where they used to be. On the work related site SharePoint looks weird. There are lines around things I did not expect. Also, I have a website that I publish. It looks fine with Firefox 3.6.3, but wi

  • Preview & Navigator issues

    I'm running LR 3 on Model Name: iMac   OSX 10.6.4   Model Identifier: iMac8,1   Processor Name: Intel Core 2 Duo   Processor Speed: 2.8 GHz   Number Of Processors: 1   Total Number Of Cores: 2   L2 Cache: 6 MB   Memory: 2 GB   Bus Speed: 1.07 GHz 1. 

  • Syncing contacts with Google Contacts causes duplicates

    I don't use MobileMe, I just sync with my Google contacts, however it puts them in my iPod Touch twice, I tried removing one of them for each contact, it ended up wiping out my google contacts completely. I attempted to sync again hoping it would put

  • No case for some selected values

    Hi, I need some help on create VI model. I need create model shown on Pic. 1.png, but I have problems with case structure, it report "Case Structure: No Case for Some Selector Values". P. S. Sory for bad English  Attachments: Pic. 1.png ‏51 KB DAC 8