Eif import/export in 11g

Hi All,
I exported my analytic workspace into an eif file and imported into another analytic workspace. The Analytic workspace that I imported into had already built in dimensions and cubes. Before I import eif file I deleted Analytic workspace using AWM and then imported. Import succeeded without any errors so when I import what happens to the views that AWM created automatically in my imported Analytic workspace. How can I enforce drop old dimension/cube views and create new views from my eif file? because in my case my schema still had old views from old AW objects instead of creating views from eif file.
The problem I noticed was when I tried to refresh cubes using DBMS_CUBE package. I was getting following error as my build referring views from my old cube.
ORA-37162: OLAP error
XOQ-01707: Oracle job "JOB$_1132" failed while executing slave build "TEST_AW.TEST USING (LOAD NO SYNCH, SOLVE) AS OF SCN 2299502303986" with error "37162: ORA-37162: OLAP error
ORA-36810: Analytic workspace object TEST_AW.TEST_AW!MY_OBJECT_ID_L3 does not exist.
ORA-06512: at "SYS.DBMS_CUBE", line 236
ORA-06512: at "SYS.DBMS_CUBE", line 305
ORA-06512: at line 1
Here object TEST_AW.TEST_AW!MY_OBJECT_ID_L3 belongs to old cube which I removed in my new AW. How can I force my build to look at new SCN?
Thanks
Dileep.
Edited by: user3953230 on Feb 28, 2011 3:21 PM

Dileep,
This sounds like
BUG 9761434 - KGL OBJECTS NOT FLUSHED FROM ALL EXADATA NODES DURING AW DELETE OPERATION
The basic problem is that the old definition of the AW gets kept in the 'shared pool', also known as 'kgl', of a RAC node after the AW is deleted. If you immediately create an AW with the same name in another RAC node, then the system can get confused. The workaround is to issue
alter system flush shared_pool;in all RAC nodes.

