OLAP cube can load remote database?

Sorry, since always, I worked with Express / Oracle OLAP. If I want to build a cube in a base of data, is able to load data from a different database AWM? Or do I have to build the cube in the database even when the source is?

Thank you!
Scott

You can load a local table or view. The simplest approach is to define a view in your AWM database that selects from the table in the second database. You map your cube on the local display.

Tags: Business Intelligence

Similar Questions

  • Windows 7 - Excel 2010 - unable to connect to the OLAP Cubes SQL 2000

    Running 32-bit Windows 7 - Excel 2010 - unable to connect to SQL 2000 of the GreatPlains OLAP Cubes - message Getting connection refused actively.

    It works with XP and even load Excel 2010.  I can't find what I need to change in win 7.  I guess that's the firewall or driver settings.  I completely disabled the firewall and still no luck.  I also took the file to connect to the XP machine and tried to use it as an existing connection and still have the error.  I ran Excel on the Win 7 XP SP2, XP SP3 and still no luck.  I have spent hours reading and researching the issue and can not find an answer.
    I tried to change the OLAP service account and open all ports on the server.  Still nothing.  The error message will connect to the client computer and the server does not record demand, so I think that I don't yet get on the server.  I do not understand as well as if the message is actively refusing connection.
    I can run the cubes very well on the server and on the XP SP3 with Excel 2010 machine.
    I'm in my troubleshooting garnis.  There has been some problems, that I have not been able to solve in Microsoft Servers and this is one.  I know that there is an answer.  I'm just not see it.
    Thank you!!

    Hi Litiasheldon,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    SQL Server (TechNet Forums)

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

     

    I hope this helps.

  • What are the ways to access a remote database in a database completely different-schema - stored procedure?

    My source data in the remote database schema (say C3.case). And I am trying to insert data of this CASE table in my database table (for example SIMS.case) I use the stored procedure to load the data.

    I was going through the documentation and I thought that the creation of MV is not possible in this case is the source table in the remote database schema. Is this correct?

    or create a link DB is the only option available to access the remote database schema table.

    Thank you.

    Hello

    2929538 wrote:

    My apologies for the bad conventions help. I meant remote schema.

    the required data and the destination table, the two are in oracle, but in totally different schemas.

    Yes, you said a table is in a scheme called C3, and the other is in a schema called SIMS.  Are these schemas in the same database or in different databases?

    If they are in the same database, then you do not have a database link.  Or the other schema can reference tables in the other qualifying names correctly, for example

    SELECT *.

    OF C3. case_studies

    ...

    assuming that the right privileges have been granted.

    If the schemas are in different databases, a database link is the best way to access data in a database in a different database.

    Without a database link, you will probably use some kind of use outside the database to write the data to a database, the file if necessary, transport and read in other databases.  DataPump files of images or CSV files, as Paulzip said in answer to #1, could be used for this.

  • Connecting to a remote database (slowed down) with the password file authentication

    Hi all

    I was wondering if it is possible to connect to a remote database is stopped (idle instance) as user sys with sysdba privileges? It is said in the Oracle book - one to page 210 in the section - operating system and the file password authentication:

    Connection with authentication by password file or operating system is always possible, any State of the instance and the database are in and it is necessary to issue commands to START or STOP.

    Above indicates that it is possible, but I can't do it.

    I managed to connect to the remote database that was in mode nomount (see below for more details).

    When I first tried to connect to a remote database (idle instance) using the password file authentication, it gave due to error:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 13:59:28 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:
    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of

    Enter the user name:

    After the start of the database in nomount mode I was getting following error:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 13:48:36 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections

    Enter the user name:

    Then I added the clause (UR = A) my listener.ora file and after that it work and I was able to connect:
    sqlplus sys@ORCL as sysdba
    SQL * more: Production of the version 11.2.0.3.0 Fri dec 21 14:04:49 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Enter the password:

    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options


    SQL >

    I have all the entries of necessairly in tnsnames.ora on my local host.

    Also, I have no problems when connecting as user sys with sysdba when the DB is open, but can't get it working on an idle instance.

    I know I can use OS authentication but want to know if there is a mistake in the book or I'm doing something wrong.

    Kind regards
    Dawid

    Edited by: 978239 2012-12-21 06:24

    I was wondering if it is possible to connect to a remote database is stopped (idle instance) as user sys with sysdba privileges?

    You can, but you need to statically register the database with the listener.

  • ORA-02019: description of the connection to the remote database not found

    Hi all

    10.2.0.4 on solaris 10.

    I can tnsping and connect to a tnsentry in tnsnames.ora from the server, but when I use the same in dblink, get the error below:
    ORA-02019: description of the connection to the remote database not found. Here's the scenario. any idea?
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 09-NOV-2011 23:49:23
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (20 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:49:31 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:59:54 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 10-NOV-2011 00:00:02
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (0 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:07 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medc_pl/medxcdsw3
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:17 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    SQL> create database link med2con connect to medts_ed identified by medfcv using  'medcon' ;
    
    Database link created.
    
    SQL> select * from medc@med2con;
    select * from medc@med2con
                                *
    ERROR at line 1:
    ORA-02019: connection description for remote database not found

    Try this,

    SQL > create database link med2con connect to medts_ed identified by using medfcv ' (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))';

    SQL > select * from medc@med2con;

  • 1002097 unable to load the database [plane1]

    Hi all

    I'm not able to start the essbase database. When I start the application database, I get the message below from the Panel.

    Server. XXXXAPP. Properties of database base1 get April 5, 2011 14:57:27 CAT Failed
    Error: 1002097 failed to load the database [plane1]
    [Error: network error 1042015: cannot locate connect information for]
    Server. XXXXAPP. Properties of database base1 get April 5, 2011 14:57:36 CAT Failed
    Error: 1053001 cannot open the file of the object: C:\Hyperion\products\Essbase\EssbaseServer\app\XXXXAPP\Plan1\Plan1.esm
    Server. XXXXAPP. Properties of database base1 get April 5, 2011 14:57:36 CAT Failed
    Error: 1053001 cannot open the file of the object: C:\Hyperion\products\Essbase\EssbaseServer\app\XXXXAPP\Plan1\Plan1.esm
    Server. XXXXAPP. Properties of database base1 get April 5, 2011 14:57:40 CAT Failed
    Error: 1002097 failed to load the database [plane1]

    I tried to delete the app to essbase and create the planning (refreh/create) which also gives me an olap planning exception "unable to load the database.

    I can not open too many forms. It gives me "unable to get a connection to Hyperion Essbase. If the problem persists, please contact your administrator. "

    Any help... ?

    Thank you!

    Published by: user8819264 on April 5, 2011 07:52

    Published by: user8819264 on April 5, 2011 08:27

    Stop all essbase applications and then check if there are any ongoing esssvr process, if there is you will have to kill him.
    So try and create it again.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • copy data from a remote database at regular intervals

    I have this remote database A and B. DB database has 10 views and B DB has 10 tables. I must get out data in a DB A view and load into tables in DB B on a regular basis. How to make this work?

    Thank you

    You can write a procedure that inserts into the tables in database b. and create a task that executes this procedure at regular intervals.

    See this

    http://www.oradev.com/dbms_scheduler.jsp

    G.

  • OLAP cubes

    Can I get information on The OLAP CUBES in any link? pls fwd them...

    Hello

    A good starting point is the product Page of OTN:-http://www.oracle.com/technetwork/database/options/olap/index.html

    You should look at the "Oracle OLAP preview video" here

    There is also a view of all-white paper:-http://www.oracle.com/technetwork/database/options/olap/oracle-olap-11gr2-twp-132055.pdf

    And also links to the wiki and the blog below

    Thank you

    Stuart Bunby

    OLAP blog: http://oracleOLAP.blogspot.com
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    OLAP OTN: http://www.oracle.com/technology/products/bi/olap/index.html
    DW OTN: http://www.oracle.com/technology/products/bi/db/11g/index.html

  • How can I remotely control the music on the 4th generation Apple TV

    On the 3rd generation Apple TV, I could use the app Remote for artist, Albums, songs and playlists which was to play directly from the Apple TV remote. This allowed me to sit on the deck and set or change my playlist remotely while my Apple TV played on and on. I couldn't count on Airplay from my iPhone to the Apple TV because of being at the edge of my wireless connection. So I used the application to load a playlist on the Apple TV, which was always in range and connected to my stereo.

    With the 4th generation, I can't find an option to load remote a playlist, artist, album, or song. I can only handle what has been loaded using the physical remote control and a TV screen that beats my goal. I bought the 4th generation, because the 3rd generation could not access my subscription of Apple's music while the 4th generation can.

    Am I missing something or is the 4th generation Apple TV / Remote app missed something?

    Make sure that your Remote application is up-to-date. The current release is 4.2.3 and fully supports the music playback controls.

    Remote by Apple

    https://appsto.Re/us/g198q.i

  • Cannot connect - error loading the database...

    Hello

    Since last night find it me impossible to log in on my Skype.

    He puts me "error loading the database. Skype." It is possible that another instance of Skype to use it.

    I have reinstalled Skype, restart my pc, close all programs that could use it.

    My husband get a leverage son skpe without pb so it comes well d a pb with my nickname... going to Word of the change back I. Despite all this, I still have the same message that appears! 1

    did anyone have the same pb? and how he made it?

    Please pour your help!

    Rrbonjour

    so I did well the manip: Task Manager, process shutdown Skype.

    then relaunch the application, but it gives me the same result...

    I made a new system more earlier but it's restore gives me the same result...

    I asked a third person open my account on another pc and ca works... so it just my pc, not a hacking, (already it reassures me!)

    My spouse does so well to open Skype with his nickname but I still nothing.

    Application rattachee a Skype name can she used Lun?

  • teststand to the remote database connection

    I have a test station in teststand running factory.  I want to log/query a database located on a network server in my installation by ethernet.  Can TestStand using its types of step address/access database this database for viewing and querying records?

    TestStand features of database, including the types of step of database using Microsoft ADO/OLE DB layer and providers installed on a system. Microsoft has an ODBC provider, TestStand can talk to any remote database system that supports the technology of this software. Take a look at the help topic "TestStand Database Fundamentals" in the online help for more information on this. Suggestion of love to look at the example is right on.

    Step TestStand database types are a way to access a database at a high level, but if you want to process the data in a more complex way, you can consider your connectivity database and processing in a code module using the programming language of your choice and call this code of TestStand module.

  • Error connecting to a remote database access violation

    I have the software on my machine (written in-house by a company I work for) to connect to a remote database from home. I have connected several times without problem, but recently I immediately get an error message as follows: "Access violation at address...". ' followed by the hexadecimal address number, when I click on the "connect" button after entering the login information. The only thing I can think of that is different is that I have changed recently, is my anti-virus software. I tried to uninstall the new software temporarily, and disable the Windows Firewall, but the problem persists. So I just can't connect to the database. This who should I look to fix this? Thank you

    Hello

    Check with a different user profile

    If you do not have a different user account, you will need to create a (see link below). If everything works fine with a different user profile, you can infer that the user profile is damaged, click on the link to find out how to solve this problem.

    Create-a-user account

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    Difficulty of a corrupted user profile

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    You can also try contacting the Publisher of the software and for further assistance.

  • How fix my computer from vista family premium, after a service pack 1 upgrade vista has been loaded remotely by the norton online assistant: lyuv_32.dll is displayed

    I am a resident in the United Kingdom:

    My initial problem is that as of March 12, I couldn't load my purchased copy of norton antivirus 12 - it said system was incompatible, it's a version of vista Home premium 6 (without service charge pack) - I thought that it would be compatible, as my old anti virus 2011 Norton worked well.

    I loaded the bases of security from microsoft instead, and it seemed to work ok until a few days ago, when the program seemed to be scratched from the computer-not sure why. I could not reload either.

    I got a very detailed answer to my question on how to try to solve this problem in the same microsoft help site - but I thought that it may be better let norton can help me to install the purchased copy.

    When phoning norton helpline assistant said they needed to load remote service pack 1 for me, as an upgrade was required; but there seems to be a problem with the computer stops after download. I called again after 2 hours of waiting in vain to make the computer stop, and norton helpline worker said to restart manually, who led the unsuccessful installation of the upgrade; up to step 2 of 3 (only 2% charged to the top of step 2)

    The computer turned off and started to load, but stopped when a message! oxco190036! 2369/90645(IYUV.32.dll) appeared in the top of the screen.

    Norton hotline seem to have left me to deal with a huge problem and makes 100% worse than before - because after having tried various things in pressing f8 with their orientation; as files to an earlier time (called non-registered time to restore) they could not help me further and was told to contact microsoft myself - number norton gave me was outdated and the helpline was not accessible anyway, as I call me after 18:00 on Friday!

    That's why I used my computer laptop girls to send in this issue of the problem, that I hope can be solved, because I'm not much re load windows from scratch if possible. I'm not a very confident in doing this, because I can only do basic computer tasks.

    Hello

    Perform the steps in the following link and check if this can help:

    Start the restore of the system from a command prompt

    http://Windows.Microsoft.com/en-us/Windows-Vista/Start-System-Restore-from-a-command-prompt

     

    Hope this information is useful.

  • Changes of data type of column between the local and remote database

    Please point me the proper documentation, so I can understand what is happening.and how to solve the problem in the short term until we can change the database character set to match the remote database.

    Details:

    Remote database: set of 12 c CARS characters AL32UTF8

    Database local 11g 11.2.0.4 as UTF8 character.

    CREATE TABLE local_table_t AS (SELECT NAME FROM reference_table_t@remotedb)

    the NAME column in reference_table_t to remotedb is varchar2 (10 byte), it creates this column in local_table_t as varchar2 (30 bytes)

    CREATE TABLE local_table2_t AS (SELECT NAME FROM reference_table2_t@remotedb)

    the NAME column in reference_table_t to remotedb is varchar2 (10 char), it creates this column in local_table_t as varchar2 (30 char)

    This same problem also happens with views materialized from the remotedb.

    Thank you

    Dave.

    Found note size double or triple column when using (materialized) views / DEC in a db AL32UTF8 and the dblink pointing to a non-AL32UTF8 db (or vice versa). (Doc ID 1592514.1)

    that answers my question.

    Dave.

  • How to build BI Publisher of Olap Cube

    I have a requirement on the construction of a report, but seems I am unable to meet customer's requirement by using OBIEE answers so I want to do this, use the BI Publisher. So I have a few questions.

    1. is it possible to convert a report of responses OBIEE created using an Olap Cube to BI Publisher?

    2. how to create a data model by using the Olap Cube?

    Thank you

    You can take the logical query of the report BI answers and allows to create a new report, BI Publisher.

Maybe you are looking for

  • I get a GREEN screen when you try to view videos. WHY?

    Whenever I try to view an MSN or Amazon video, I get a GREEN screen but the sound and no video. I always have to go to another browser to view the content. WHY - WHAT IS PAST?

  • How to remove profiles of spam from my home page?

    I have recived a request to contact an obvious spam account / barely dressed Lady photo account. I've blocked and reported as spam, but for some reason the picture is on my home page and Skype asks if I would like to video chat with them! I thought b

  • Are satellite M30-801 - there new wireless network cards?

    I can't connect to our network via wifi, because the sign used by the net is WPA2. It does not resemble the current map supports the level of registration even if I updated the drivers. I would like to know if there is a patch that I can download or

  • Structure of the case and Numeric Indicator

    I know how I'm going to show my value 1 by 1? It displays too quickly. I want to see the value change 1 by 1... for example 1 to 2 then 3 and so on. Fix is my vi, correct me if had error.

  • Windows XP without Media Center MCE?

    Hello My uncle has an old PC that has Windows XP MCE 2005. Ater a problem with its GFX, he brought a repair guy, who changed the GFX and re-formatted everything. It seems to have reinstalled XP MCE 2005, but I can't find anywhere Media Center. I trie