How to Export OLAP analytical workspaces

Hi, experts:
I am following Doc. Migrating OLAP From 32 Bits to 64 Bits or Across Platforms (Doc ID 352306.1) to export OLAP analytical workspaces.
I copied and pasted the step 2. as below. But I donot understand some of them. Hope you can help me.
1. What does this mean by: "(NOTE: this following statement is critical so everything in the AW is in STATUS)"?
2. "Replace ALIAS_DIR with a defined directory alias"   This ALIAS_DIR can be anything on current directory?
3. I have more 3 AW. So I have to run the following four scripts 3 times? I have to modify the export_file_name.eif  file name for each run, right?
========
2.Use the following SQL commands, for EACH AW that was identified in step #1   (NOTE: All quotes are single quotes).  Caution: If you attach multiple AWs and then run the   export command, ONLY the last- attached AW will be exported. --- Replace OWNER.AW_NAME with the the actual OWNER.AW_NAME name SQL> exec dbms_aw.execute('aw attach OWNER.AW_NAME rw'); -- (NOTE: this following statement is critical so everything in the AW is in STATUS) SQL> exec dbms_aw.execute('allstat'); --- Replace ALIAS_DIR with a defined directory alias --- Replace export_file_name.eif with a valid eif file name SQL> exec dbms_aw.execute('export all to eif file ''ALIAS_DIR/export_file_name.eif '''); --- Replace OWNER.AW_NAME with the actual OWNER.AW_NAME name SQL> exec dbms_aw.execute('aw detach OWNER.AW_NAME');
=======
Thank you very much for your help.

1. What does this mean by: "(NOTE: this following statement is critical so everything in the AW is in STATUS)"?
This is just a note to the readers and you can simply run the sql statement as it is in the doc.
2. "Replace ALIAS_DIR with a defined directory alias"   This ALIAS_DIR can be anything on current directory? 
Correct but you need to create the directory first -- See Error - EBS DB importing OLAP from 32 bit to 64 for the commands.
3. I have more 3 AW. So I have to run the following four scripts 3 times? I have modify export_file_name.eif file name for each run, right?
Correct.
Thanks,
Hussein

