Using Oracle analytic Workspace with Excel

Hi, I have created a space for analytical work on Oracle analytic workspace, now suppose I want to access this area of work to Excel, is - it possible? If yes how

Hello

I understand there are three plug-ins for Oracle to Excel: OBIEE and Essbase OLAP. I presume that the plug-in you use is the plug-in, OLAP which only works with Oracle 10 g, or an earlier version. However, from Oracle 11 g, Oracle recommends that you use the MDX of Simba for Oracle OLAP (http://www.oracle.com/us/corporate/press/036550 and http://www.oracle.com/us/corporate/press/173668).

If you are using the MDX, your application can connect directly to the Oracle OLAP cube. Since you are using Excel, your users need to connect through Oracle, and you don't need to manipulate the retrieved data before posting. Excel and its PivotTables will generate MDX queries against the Oracle database through the MDX provider, so you don't need to use any plugin or API. This means that you don't need to learn new menus or API - you simply use the native functionality of Excel. In addition, your data comes direct to the Oracle database. Whenever you open your workboook, you refresh your data with the data-> button refresh and your spreadsheet data are underway, not an out-of-date copy.

Please let me know if I'm missing something in your needs. Feel free to contact me directly if you have any questions or concerns.

Mike

Tags: Business Intelligence

Similar Questions

  • When I use the mail merge with excel file, after I press ok the progress bar indicates "NaN", mail project window crashes. My record is nice little CVS n

    When I use the mail merge with excel file, after I press ok of the progress bar indicates "NaN", mail project window crashes. My file is in the correct format and small size (4-column 4 raws). I use an English version of thunderbird after accidentally, I installed one in my tongue.

    I am attaching the screenshot

    I solved the problem
    has been st@pid excel

    I created a CSV file in openoffice calculator and everything went smoothly

  • Using Oracle analytic function

    Hi all

    I use Oracle 10 g Release 10.0.2

    Here's the situation:

    I visited in my table of looks like this:

    Cust_id beg_dt end_dt sg_cd

    264321502 1 MAY 97 19 MARCH 98 1

    264321502 21 MAY 98 15 OCTOBER 98 6

    264321502 20 OCTOBER 98 22 APRIL 99 6

    264321502 23 APRIL 99 25 APRIL 00 6

    264321502 27 APRIL 00 20 JANUARY 02 6

    264321502 25 JANUARY 02 15 MAY 02 6

    264321502 MAY 21 02 27 MAY 02 6

    264321502 31 MAY 02 17 FEBRUARY 03 6

    264321502 21 FEBRUARY 06 03-7.-04 1

    264321502 25 FEBRUARY 03 25 FEBRUARY 03 1

    264321502 31 MARCH 03 30 APRIL 03 1

    264321502 07 - SEP - 04 26 DECEMBER 04 6

    264321502 29 DECEMBER 04 3 JANUARY 06 6

    264321502 4 JANUARY 06 3 JANUARY 07 12

    264321502 4 JANUARY 06 3 JANUARY 07 12

    264321502 4 JANUARY 06 3 JANUARY 07 12

    I need the results of the query as

    Cust_id beg_dt end_dt sg_cd

    264321502 1 MAY 97 19 MARCH 98 1

    264321502 21 MAY 98 17 FEBRUARY 03 6

    264321502 21 FEBRUARY 03 30 APRIL 03 1

    264321502 07 - SEP - 04 3 JANUARY 06 6

    264321502 4 JANUARY 06 3 JANUARY 07 12

    Basically, I need take a min max (end_dt) of sg_cd for this cust id (beg_dt).

    Any help is very much appreciated:

    My query is like that

    Select cust_id, end_dt, beg_dt, sg_cd,

    min (beg_dt) more (partition of cust_id, sg_Cd) as new_beg_dt,

    Max (end_dt) more (partition of cust_id, sg_cd) as end_Dt_nw

    of cust_tab.

    can be like that?

    1 data

    () 2

    3 select Cust_id 264321502, to_date('01-MAY-97','dd-mon-rr') beg_dt, to_date('19-MAR-98','dd-mon-rr') end_dt, 1 sg_cd of all the double union

    4. Select 264321502, to_date('21-MAY-98','dd-mon-rr'), to_date('15-OCT-98','dd-mon-rr'), 6 Union double all the

    5 select 264321502, to_date('20-OCT-98','dd-mon-rr'), to_date('22-APR-99','dd-mon-rr'), 6 Union double all the

    6. Select 264321502, to_date('23-APR-99','dd-mon-rr'), to_date('25-APR-00','dd-mon-rr'), 6 Union double all the

    7. Select 264321502, to_date('27-APR-00','dd-mon-rr'), to_date('20-JAN-02','dd-mon-rr'), 6 Union double all the

    8 select 264321502, to_date('25-JAN-02','dd-mon-rr'), to_date('15-MAY-02','dd-mon-rr'), 6 Union double all the

    9. Select 264321502, to_date('21-MAY-02','dd-mon-rr'), to_date('27-MAY-02','dd-mon-rr'), 6 Union double all the

    10. Select 264321502, to_date('31-MAY-02','dd-mon-rr'), to_date('17-FEB-03','dd-mon-rr'), 6 Union double all the

    11. Select 264321502, to_date('21-FEB-03','dd-mon-rr'), to_date('06-SEP-04','dd-mon-rr'), 1 Union double all the

    12 select 264321502, to_date('25-FEB-03','dd-mon-rr'), to_date('25-FEB-03','dd-mon-rr'), 1 Union double all the

    13 select 264321502, to_date('31-MAR-03','dd-mon-rr'), to_date('30-APR-03','dd-mon-rr'), 1 Union double all the

    14 select 264321502, to_date('07-SEP-04','dd-mon-rr'), to_date('26-DEC-04','dd-mon-rr'), 6 Union double all the

    15 select 264321502, to_date('29-DEC-04','dd-mon-rr'), to_date('03-JAN-06','dd-mon-rr'), 6 Union double all the

    16 select 264321502, to_date('04-JAN-06','dd-mon-rr'), to_date('03-JAN-07','dd-mon-rr'), 12 Union double all the

    17 select 264321502, to_date('04-JAN-06','dd-mon-rr'), to_date('03-JAN-07','dd-mon-rr'), 12 Union double all the

    18 select 264321502, to_date('04-JAN-06','dd-mon-rr'), to_date('03-JAN-07','dd-mon-rr'), 12 of the double

    (19) - select * from data

    20. Select Cust_id, beg_dt, max (end_dt) as end_dt, min (beg_dt), sg_cd

    21 of

    (22)

    23 select x.*, sum (flg) over (order by end_dt Cust_id partition) as grp

    24 of

    (25)

    26 select

    27 wagneur, case when lag (sg_cd, 1-9) over (order by end_dt Cust_id partition)! sg_cd = 1 END so that flg

    28 from data d

    x 29)

    x 30)

    Group 31 by Cust_id, sg_cd, grp

    32 * order of Cust_id, end_dt

    CUST_ID BEG_DT END_DT SG_CD

    ---------- --------- --------- ----------

    264321502 1 MAY 97 19 MARCH 98 1

    264321502 21 MAY 98 17 FEBRUARY 03 6

    264321502 21 FEBRUARY 06 03-7.-04 1

    264321502 07 - SEP - 04 3 JANUARY 06 6

    264321502 4 JANUARY 06 3 JANUARY 07 12

  • Using Oracle Partition Exchange with Oracle Data Integrator (ODI) 11g

    Hello

    I'm trying to follow http://www.ateam-oracle.com/configuring-oracle-data-integrator-odi-with-oracle-partition-exchange/

    But impossible to get the same options in 11g.

    Can I use the Exchange Partition Oracle 11g ODI.

    Thank you.

    Yes, exchange of partition is certainly possible in ODI 11 g

  • How to use oracle APEX remote with a database located on a remote server

    Hello

    I am a new user with the Oracle Technologies. I installed ORACLE 10 g XE and APEX upgrade version 4.0 on my laptop.
    My Manager has setup a remote server with a Linux Red Hat. He has installed on this server EBS R12 with a 11i database.

    As a training, I would like to play with the tables on the server with APEX 4.0 installed on my laptop.
    The server is on the same local network and as a result of the description above, it is possible to connect my local APEX in the database?

    If this is not the case, this means that I have to install APEX on the 11i Server database, and then connect to the server to play with these tables?

    Thank you very much for your time and support the members of the CCSE.

    Kind regards

    Ulrich

    Hi, Ulrich,.

    Yes, you can access another database from your database to the APEX. The mechanism used for this is called a "database connection". You create such a link of database in your local database, then you can access remote data like this:

    SELECT *
      FROM databaselink@EMP
    ;
    

    If you want to use remote objects in APEX you create local views to encapsulate this (search the forum for apex and database links, you will find some interesting discussions).

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Can I use Oracle Forms 11g with 9.2.0.8.0 Data Services?

    Hello world.

    My Department is evaluating the development tools to create new web applications and possibly migrate current buit applications with Oracle Forms 6.0.5.34.0. Our database is Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit.

    We read that the new version of Oracle Forms is Oracle Forms Services 11 g. Is Oracle Forms 11g compatible with Oracle9i Enterprise Edition Release 9.2.0.8.0 Services - 64 bit? or we will have to migrate our Oracle 11g RDBMS?

    If our database is compatible, what would we have needed to develop and deploy applications with Oracle Forms 11 g Services?

    Thanks in advance.

    That it is compatible or not: 9.2.0.8 database is supported, which means you get patches for it. So even if it's compatible I would opt to upgrade to a newer version, because I wouldn't feel uncomfortable that the product is not supported by out in production.

    Take a look at the matrix of certification for the supported configurations
    http://www.Oracle.com/technetwork/middleware/downloads/FMW-11gr1certmatrix.xls

    With regard to the requirements; most of the stuff is on the forms OTN homepage:
    http://www.Oracle.com/technetwork/developer-tools/forms/

    or to the documentation:
    http://download.Oracle.com/docs/CD/E17904_01/index.htm

    see you soon

  • help with this thread using oracle 7.3

    Dear expert;

    On this thread, I am using

    Help with this

    but I'll need help more with additional information in this regard. see examples of data below

    Hello experts.

    I use oracle 7.3. Therefore, I have the sample data below

    create the table table_one

    (

    req_week varchar (1000).

    Username varchar (1000).

    sale number (30),

    place varchar (1000).

    break_sales number (30)

    );

    insert into table_one values ("week 1", 'John', 100, "NY", 2 ").

    insert into table_one values (' week 1', 'Chris', 20, "TX", 3 ')

    insert into table_one values ("week 1", "Melissa", 80, 'GOES', 4 ')

    insert into table_one values (' week 2', 'Katy', 40 'SC', 1 ")

    insert into table_one values (' week 2', 'Angle', 10, 'NC', 2 ')

    insert into table_one values (' week 2', "Vick", 30, 'CA', 3 ')

    insert into table_one values (' week 3', 'Zack', 60 'CA', 1 ")

    insert into table_one values (' week 3', 'Deb', 60 'NM', 2 ')

    insert into table_one values (' week 3', 'Antoine,"60,"TX", 3 ')

    necessary results

    I need the top 2 sales in a place a week

    expected results

    req_week username place sales

    Week1 John 100 NY

    Week1 Melissa 80'S

    Semaine2 Katy 40 SC

    Semaine2 Vick 30 CA

    Semaine3 Zack 60 TX

    Semaine3 Deb 60 NM

    Note, in this particular case, if there is equality in sales, then use the break_sales column as a case. The break_sales was never a tie... it is so far the query and it does not work as expected

    SELECT    d.req_week, d.username, d.sales, d.place
    FROM      nikeus_report.dbo.table_one  d
    ,        nikeus_report.dbo.table_one  o
    WHERE    d.req_week  = o.req_week
    AND      d.sales    <=  o.sales   
    GROUP BY  d.req_week, d.username, d.sales, d.place
    HAVING    COUNT (*)  <= 2         
    ;
    
    

    Any help is appreciated. Thank you

    Hello

    It seems that your existing query is very good, he's going; Just add the conditions for breaking in the WHERE clause:

    SELECT d.req_week

    d.username

    d.sales

    d.place

    FROM table_one d

    table_one o

    WHERE d.req_week = o.req_week

    AND (d.sales< >

    OR (d.sales = o.sales

    AND d.break_sales > = o.break_sales

    )

    )

    GROUP BY d.req_week

    d.username

    d.sales

    d.place

    HAVING COUNT (*)<=>

    ORDER BY d.req_week

    COUNT (*)

    ;

    Thanks for posting the CREATE TABLE and INSERT statements; that really helps.

  • Using the pencil tool with workspace IIllustrator with Surface Pro 2 touch stylus sometimes draws a shape, sometimes doesn't. never draw a blue preliminary guidance to see the shape before it's over.  These bugs can be corrected?

    Using the pencil tool with workspace IIllustrator with Surface Pro 2 touch stylus sometimes draws a shape, sometimes doesn't. never draw a blue preliminary guidance to see the shape before it's over.  These bugs can be corrected?

    BestCoast,

    You can try to disable the GPU performance by clicking on the icon of the rocket in the bar of the App, or on the top of the menu bar, deselect the box Performance GPU; You may also uncheck performance GPU in your preferences.

  • Using Dataguard Oracle 10 g with Oracle EBS

    Hello

    I work on Linux with Oracle Database 10g and Oracle EBS R12 and try to configure Oracle Data Guard with Oracle EBS. I read My Oracle support Document (Business Continuity for Oracle E-Business release 12 using Oracle 11 g Physical Standby Database [1070033.1 ID]).

    Please let me know of any other useful document. It will also help if anyone could share experiences in real time.

    Thank you.

    Hello

    See this one

    Continuity of Oracle Applications Release 12 on exit 10 gr 2 - Single Instance database and RAC [ID 452056.1]

    Concerning
    SANAE

  • Problem with list-of-values while using Oracle ATS

    All by registering a fact oracle application using Oracle ATS, whenever I click on a button LOV and select a value from the list, I am being disconnected from the application. Is this a common occurrence? Let me mention here that LOV works very well, it's only when recording with the ATS that I find this question.

    Could someone give me a solution to workaround with LOVs in ATS?

    --
    Thank you
    Yacoub

    Hello

    The LOV works very well in OATMEAL, I use EBS form it works fine, maybe there an installation problem. Alternatively, you can manually include LOV by action forms are trying.

    Kind regards
    Srinivas

  • Download a data sheet excel using Oracle APEX 3.2

    Hi all

    Please help me out to download the data in the worksheet excel using oracle APEX 3.2.

    Follow the steps mentioned in the link below, but even after I get a error saying no data found

    http://avdeo.com/2008/05/21/uploading-Excel-sheet-using-Oracle-Application-Express-apex/


    Please help me to go further.

    Kind regards
    Santini

    Hello

    Try the Jarola.

    See: import data in Excel to database table

  • Using Oracle with Microsoft Active Directory database

    Hello
    Because of too many nodes, we have in our company communicate each other (using the old files tnsnames.ora), we are now in the time to find a central location to store our net service names.
    I know that we can use for this OID to store the names of Service Net, but my question is it possible to use Microsoft AD, because our infrastructure using Microsoft AD as a central point.
    I have read the documentation oracle Oracle® Database Platform Guide (Chapter 12 Using Oracle Database with Microsoft Active Directory), but the problem is what happens if my database is not on the Windows operating system (such as Unix/Linux, we have number of it).
    I also read the document Oracle® Database Net Services Administrator's Guide (Chapter 3 Configuration Management Concepts) where you will find statement on the end of the chapter:
    Oracle supports Microsoft Active Directory only on Windows operating systems. Therefore, the client computers and the database server must also run on the Windows operating systems to access or create entries in Microsoft Active Directory.

    From this text, it looks like that my only option in this different environment with multiple operating systems is the OID (I wish it isn't true).

    Thank you

    Dragan,

    Sorry for the late reply. Since once it has clearly mentioned in the white paper that IO is a must; If you want to use MS AD, because 'oracle white paper' means 'documentation' refined and very authenticated.

    Enter the information useful/correct and close the debate.

    Concerning
    Girish Sharma

  • SSO and to handle user with forms using Oracle db roles/privileges

    By train from Oracle Application Server SSO with our application Forms application we are customized using the 10.2.0.1.0 Oracle database all version.

    In our Applications forms, we have everything a dozen roles that we have assigned to different users. We need identify each user using our forms because we are using the GLOBAL USER throughout the application.

    Issues related to the:
    -Must create users/passwords in the OID and database application?
    -Is it possible to easily manage users and passwords between SSO and forms App/database in one place? For example, how a user change their password once, but actually change in the database and the SSO?

    Advice or direction would be greatly appreciated.

    Thank you

    Mika

    Edited by: user11846198, 1 Sep 2009 13:41

    Edited by: user11846198, 1 Sep 2009 13:53

    Yes, you can have a global role in the Pb and assign to specific users from OID and the heritage of will this role privileges, you can do it by using Oracle Identity Management Web Tool http://hostname:7777 / oiddas is not complicated.

    Greetings.

  • Problem with creating Web Service Client using Oracle JDeveloper

    Hi all

    I am trying to create a Web Service Client using Oracle JDeveloper. The property of the compiler of the project I updated JRE 1.4

    When I run the web service client, he gives me a lot of errors saying:
    ' Error (32.2): annotations are not supported in - source 1.4'

    I wonder why JDeveloper uses annotations even after that I set the compiler property to 1.4

    I'm following this link to create the Web service client:
    http://www.Oracle.com/technetwork/developer-tools/forms/WebServices-forms-11g-094111.html

    Any help in this regard would be greatly appreciated.

    Thank you
    Scott.

    Scott, when you run the proxy Web service in JDeveloper, you will see a bunch of jars listed in the classpath in the Journal JDeveloper window.
    All of these classes must be in the classpath of your server when the class is deployed there.
    Note that by default, I don't think they are going to be included in the JAR that you build for the proxy when you deploy.

  • Cannot open the analytic workspace

    Hello

    We are facing a strange issue while trying to open an analytic workspace. The error message says:

    "java.sql.SQLException: ORA-00600: internal error code, arguments: [xsOBJBIND01], [], [], [], [], [], [], [], [], [], []]]".
    ORA-06512: at "SYS." DBMS_AW', line 93
    ORA-06512: at "SYS." DBMS_AW", line 180
    ORA-06512: at line 1

    ..."

    We have several dimensions and cubes built in which was working OK before.

    Pls can throw you your thoughts on solving the problems.

    Details of the environment
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 on AIX 6.1
    AWM 11.2.0.2.0A

    Rgds,
    Prakash S

    There are two options.

    With the help of JAVA
    CD to the directory that contains the jar awm and execute something like the following.

    java -classpath awm.jar oracle.olapi.metadata.util.ExportXML -user your_user -password your_password -url jdbc:oracle:thin:@localhost:1521:orcl > olap.xml
    

    Of course, you need to change this option to provide your own user, password and the URL. Your awm jar may have a different name (for example awm11.2.0.1.0.jar), so that set as well.

    Using PL/SQL
    For this you need a DIRECTORY available Oracle, 'Mon_repertoire' say, that is mapped to an available directory. In other words, something created using code like this.

    CREATE DIRECTORY MY_DIR AS '...enter path here...';
    GRANT WRITE ON MY_DIR TO your_user;
    

    Then log in as your_user and run the following PL/SQL

     exec dbms_cube.export_xml_to_file('your_user', 'MY_DIR', 'olap.xml')
    

Maybe you are looking for

  • Locked ipad

    My dad bought find added me an iPad a few years ago and it my iPhone to the iPad to its account with to know me, and recently I've updated the iPad and got locked out. Because my father managed the iPad and put in place, I don't have the e-mail addre

  • Suddenly, firefox lost my iGoogle page, will not open my email and other pages web look weird. I uninstalled and reinstalled only - no good!

    The first time it happened, I reinstalled and it was fine for a week, then the same thing happened. Now when I try to uninstall and reinstall it is the same problem - no page igoogle, no e-mail, web pages don't show pictures or just look weird, and t

  • It is not possible to boot from the CD bootable on Satellite S5200-902

    Hello I have a Satellite S5200-902 and it was really good to use for me actually... Once I received a system error message and might start Windows more. Anyway... I tried to reinstall the OS, but I can't boot from the recovery CD. The CD is ok becaus

  • Why is-songs from iTunes by the same artist?

    I'm a Star Wars geek and a big fan of soundtrack buff, so I recently bought a copy of the Star Wars: The Force Awakens Bo and ripped the CD using iTunes. I have 17 other albums by John Williams in my iTunes library, which were under his name for arti

  • Printer cartridge jam

    I have an error message on my HP Officejet Pro 8500 has said there is a cartridge jam, but I all I can and changed the cartridges and cannot clear the open message. Any ideas - it's really annoying!