Similar Messages

  • Importing the dump into 10g which exported from 11g server

    hi
    can i import the dump into 10g which exported from 11g server?
    thanks
    nidhi

    knidhi wrote:
    hi
    can i import the dump into 10g which exported from 11g server?
    thanks
    nidhiHi Nidhi,
    No, if you want to use an 11g export dump and import it using 10g utilities to a 10g database.
    Yes, if you use 10g export utility to extract 11g database data, and use 10g import utility to import in 10g database.
    For more information on export/import compatibility, please check:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/exp_imp.htm#
    HTH
    Regards,
    Z.K.

  • Export  from 11g and import to 9i

    I have run exp from machine runing oracle 9i to export tables from
    another machine running oracle 11g .Export is working fine but while
    importing in Oracle 9i it is giving the following errors.
    import done in US7ASCII character set and AL16UTF16 NCHAR character
    set
    import server uses WE8ISO8859P1 character set (possible charset
    conversion)
    IMP-00003: ORACLE error 96 encountered
    ORA-00096: invalid value for parameter plsql_compiler_flags, must be
    from among NON_DEBUG, DEBUG, INTERPRETED, NATIVE
    IMP-00000: Import terminated unsuccessfully
    Can anybody suggest how to do this.
    Thanks for your valuable time.

    Duplicate post
    export  from 11g and import to 9i
    Srini

  • Importing Statistics - Oracle 11g upgrade

    Hi,
    We are in the middle for planning for migration of oracle 9.2.0.8 database hosted in HP-UX to oracle 11gR2 to Linix. The database size is 1 TB ( 400GB of table data & 600GB of index data).
    Please let us know whether we can use the option of import/export the statistics from the Oraclr 9i to oradle 11g database. The database is highly OLTP/Batch. Will it be any Query performance problem due to the statistics import from oracle 9i to oracle 11g.
    Any suggestion are welcome and let me know if you need any more information.
    thanks,
    Mahesh

    Hello,
    Please let us know whether we can use the option of import/export the statistics from the Oraclr 9i to oradle 11g databaseIf I were you, when the data are imported to the 11g Database I would refresh the Statistics by using the dbms_stats Package.
    Then, you can test the most common queries on the new Database. If some perfomance troubles appear, you can use classical tools (Statspack, Explain Plan, TKPROF,...) or some useful tools you have in 11g as SQL Tuning Advisor or SQL Access Advisor :
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/sql_tune.htm#PFGRF028
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/advisor.htm#PFGRF008
    Hope this help.
    Best regards,
    Jean-Valentin

  • Export OLAP 11G AW/Cubes to OBIEE 11g

    Hi Experts,
    If anyone has handled this assignment of exporting OLAP 11G AW/Cubes to OBIEE 11g, Please share all details. Currently we use BO for reporting requirements and before going ahead with OBIEE 11g would like to make sure there is not much of a gap. As of now we see a lot of incompatibility while exporting  like some dims and cubes cannot be exported and so on. Any white paper/docs/information on this from experienced folks are welcome.
    We are on 11.2.0.3 db release.
    Thanks in advance,
    MS

    Here is some basic information about importing 11g analytic workspace cube and dimension metadata into OBIEE.
    There are two basic options as I suspect you already know:
    Option 1) Before the release of OBIEE 11.1.1.5 (I believe), there was no native support for the OLAP option within the administrator tool of OBIEE, and
      one needed to use the AwM plug-in to OBIEE. The AwM plug-in generates a UDML file which can be imported into OBIEE using the OBIEE admin tool.
      The AwM plug-in to OBIEE generates metadata for the source, business model, and presentation layers. The very latest version of the AwM plug-in will specially
      handle calculated measures created in AwM and create the proper calculcated measure expression in OBIEE. This is very important if you are querying above the cube
      to get the correct aggregation results. One area that has limited support is if a dimension only has value-based hierarchies. The plug-in will create a very simple level-based
      hierarchy to at least allow the dimension to be successfully created. You then need to do more work within the OBIEE administration tool to create the fully baked
      value-based hierarchies. I do not have any real-world experience with value-based hierarchies in OBIEE. Again, the AwM plug-in to OBIEE works with level-based hierarchies
      and supports multiple hierarchies per dimension. The AwM plug-in to OBIEE is available on the OTN download page for the OLAP option.
      Here is the link:  Oracle OLAP Downloads: Software & Samples
    Option 2) OBIEE 11.1.1.5 and later allows for native integration for accepting OLAP 11g dimension and cube metadata as a supported source.
       This integration makes the AwM plug-in somewhat obsolete (except for the calculated measure expression integration which is unique to the AwM plug-in and using
       AwM to create calculated measures including time-based calculated measures)
    Please expand on the incompatibility issues you are running into. Is this related to a lot of value-based hierarchies or other issues?

  • Export BPA 11g (BPMN 2.0) Model into OBPM 11g

    Hi,
    I am trying to export a BPMN 2.0 process from BPA 11g and import into OBPM 11g.
    My understanding is, Share blueprint option in BPA and oracle tutor can not be used, as the model is of BPMN 2.0
    Any suggestions/pointers will be highly appreciated.
    Edited by: 905033 on Oct 23, 2012 2:56 AM

    Hi:
    It seems that for BPA 11g, at least in release 11g R1 the option for sharing blue print is just for BPMN 1.x. For 2.0 is not even available the menu option.
    Let me try to make a couple of tests, trying to export it on an ARISAML format, and from there, to use another tool to convert it to BPMN.
    best

  • Export 9i - 11g

    Taken export from 9i exp in a 11g db - but need to imp it again to a 11g db - is it possible - if so,hav to use 9i exp or 11g exp?

    Mr.R wrote:
    Taken export from 9i exp in a 11g db - but need to imp it again to a 11g db - is it possible - if so,hav to use 9i exp or 11g exp?Take export using 9i exp utilit from 9i database and import that into 11g database using 11g import utilit

  • Questions on Subviews and Import/Export in Data Modeler v3 EA1.

    I have a few questions about the capabilities of Data Modeler v3 EA1:
    1) Is it possible to rename subviews? Would like more meaningful names then Relational_x - Subview_x.
    2) Is it possible to save documents at subview level?
    3) Is it possible to import/export subsets of data?
    4) Having problems importing Erwin 7 .xml file, is there known problems with this import?
    Judy

    Hi Judy,
    1) To rename a subview just right click on it in the browser tree and select "Properties". In the properties dialog change the name and click OK button.
    2) You can save a subview as new Data Modeler design - from the File menu select Export -> To Data Modeling Design. In the newly opened dialog select the subview you want to export and click OK button.
    3) After saving a subview as new design (see answer #2) it can be imported in some other design (File -> Import -> Data Modeler Design).
    4) What kind of problems do you have with import of Erwin 7.* xml file?
    Regards,
    Ivan

  • How to import/export data in pl/sql developer

    how to import/export data,table script in pl/sql developer.
    By using the export functionality i am getting the dump file.I want a sql file.How do i do it?
    And i want the data in csv file and table script in a sep sql file.How do i do it?

    <li>run your query in "Query Builder"
    <li>Right-Click on the Query-Results
    <li>Click "Export"
    <li>Click on the "Drop-Down" in front of "Format" and choose "insert"
    <li>Provide the location and name of ther "sql" file.
    If you want output in CSV format, choose "csv" from the "format" drop-down.
    HTH

  • Getting an error while importing/exporting the universe from my BO Designer

    Hi,
       I am facing a issue while importing/exporting the universe from my BO Designer to the Server.The error is mentioned below.
       'File Repository Server Input is down'
       Once I click the OK button on this error message, it displays  the message
       'Could not import the Universe'.
      I tried the check the status of the File Repository Server (Ouput and Input) and also the of the Root Directory on the  Physical Server and also my machine.They all have read-write access.
    Installed Version of the Universe Designer Client: Business Object XI Release 2 SP3
    Installed Version of the BO Enterprise Server: Business Object XI Release 2 SP2
      Can you please help me to resolve the issue

    Hi,
       The step you have mentioned may not be applicable to my issue as one of my colleagues can import/export the universe from the same server
    The second thing is that a DB2 Client v9 is installed on both mine and my colleagues system.The Designer software can recognise the DB2 drivers on his system but it cannot recognise the same drivers on my system.I even checked the versions of the BO software installed on his and my system and they are same.
    The only difference is that his machine is a Windows XP Machine and mine is a Network Desktop.
    Will any of the above two things will affect the operation of the BO Designer.
    Thanks
    Prabhakar Korada

  • Attunity connectors for Oracle in Import Export Wizard in SQL Server 2008 R2

    Is there a way we can see the Attunity connectors drivers in the Import/Export Wizard (64 bit) for SQL Server 2008 R2?
    Although I made it work for SSIS, I would need these drivers in the Import/Export wizard so as to automate it for numerous number of tables which I want to migrate.
    Can the Attunity connectors for Oracle be used in the Import/Export wizard? If so please let me know.
    Regards,
    Ashutosh.
    Ashutosh.

    I have 100 tables to migrate. Creating a data flow for each table is tedious and that's why I was looking out for a way to do it through import export wizard so that I don't have to create a separate data source and destination for each table in the Data
    flow Task.
    Is there a way to loop through all tables and transfer data in SSIS without having multiple sources and destinations created for each table? This also involves a bit of transformation as well.
    Regards,
    Ashutosh.

  • IMPORT/EXPORT statement in Background Mode

    Hey dudes,
    I am facing a problem in my coding. I am dealing with coding in several events in IS-U, transaction FPY1.
    However, it's not so important ya. Now I am written some code on IMPORT and EXPORT some parameters between 2 program code. It's work very fine only in 'DEBUG MODE', but when it's running not debug mode (Is BACKGROUND MODE), coz it's massive run program.
    I suspect it's because of the background job. Does background job using ABAP Memory? IMPORT/EXPORT is only for dialog work process, not background work process?? I have a lot of question mark on my head now..
    Hope anyone facing dis issue before can help.
    Cheers,
    Isaac.

    Are you trying to pass data via EXPORT/IMPORT between two programs that are both running in background, or from an online session to a background process?... i.e. what are the two lots of program code that you are wanting to pass parameters between? 
    It would be fine for a background program to "export" data to a memory ID, then for the same batch program to submit another program that does the "import" from the same memory ID... but this method won't work for an online user doing an "export" and a batch job doing an "import" -> for this to work, you would need to persist the parameters so that the batch job can retrieve them.
    If you can explain the scenario a bit more, will try to offer more help...
    Jonathan

  • Import & Export of Internal table

    Hello All,
    In my requirement I need to call the MB5B program RM07MLBD. I used the code like this.
    SUBMIT rm07mlbd AND RETURN
                WITH matnr   IN  so_matnr
                WITH werks   IN  so_werks
                WITH datum   IN  so_budat.
    Now from the RM07MLBD program I need the get the values of the table * g_t_totals_flat * to my zprogram.
    Is it possible to import & export the Internal table from one program to other.
    Regards,
    Anil.

    Hi,
    You can export the internal table ot memory id and can access the (Import) in the called program.
    Consider this small code from ABAPDOCU.
    DATA text1(10) TYPE c VALUE 'Exporting'.
    DATA: itab TYPE TABLE OF sbook,
          wa_itab LIKE LINE OF itab.
    DO 5 TIMES.
      wa_itab-bookid = 100 + sy-index.
      APPEND wa_itab TO itab.
    ENDDO.
    EXPORT text1
           text2 = 'Literal'
      TO MEMORY ID 'text'.
    EXPORT itab
      TO MEMORY ID 'table'.
    Regards
    Bikas

  • ABAP command IMPORT/EXPORT

    Hi!
    I would like to know whats the replacement for the IMPORT and export commands used in 4.7c  in ECC6. Can anyone tell me whats the replacement commands for import and export command that is used in abap/4 4.7c for ECC6.
    Thanks

    Hi Aarav,
    there is nothing like replacement for import/export.there is another statements to transferdata which are Set/Get.
    when you are working with sap you have sessions.so in between session if you want to transfer data then you will use set/get parameters.import/export are used within the session.means you opened se38 and written a program and then go back to se38 initial screen and entered another program name and in that program you want the data which is in the previous program you have written in the se38 in same session.
    reward points if helpful.

  • How i can write a plug in for ai cs6 in c# for import/export of web type document

    can i write a plug in c#(or any other language) for import/export  a screen of the adobe illustrator cs6 in html (or any other format) if document of web type.

    If I understand you correctly, yes, you could write a plugin that imported an HTML file into Illustrator. You could also write one that exported to HTML. I'm not sure how easy it would be, and you won't find any HTML parsing help in the Illustrator SDK, but it's quite easy to create artwork with the SDK.