Similar Messages

  • OLAP Analytic Workspace Manager/Worksheet in Oracle 11g...

    Hi,
    In Oracle Client 10g .v2 the product OLAP Analytic Workspace Manager/Worksheet is included and installed.
    However , it is not in Oracle 11g - the Oracle client of this version is included -
    http://www.oracle.com/technology/software/index.html
    Download page includes:
       - Client
       - Clusterware
       - Examples
       - GatewaysWill it be included in a seperate product Oracle11g Client...or else???
    Does anybody know about this....???
    Thanks...
    Sim

    AWM is now installed via the database Client CD, which was the case for 10g as well.
    Keith Laker
    Oracle EMEA Consulting
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • How to delete a Analytic Workspace even other session still attached it

    how to delete a Analytic Workspace even other session still attached that Analytic Workspace?
    or how to detach the Analytic Workspace with other session?
    or how to find session which connected to the Analytic Workspace?
    Thanks

    Here are the sql queries which will tell you who is attached to which aw in which mode.
    select username, sid, serial#, owner||'.'||daws.aw_name aw,
    decode(attach_mode, 'READ WRITE', 'RW',
    'READ ONLY', 'RO', attach_mode) attch,
    trunc(pool_size/1024)||' KB' as curr_opp_kb
    from dba_aws daws, gv$aw_olap gvawo , gv$aw_calc gvawc, gv$session
    where daws.aw_number = gvawo.aw_number and
    sid = gvawo.session_id and gvawc.session_id=sid
    order by owner, sid, daws.aw_name;
    select a.owner,a.aw_name,b.attach_mode
    from dba_aws a ,v$aw_olap b
    where a.aw_number = b.aw_number;
    You might have to kill the RO session before deleting the AW.
    Thanks
    Brijesh

  • How can I query analytical workspace ?

    Hello,
    I am using EBS module ODP which uses Analytical workspaces.
    I do not know at all technical subject about Analytical workspaces and OLAP.
    In ODP , I create measures. And ODP provides some report to display and update data stored in my measures.
    I would like to extract data from my measures. How can I do this ?
    => How can I find the internal measure name, the measure column or attribute ...
    => Are there functions to extract the data (like sql language to read in tables )
    => Can anyone give me some commands, and examples to start extracting simple data from my measures(I have had a look to Oracle documentation, but they are very technical and I don't know how to start).

    There are views available in OLAPSYS schema which will give information about the Analytical workspaces and their objects.
    For extracting data from Analytic workspaces you may use the TABLE FUNCTIONS.
    You may refer 'B14346-01 - Oracle OLAP DML Reference 10g Release 2 (10.2)' for details.
    Regards,
    Maruthi

  • OLAP Analytic Workspace Manager and Worksheet

    Hi,
    I have installed a datawarehouse and OLAP 10gR2 on a WinXP but in the Start menu.
    - Oracle_home, in Integrated Management Tools, I do not haveOLAP Analytic
    Workspace Manager and Worksheet.
    What is the problem ? What more should I install ?
    Many thanks for your help.

    Hi,
    What more should I install ?Did you do the OLAP catalog (dbms_olap)?
    http://www.oracle.com/technology/products/bi/samples/samples_readme.html
    Check the install docs for full instructions, and don't forget to pay your $20,000.00 license fee first:
    http://oraclestore.oracle.com/OA_HTML/ibeCCtpSctDspRte.jsp?section=11222
    http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1024826,00.html?topic=299433
    Another option is Excel-DB, an easier (and less expensive) way to Oracle-enable spreadsheets:
    http://www.excel-db.net/menu_overview.htm

  • Olap analytic workspace manager

    hello,
    I started working with Analytic Workspace Manager to create my cubes olap.j 've made some measurements but I have a little trouble with one aspect because I assigned an index to a attribut.Conséquence I don't come connect to my work but I connect without problem to the database.I hope someone will help me quickly because I have to move my travaux.thanks

    R u not able to connect to the AW? what is the error you are getting? What version of DB you are on and AWM version?
    Thanks
    Brijesh

  • How to deattach an analytic workspace

    when i try to attach a AW again, some time there will be a error like "Unable to attach OLAPTRAIN.IDSS Analytic Workspace read write", how should i do?
    for example,
    first time, i attached an AW from AWM, and then i closed the AWM.
    then some time if i restart AWM and try to attach an AW, such error will be raised. for such kind of error, how to deattach it?

    When you close AWM, it should detach it. Not sure why it is not doing that.
    Two things:
    (1). By default, AWM will attach the AW in RW mode. To attach the AW in RO mode, do the following:
    In your ..\awm\bin\awm.properties file add the following line:
    _aw.model.show.attach=y*
         After that you will see options (RO, RW, RWX) when attaching any AW.
    Its always preferable to attach the AW in RO, if you will not be making any changes to AW during that session.
    (2). Sometimes we may have to KILL the db session that has the AW attached in RW mode.
    Using the following query, find the SQL session that has the AW attached in RW mode and then KILL it.
    select username, sid, serial#, owner||'.'||daws.aw_name aw, logon_time,
    decode(attach_mode,'READ WRITE','RW','READ ONLY','RO',attach_mode) attch,
    machine, terminal, program, type, status
    from   dba_aws daws,v$aw_olap vawo, v$aw_calc vawc,v$session
    where  daws.aw_number=vawo.aw_number
    and  sid=vawo.session_id
    and  vawc.session_id=sid
    order by logon_time, machine, status, sid, daws.aw_name, attach_mode, username
    You can KILL that session using:
    ALTER SYSTEM KILL SESSION '<sid>, <serial#>' immediate;

  • How to Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4.?
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • How to user Analytic workspace manager  in Oracel 9

    Hi All,
    I am new to OLAP, I want to know how to configure/use Analytic workspace manager in my database for creating OLAP. I am using oracle 9.2.0.1.0.
    Regards
    Ananth

    The first version of Analytic Workspace Manager came with Oracle 10.2, it does not support Oracle 9.2. If you are new to Oracle OLAP, you really want to be using Oracle 11.1 or 11.2 (11.2 if possible). If your organization uses 9.2 for your apps, consider using an 11.2 instance of OLAP and accessing the 9.2 version as the data source to your cubes. The advantages to 11.x are too numerous to cover here. I can send you some papers that describe 10.2 and 11.x if you send me ([email protected]) your email adress.

  • Oracle 10g Analytic Workspace Manager 10.1.0.4( where to download?)

    Guys,
    I'm looking for a link to install Oracle 10g Analytic Workspace Manager 10.1.0.4.
    Can someone help me with the link?.
    Thanks,
    Bhagat

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4. ?
    We are in DB 10g R2.
    It is urgent please help.
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Analytical Workspace Manager as INVALID

    Hi group,
    I am following next step of Note:Using Oracle EBS R12 with a Database Tier Only Platform on Oracle 11gR1 [ID 762669.1]:
    1.- Run $ORACLE_HOME/rdbms/admin/utlirp.sql to invalidate the PL/SQL modules
    2.- Install OLAP by performing the detailed step 6 as documented in OracleMetaLink Note 352306.1, Upgrading OLAP from 32 to 64 bits.
    3.- Upgrade the database from 32-bit to 64-bit (recompile pl/sql modules and change the word size) by running $ORACLE_HOME/rdbms/admin/utlrp.sql. Refer to the usage and notes sections in the script for instructions on how to run it.
    Right now, I am compiling objects, but OLAP Analytical Workspace component is showed as INVALID.
    There are no Invalid OLAPSYS' objects, also, I have executed *@%ORACLE_HOME%/olap/admin/olap.sql* SYSAUX TEMP; command to install OLAP component.
    SQL> SELECT count(*), owner
    2 FROM dba_objects
    3 WHERE status = 'INVALID'
    4 AND owner = 'OLAPSYS'
    5 GROUP BY owner;
    no rows selected
    Any advice about how to VALIDATE this component, by the way I will wait until utlrp.sql completition.
    Kind regards,
    Francisco Mtz. Oviedo

    Francisco,
    Query DBA_REGISTRY to verify the status of "OLAP Analytic Workspace" component.
    Also, wait for the script to finish and check the status of the objects then.
    Thanks,
    Hussein

  • Exploring AW (analytic workspace) in Java

    Hello,
    I am creating a java program that can retrive data from analytic workspace that is also built with java program, but I don't know how, so I have a couple of questions for those that can help me.
    1. Is there anyway that I can insert data into aw dimension with java program?
    2. If not how can I map existing tables within Database with analytic workspace dimension?
    3. Is there any posibility to connect to aw dimension with MdmDimension class and retrive data with that class ?
    4. Can anyone provide any example programs on this?
    5. Can anyone provide me a simple example how to explore data within the analytic workspace in Java. I want to retrive data from aw cube or dimension if it is posible.
    I appreciate any help,
    Thanks

    Have you considered using the BI Beans? Just a thought...
    Regarding your questions, 1 and 2 are probably best addressed with the OLAP Analytic Workspace API (a.k.a. AW/XML). You might want to take a look at the Javadoc. You can find the latest Oracle OLAP documentation at the following OTN site:
    http://www.oracle.com/technology/products/bi/olap/olap.html
    As for the other questions, here is some help from an OLAP API developer:
    3. Is there any possibility to connect to AW dimension with MdmDimension class and retrieve data with that class?
    The simple answer is no. The OLAP API divides functionality into metadata and data. The Mdm and Mtm classes deal with metadata. These classes represent the relationships between AW objects. The Source and Cursor classes deal with data. They are used to define queries and retrieve data. But the getSource() method can be used on just about any Mdm object to get a Source.
    4. Can anyone provide any example programs on this?
    The "Developer's Guide to the OLAP API" has a lot of examples. But here's a brief example of getting the member IDs of a dimension.
    // given objects
    DataProvider dp;
    MdmPrimaryDimension dimObj;
    // we will commonly work with hierarchies rather than dimensions
    MdmHierarchy hierObj = dimObj.getDefaultHierarchy();
    // get the Source for the hierarchy
    Source hier = hierObj.getSource();
    // get a Cursor
    CursorManagerSpecification cursorManagerSpec =
    dp.createCursorManagerSpecification(hier);
    SpecifiedCursorManager cursorManager =
    dp.createCursorManager(cursorManagerSpec);
    Cursor cursor = cursorManager.createCursor();
    // retrieve the values
    do {
    System.out.println(((ValueCursor) cursor).getCurrentValue());
    } while (cursor.next());
    5. Can anyone provide me a simple example how to explore data within the analytic workspace in Java. I want to retrieve data from AW cube or dimension if it is possible.
    The preceding is one example of exploring data from a hierarchy. Getting data from a dimension is nearly identical -- don't call getDefaultHierarchy(), and call getSource() on dimObj. Getting data from a cube is a little more involved. Again, there are excellent
    examples in the documentation, but here's a brief one:
    // Given objects
    DataProvider dp;
    TransactionProvider tp;
    MdmMeasure salesObj; // dimensioned by customer and time for this example
    MdmHierarchy customerHier;
    MdmHierarchy timeHier;
    // Get Sources
    Source sales = salesObj.getSource();
    Source customer = customerHier.getSource();
    Source time = timeHier.getSource();
    // Create the query. We must join the measure to its dimensions.
    Source query = sales.join(customer).join(time);
    // We have created a new Source, so we need to commit the OLAP API
    transaction.
    tp.prepareCurrentTransaction();
    tp.commitCurrentTransaction();
    // Create the Cursor. This Cursor has a more complex shape because the query is more complex.
    CursorManagerSpecification cursorManagerSpec =
    dp.createCursorManagerSpecification(hier);
    SpecifiedCursorManager cursorManager =
    dp.createCursorManager(cursorManagerSpec);
    CompoundCursor cursor = (CompoundCursor) cursorManager.createCursor();
    // retrieve the values
    do {
    Iterator iter = (cursor.getOutputs().iterator();
    boolean first = true;
    while (iter.hasNext()) {
    if (!first)
    System.out.print(", ");
    System.out.print(((ValueCursor) iter.next()).getCurrentValue());
    first = false;
    System.out.print(": ");
    System.out.println(cursor.getValueCursor().getCurrentValue());
    } while (cursor.next());
    Hope this is helpful.

  • Creating Dimension using template in Analytical workspace manager

    Hi,
    I am rajan, I am working with Oracle's Analytical workspace manager Release 2.
    I am trying to create the dimension using the templates from the file. it throws the following error,
    The following errors have occurred when loading contents:
    Closed Connection
    Note :     I am referring the tutorial in the following URL,
    http://st-curriculum.oracle.com/obe/db/10g/r2/prod/bidw/awm/awm_otn.htm and also i have downloaded the awm.zip file from the same URL and imported into my desktop.
    Right now, I am working based on this tutorial only.
    Kindly,help me to resolve this issue.
    Thanks
    Rajan

    Francisco,
    Query DBA_REGISTRY to verify the status of "OLAP Analytic Workspace" component.
    Also, wait for the script to finish and check the status of the objects then.
    Thanks,
    Hussein

  • Analytic Workspace Manager Tutorial

    Greetings
    I haven't had any luck getting anyone to address this (posted in oracle by example and in Business Intelligence).... the "new" tutorial "Populating Your OLAP Analytic Workspace Using Analytic Workspace Manager" <http://www.oracle.com/technology/obe/obe10gdb/bidw/awm/awm.htm> has a bug on the javascript that loads all images (i.e., "eyeglass"). All other Oracle By Example tutorials pass in a "static" list of images to be loaded into the "MM__swapImage()" function (ref http://www.oracle.com/technology/obe/obe10gdb/bidw/odm/odm.htm) . This "new" tutorial however uses a function called "preLoadImages() in which an array is attempted to be built from the contents of "document.images" this property appears to be empty (perhaps some path issue getting all the images?) .... regardless there is nothing in this property and so subsequently nothing to "preload"... the end result of activating the "onmouseover" event is an "error on page" due to the "newImg.src" array being empty. Can anyone address this?
    After no action on my previous efforts I attempted to open a service request on Metalink and of course they sent me back to the forums here.... (suggesting "downloads" and "feedback" forums)

    Yes.... that "eyeglass" javascript is the issue....(you will have to do a "view source" on the page to see the javascript functions I'm talking about)....
    The "onmouseover" for this eyeglass icon works fine on all the other tutorials, but on this one I get no images, (did you try to download all the images via that javascript?) I get an "error on page" in which the javascript indicates that newImg.src is null..... "newImg.src" is the array where all of the images should be read into....via the function "preLoadImages()", combined with showAllImages(), and hideAllImages(), I'm suspecting that there is an issue with the relative directory on the website or some other path issue realated to the javascript "document" object....
    BTW the other tutorials (e.g., http://www.oracle.com/technology/obe/obe10gdb/bidw/odm/odm.htm) seem to use a different method.... instead of the "preLoadImages()" function they all seem to staticly pass all images into MM__swapImage() for this same "onmouseover" event

Maybe you are looking for

  • Battery and Icon Issues

    My battery is not holding a charge and shuts down when unplugged from the charger. In addition the icon at the top of the screen shows an X in the battery icon. When placed on percent or time remaining it still only will show the X. The computer is l

  • Song plays with no audio

    This is happening to random songs. I am listening to the song, and everything is fine, and then all of the sudden the audio stops. The song keeps going with the time, but I cannot hear anything. I have an iPhone 5s with all updates. I don't understan

  • Error in mounting the standby database

    Hi All, OS:Solaris DB:10G I am facing the below mentioned error while i am trying to create a standby database on the same server. Following are the steps that i have followed for the same. 1.Checked the connectivity. 2.Created the pfile for primary

  • Pdf soll's werden - tiff wird gespeichert :(

    Guten Tag, seit einigen Tagen habe ich Adobe Acrobat 9 Professional installiert. Vorher hatte ich die Version 7.xxx Die Vorlagen für die Formulare erstelle ich in PageMaker. Zum umwandeln in eine*.pdf-Datei habe ich bisher auf das Acrobat-Logo in der

  • CRM on Demand integration

    Where can I find information about integration between CRMOD and JDE ??