10g DBMS_AW V/s 11g DBMS_CUBE

Hi All,
We have a custom way of creating the AW in 10g from the XML file by using the package ---
EXECUTE IMMEDIATE 'BEGIN dbms_aw.aw_create (<AW OWNER>,< AW NAME>)
v_file_name := UPPER(<AW OWNER>) || '.XML';
v_return := dbms_aw_xml.executefile (<File dir path>, <file name>)
and for the EIF
v_file_name := UPPER(p_aw_name) || '.EIF';
EXECUTE IMMEDIATE 'BEGIN dbms_aw.execute (''import all from eif file ''''' || v_file_name || ''''' update''); END;';
Can the same package be used to create AW in 11g from XML and EIF files? Because I see a procedure IMPORT_XML in 11g DBMS_CUBE package. Can this be used to import the XML files? any trade offs b/w the two?
PROCEDURE IMPORT_XML
Argument Name Type In/Out Default?
DIRNAME VARCHAR2 IN
FILENAME VARCHAR2 IN
Pls advice if anyone is aware of any difference b/w 10g DBMS_AW V/s 11g DBMS_CUBE
Thanks,
Murali

Above message properly formatted (that'll teach me to press 'Post' rather than 'Preview' :-)...
Mike Ault has put together an article for DBAZine on 10g OLAP, focusing on hierarchy handling improvements and the new AWXML feature used for creating analytic workspace objects using XML metadata.
http://www.dbazine.com/ault3.shtml
I was curious about the DBMS_AW_XML package Mike mentions in the article as I hadn't noticed this package when 10g 10.1.0.2 was released. Also, it's clearly a reference to the AWXML feature first announced by Anthony Waite in this forum (Parent/Child Dimension with Ragged Hierarchy that wasn't due to be released until the 10.1.0.3 patchset later this quarter.
Having checked the online docs (http://download-west.oracle.com/docs/cd/B13789_01/olap.101/b10334/toc.htm) , there's no reference to DBMS_AW_XML in the 10.1.0.2 release, which would confirm that the XML support for analytic workspace feature Mike talks about is actually what's coming in the 10.1.0.3 patchset, rather than it being a feature in the currently available (10.1.0.2) release of 10g.
Interesting heads up on what's coming up with the next patch release though.

Similar Messages

  • 10G Reports download in 11g

    Hello All
    I downloaded the sample reports for OIM in BI Publisher 10G but I want to use 11g based on better security capabilities. I was wondering if there is a way to import the 10g reports from the download into 11g? I found a couple documents on the ua.bat utility for upgrading repositories and catalogs, but I don't have a 10g install to copy any of the data from. Do you know if it is possible to install the 10g reports on the 11g server? I have the jdbc connection already setup, just need to get the report samples uploaded if possible. Any help you can give would be appreciated.
    Thanks
    Nick

    Hello, I had the same question a while back. Response I got back from Oracle Support was that it's not possible to export a report from 10g and import into 11g. You either have to recreate the entire report or upgrade the repository.
    Seems a bit short sighted to me from a migration standpoint, but that's what I know.

  • 10g RAC upgrade to 11g RAC

    How to perform 10g RAC upgrade to 11g with Dataguard in place?
    OS=LINUX
    RDBMS=10.2.0.4
    DG=PHYSICAL STANDBY
    Below is my understanding
    1)Install 11g CRS in NEW_CRS_HOME
    2)Install 11g in NEW_ASM_HOME
    3)Install 11g in NEW_RDBMS_HOME
    4)Export the new NEW_ORACLE_HOME and start up the database with startup upgrade.
    5) Run the catupgrade.sql script.
    Are there any other steps involve?
    In case I have to rollback then how to rollback CRS.

    Personally I would use DBUA instead of catupgrade.sql, but make sure you follow the upgrade documentation for pre-checks etc. You will also need to use netca to recreate the sqlnet listeners in the 11g homes and register with 11g CRS.
    CRS is generally fairly quick to re-install and re-register databases, and this is cleaner than trying to restore OCR and VOTE disks etc. If you prefer to rollback be sure you backup the OCR and VOTE disks (e.g use dd), backup /etc/oracle, CRS_HOME, /etc/init* scripts etc.
    The dataguard standby database should roll forward through the upgrade, but you will need to manually register the standby with 11gCRS. Make sure you have your DB and Log create_file_dest's set, as well as standby_file_management=auto. Personally I would manually recover the standby after the upgrade in case I need to use it to fallback.
    Edited by: rgeier on Sep 1, 2009 3:51 PM

  • A query which works in 10g but not in 11g.

    Hi there,
    We are in the process of upgrading our database from 10g to 11g. We have a test server with 11g, and imported all the 10g data in there. While testing the 11g server, for many queries, we get ORA-00918: column ambiguously defined error, however the same queries work just fine in 10g. Below is a sample query.
    SELECT household_name || ' - Begin Date: ' || TO_CHAR(vnsrp.effective_date,'dd-MON-yyyy') ||
    CASE WHEN vnsrp.second_return_period_type = 'NON_FURLOUGH' THEN
    ELSE NULL
    END household_name,
    second_return_period_id
    FROM vn_secondment_return_period vnsrp
    JOIN ve_household_membership vehm
    ON vehm.family_household_id = vnsrp.family_household_id
    JOIN vb_family_household vbfh
    ON vbfh.family_household_id = vehm.family_household_id
    ORDER BY household_name
    We know, in the above query, the household_name is from both views vn_secondment_return_period and vb_family_household, but to the wonder it works without any error in 10g and not in 11g.
    We have so many queries like this, so changing them to give qualified column name (viewname.columnname) would be a very tedious process for us.
    Is there any simple solution by changing DB parameter like that?
    Advance Thanks,
    Natarajan

    i mean just change the definition of one of these views: vn_secondment_return_period or vb_family_household. I think this is the simplest way.

  • Error while Export from 10g and import to 11g

    Hi,
    I get the following error on few tables when i try to export from 10g and import to 11g DB.
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing TBAADM's objects into TEST
    . . importing table "ACCT_AUTH_SIGN_TABLE"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "TEST"."ACCT_AUTH_SIGN_TABLE"."MODE_OF_DESPATCH" (actual: 3, maximum: 1)
    How to over come this ?
    Regards,
    jibu

    Jibu  wrote:
    Hi,
    I get the following error on few tables when i try to export from 10g and import to 11g DB.
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing TBAADM's objects into TEST
    . . importing table "ACCT_AUTH_SIGN_TABLE"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "TEST"."ACCT_AUTH_SIGN_TABLE"."MODE_OF_DESPATCH" (actual: 3, maximum: 1)
    How to over come this ?
    Regards,
    jibu
    [oracle@localhost sql]$ oerr ora 12899
    12899, 00000, "value too large for column %s (actual: %s, maximum: %s)"
    // *Cause: An attempt was made to insert or update a column with a value
    //         which is too wide for the width of the destination column.
    //         The name of the column is given, along with the actual width
    //         of the value, and the maximum allowed width of the column.
    //         Note that widths are reported in characters if character length
    //         semantics are in effect for the column, otherwise widths are
    //         reported in bytes.
    // *Action: Examine the SQL statement for correctness.  Check source
    //          and destination column data types.
    //          Either make the destination column wider, or use a subset
    //          of the source column (i.e. use substring).

  • SOA Suite 10g and SOA Suite 11g? what are the major changes in these two?

    Hi Experts,
    I am keen in knowing about Soa Suite 11g. SOA Suite 10g and SOA Suite 11g, BPEL changes? what are the major changes in these two product/tool wise? Is now OSB is part of Soa Suite 11g? it would be helpful for us to know what are the major changes and updates or modifications came in 11g.
    Please share this valuable information.
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?

    what are the major changes in these two product/tool wise? Few major changes to enlist are that SOA suite 10g was using Oracle Application Server (OC4J) however 11g is on Weblogic and 11g is based on SCA. B2B is now part of SOA suite itself and OSB can share a domain with SOA. You may refer below link to know few more -
    http://blogs.oracle.com/soabpm/2010/03/11gr1_patchset_2_111130_soa_fe.html
    Is now OSB is part of Soa Suite 11g? OSB has a separate installer but can share a domain with SOA and SOA-direct binding is also supported now. Refer below link to know more about new features in OSB 11g -
    http://download.oracle.com/docs/cd/E14571_01/relnotes.1111/e10132/osb.htm#CJACHEHJ
    Is there still any version is in progress from Oracle, which is yet to be officially launched from oracle?No major release is planned. Patches for 11g R1 may come.
    Regards,
    Anuj

  • Porting from Oracle 10g AS to Oracle 11g Weblogic server

    Hi,
    I am trying to port J2EE applicatin from Oracle 10g AS to Oracle 11g Weblogic Server. I have jsp files which contains sql code embedded to fetch data from the DB. The components used in this application are Java, JSP, Servlets and Stateless session beans.
    I have a commonjar which is used to create DB Connection manager and other common stuff which is present inside web-inf/lib. My application is packaged as an ear and which contains the war and different ejb-project.jar files. When the Stateless bean is trying to call the ConnectionManager class, which is present inside the commonjar inside web-inf/lib, I get InvocationTargetException. When I debugged in Eclipse, I see that that inside ejb the reference ConnectionManager, the variable cannot be resolved. So I guess at runtime, ejb is not able to locate ConnectionManager Class.
    I tried to copy this jar to APP-INF/lib and the same jar is present inside web-inf/lib as well. In that case what happens is the jsp fails with the exception ConnectionManager cannot be resolved.
    How can I make the ejb work by keeping the commonjar inside web-inf/lib alone.
    Any help or suggestions?
    Thanks
    Raj

    The classloader hierarchy in WLS looks like this (arrows denote inheritance direction):
    Java bootstrap classloader <- Java CLASSPATH classloader <- WLS $DOMAIN_HOME/lib classloader <- Application (e.g., EAR) classloader <- web app classloader <- single JSP classloader
    The Connection Manager is loaded by the web app classloader while the EJBs are loaded by the application classloader so the EJBs have no visibility to the classes loaded by the child (web app) classloader.
    The simplest fix might be to move the Connection Manager jar file to the EAR file's APP-INF/lib directory.
    One word of caution though, you need to be using WebLogic Server's Data Sources and JDBC connection pooling to make sure that you correct transactional behavior if the application is doing any sort of JTA transaction (regardless of whether the JTA transactions are using XA or not...).
    Hope this helps,
    Robert

  • Should I go for Oracle 10g OCA/OCP or 11g OCA/OCP Certification?

    Hi all,
    I am lil bit confuse to decide about my oracle core dba certification.
    Please help me to know, as per the present requirements of the business organizations.
    ***Should I go for Oracle 10g OCA/OCP or 11g OCA/OCP Certification?***
    Hope u guys answer me earliest.
    Thanks & Regards,

    Most likely, it doesn't matter too much. I doubt that most employers are terribly concerned with what recent version of Oracle you have a certification on.
    That said, if it matters
    - What does your organization use? What are their plans to upgrade? If your company still uses 9.2 primarily and has plans to upgrade to 10.2 this year, you're probably better off with a 10g certification. If your company is already running mostly 11.2, you're probably better off with an 11g certification.
    - What do most employers in your particular part of the world tend to use? What do job postings in your particular part of the world generally list?
    Justin

  • OCA 10G certified to OCP 11G

    Hi,
    i am an OCA certified 10g; to get OCA 11G what is the better :
    - Pass OCA 11G from the begining including (1Z0-001 or1Z0-007 or 1Z0-047 or 1Z0-051) AND 1Z0-052 ?
    - OR pass an upgrade 11G OCA exam?

    shipon_97 wrote:
    Dear Friends ,
    I am now Oracle 10g OCP . I want to upgrade myself to OCP 11 g . For this reason , which exam I need to give ?
    i.e., From OCP 10g , How can I get OCP 11g certification . How many exam I need to give . Mention the exam code plz .
    Advice me ... ...I wonder how an Oracle Certified Professional cannot manage to read the forum stick posts or navigate to http://www.oracle.com/education/certification or ( and http://certification.oracle.com) and find 'already certified' then 'upgrade my cerification' ?
    It is better practice you find it for yourself and if it is unclear then check back here.
    Reference: (from the person you replied to) ... {thread:id=1054151}
    (And if you observe the thread you have chosen to hitch on to title carefully you are not directly on topic.)

  • 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.

  • ORA-06553: PLS-908 when calling 10g remote procedure from 11g database

    Hi,
    I have 2 instances: 11g (11.1.0.7) and 10g (10.2.0.4). When I try to call 10g (remote) procedure from 11g database, there is errors:
    ORA-04052: error occurred when looking up remote object CUSTOMER.PRL_PK2_GENERAL@CUSTOMER_LINK
    ORA-06541: PL/SQL: compilation error - compilation aborted
    ORA-06553: PLS-908: The stored format ofCUSTOMER.PRL_PK2_GENERAL@CUSTOMER_LINK is not supported...
    But, if I call the same procedure from another 10g instance, it's OK.
    How can I fix the problem?
    Thx,
    qtpham

    As you can see ,it seems like the workaround that was mentioned there is currently the only way to remove this ORA.
    Workaround: Remove the function call(s) from the called subroutine's
                package's spec.

  • Uninstall DB 10g and Install DB 11g

    Hello,
    I am trying to install DB 11g Release 1... but I have already DB 10g Release 10.2.0.1.0 some what is the best practice to unistall DB 10g and install DB 11g
    Thanks in advance

    you can install 10g and 11g in seperate oracle home. only thing is while conneting to each database set your enviroment variables properly and then connect to respective database.
    Anil Malkai

  • Restoring Back To 10g After A Failed 11g Upgrade Of a RAC Database

    I'm testing this out on a small test RAC database. I successfully upgraded it from 10.2.0.4 to 11.2.0.2 but wanted to test the scenario of having to go back to 10g if the upgrade really hosed up. The first recovery attempt seemed to be successful but after bringing the DB down with srvctl, it failed on the next startup saying it needed to be started in upgrade mode. Something from 11g was still in place or the fact that I was trying to restart a 10g database managed by 11g clusterware was the issue. I tried starting the DB from both 10g and 11g environments and got the same result. Even starting each instance individually got the same result.
    In all that I tried, I got the usual incarnation and "until time before reset time" messages. I've been doing this all through RMAN without EM or Grid Ctl. As usual, any docs I found have had just a little information and I have to piece my own instructions together from all of them, not knowing for sure it all steps would apply in my situation.
    Can anybody point me to a good doc or other resource that might help me out? Many thanks!

    Now I have a different issue with apparently the same problem. I successfully did the restore/recover as before but the thing pukes when I open resetlogs at the end. Something, somewhere is still pointing to 11g but I have no idea where or what has changed since the last time I did this. Maybe I've messed things up by doing this multiple times. Here are my RMAN commands:
    RMAN> connect target
    RMAN> startup force nomount;
    RMAN> RESTORE SPFILE TO '+DATA/jimg/spfilejimg.ora' from '/local/oracle/10.2.0/db_1/dbs/c-2526333028-20110915-01';
    RMAN> shutdown immediate;
    (in a different session, from command line)
    % mv /local/oracle/10.2.0/db_1/dbs/initJIMG1.ora.bak /local/oracle/10.2.0/db_1/dbs/initJIMG1.ora
    RMAN> startup force nomount pfile='/local/oracle/10.2.0/db_1/dbs/initJIMG1.ora';
    RMAN> restore controlfile from '/local/oracle/10.2.0/db_1/dbs/c-2526333028-20110915-01';
    RMAN> alter database mount;
    RMAN>
    run {
    restore database;
    recover database;
    RMAN> alter database open resetlogs;
    The errors I get after resetlogs are:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/16/2011 09:24:50
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-03114: not connected to ORACLE
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 09/16/2011 09:24:50
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    This is being done on a small, expendable database for practice. I think I've learned enough about what NOT to do to keep me from getting in this jam to begin with. Any thoughts?

  • Did JHeadstart capable to convert 10g forms to both 11g & 10g  ADF Faces?

    We would like to purchase JHeadstart for JDeveloper 10.1.3.3 to Generator 10g Forms to ADF Faces. this version of JHeadstart capable to convert 10g forms to 10g ADF Faces. But I want a universal JHeadstart ADF Faces Generator that will capable to convert 10g forms to both 11g & 10g ADF Faces. Please help me by your valuable suggestion/consultancy.

    Try asking on the JHeadstart forum:
    JHeadstart
    AFAIK, JHeadstart 11g is still not out.

  • Invoking 10g B2B from SOA 11g

    Hi,
    Greetings to B2B Gurus!!!
    We have a requirement to invoke 10g B2B (10.1.2) from SOA 11g.Is it possible to invoke 10g B2B from SOA 11g? If so, what all are necessary patches which needs to applied in order make it compatible?
    Any Input on this is highly appreciated.
    Thanks,
    Saravana

    Hi Saravana,
    You cannot configure 2 different hosts in B2B 11g as well however B2B 11g has out-of-box support for hub mode integration. You may like to refer -
    https://blogs.oracle.com/oracleb2bgurus/entry/implementing_oracle_b2b_11g_as
    Regards,
    Anuj

Maybe you are looking for

  • Flash player is not working whenever I switch to airport connection

    The flash player is not working in both Safari and firefox, when I switch the internet connection to the airport (WiFi), but the Ethernet connection is working fine with flash player. reinstall of Mac os x 10.6 --> not working repair disk and permiss

  • How do I view templates in English in the Pages program?

    How do I view templates in English in the Pages program?

  • Re: Sending SMS and Recieving SMS from chat server

    Hi all, I would like to know how can i send sms from J2ME wireless toolkit to a macromedia flash socket server (electroserver) and recieved a feedback from the server that the message is successfully recieved. as example of what i want was:- 1. user

  • Cast and Order by

    One of the requirements we have in generating reports is to order the results by 'users choice'. Example: The user wants a report for the following customer's, (in the order the user enters the customers name). The report is generated through a proce

  • ACS user access setting

    I am trying to find solution for some type of settings in ACS. Imagine for instance real situation as follows: There is group "A" with 100 users. I need for 20 of them assign the access to devices in the group "B". I can't find any easy possibility h