Maybe you are looking for

  • Audio plays out of left side only

    I had this same problem with the 4th Gen Nano, which is why I received this one. But, I've only had this iPod for a few months at the most, and I do not have a warranty on it anymore. I have tried multiple sets of headphones, so I know it is a proble

  • Black borders after screensaver view

    These borders are frame-like and are basically on all my opened windows. They usually appear after a screensaver view, i.e. waking up mac from sleep. Not present initially after turning on. In addition to the borders, multicolored horizontal lines be

  • How to manually cover up background in scene

    There's a 15 second long shot of the "C.I.A." interior location in my senior thesis film, and unfortunately due to limited time on production we didn't have the luxury to remove the convention center's flags that had a flower design.  The flowers are

  • SSL error when trying to sync tasks to Exchange 2013

    I followed the documentation on setting up exchange 2013 and SharePoint 2013 for task synchronization. When I try to sync the tasks to outlook, i get an error telling me that the user mailbox on exchange may not support task synchronization. when i l

  • Depuis la dernière mise à jour iPhoto 9.4 (701/64) impossible d'exporter des photos : le logiciel quitte systématiquement : quoi faire ?

    sur mon ibookPro (sous 10.7.5) la dernière mise à jour iPhoto provoque quelques dégâts. impossible d'exporter des photos depuis la mise en place de cette mise à jour ! la logiciel quitte, répare ma bibliothèque et tout recommence : nouvelle tentative