ESSBASE VERSION 11 PARTITIONING

Has anyone tried the 2 way partitioning between block storage and aggregate storage databases in Version 11?
I am particularly interested in knowing the speed of data transmisssion when the block storage database is the source and the aggregate storage database is the target

I tried with other path and it works. I really appreciate all your help. I used following maxl
export database "Plan"."Test" all data to data_file
C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
/*      Export Database                              */
/* Environment Variables: (set by calling script)               */
/* $ess_UserName      - Essbase username                     */
/* $ess_Password     - Essbase password                    */
/* $ess_Server          - Essbase server                    */
/* Local variables: (set by MaxL script)                    */
/* $APP               - Essbase application ($1 positional parameter)     */
/* $DB               - Essbase database ($2 positional parameter)     */
/* Any error returned from a MaxL command causes the               */
/* logic to branch to an error exit at end of the script           */
/* set local variables to values of positional parameters */
set APP=$1;
set DB=$2;
/* Login to Essbase */
login $ess_UserName $ess_Password on $ess_Server;
/* Export database in parallel to the database directory - all data */
export database "$APP"."$DB" all data to data_file
     "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
     "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
iferror 'ERROREXIT';          
/* Normal Exit */
Thank You
T.Khan

Similar Messages

  • Performance issues with version enable partitioned tables?

    Hi all,
    Are there any known performance issues with version enable partitioned tables?
    I’ve been doing some performance testes with a large version enable partitioned table and it seems that OCB optimiser is choosing very expensive plans during merge operations.
    Tanks in advance,
    Vitor
    Example:
         Object Name     Rows     Bytes     Cost     Object Node     In/Out     PStart     PStop
    UPDATE STATEMENT Optimizer Mode=CHOOSE          1          249                    
    UPDATE     SIG.SIG_QUA_IMG_LT                                   
    NESTED LOOPS SEMI          1     266     249                    
    PARTITION RANGE ALL                                   1     9
    TABLE ACCESS FULL     SIG.SIG_QUA_IMG_LT     1     259     2               1     9
    VIEW     SYS.VW_NSO_1     1     7     247                    
    NESTED LOOPS          1     739     247                    
    NESTED LOOPS          1     677     247                    
    NESTED LOOPS          1     412     246                    
    NESTED LOOPS          1     114     244                    
    INDEX RANGE SCAN     WMSYS.MODIFIED_TABLES_PK     1     62     2                    
    INDEX RANGE SCAN     SIG.QIM_PK     1     52     243                    
    TABLE ACCESS BY GLOBAL INDEX ROWID     SIG.SIG_QUA_IMG_LT     1     298     2               ROWID     ROW L
    INDEX RANGE SCAN     SIG.SIG_QUA_IMG_PKI$     1          1                    
    INDEX RANGE SCAN     WMSYS.WM$NEXTVER_TABLE_NV_INDX     1     265     1                    
    INDEX UNIQUE SCAN     WMSYS.MODIFIED_TABLES_PK     1     62                         
    /* Formatted on 2004/04/19 18:57 (Formatter Plus v4.8.0) */                                        
    UPDATE /*+ USE_NL(Z1) ROWID(Z1) */sig.sig_qua_img_lt z1                                        
    SET z1.nextver =                                        
    SYS.ltutil.subsversion                                        
    (z1.nextver,                                        
    SYS.ltutil.getcontainedverinrange (z1.nextver,                                        
    'SIG.SIG_QUA_IMG',                                        
    'NpCyPCX3dkOAHSuBMjGioQ==',                                        
    4574,                                        
    4575                                        
    4574                                        
    WHERE z1.ROWID IN (
    (SELECT /*+ ORDERED USE_NL(T1) USE_NL(T2) USE_NL(J2) USE_NL(J3)
    INDEX(T1 QIM_PK) INDEX(T2 SIG_QUA_IMG_PKI$)
    INDEX(J2 WM$NEXTVER_TABLE_NV_INDX) INDEX(J3 MODIFIED_TABLES_PK) */
    t2.ROWID
    FROM (SELECT /*+ INDEX(WM$MODIFIED_TABLES MODIFIED_TABLES_PK) */
    UNIQUE VERSION
    FROM wmsys.wm$modified_tables
    WHERE table_name = 'SIG.SIG_QUA_IMG'
    AND workspace = 'NpCyPCX3dkOAHSuBMjGioQ=='
    AND VERSION > 4574
    AND VERSION <= 4575) j1,
    sig.sig_qua_img_lt t1,
    sig.sig_qua_img_lt t2,
    wmsys.wm$nextver_table j2,
    (SELECT /*+ INDEX(WM$MODIFIED_TABLES MODIFIED_TABLES_PK) */
    UNIQUE VERSION
    FROM wmsys.wm$modified_tables
    WHERE table_name = 'SIG.SIG_QUA_IMG'
    AND workspace = 'NpCyPCX3dkOAHSuBMjGioQ=='
    AND VERSION > 4574
    AND VERSION <= 4575) j3
    WHERE t1.VERSION = j1.VERSION
    AND t1.ima_id = t2.ima_id
    AND t1.qim_inf_esq_x_tile = t2.qim_inf_esq_x_tile
    AND t1.qim_inf_esq_y_tile = t2.qim_inf_esq_y_tile
    AND t2.nextver != '-1'
    AND t2.nextver = j2.next_vers
    AND j2.VERSION = j3.VERSION))

    Hello Vitor,
    There are currently no known issues with version enabled tables that are partitioned. The merge operation may need to access all of the partitions of a table depending on the data that needs to be moved/copied from the child to the parent. This is the reason for the 'Partition Range All' step in the plan that you provided. The majority of the remaining steps are due to the hints that have been added, since this plan has provided the best performance for us in the past for this particular statement. If this is not the case for you, and you feel that another plan would yield better performance, then please let me know and I will take a look at it.
    One suggestion would be to make sure that the table was been recently analyzed so that the optimizer has the most current data about the table.
    Performance issues are very hard to fix without a reproducible test case, so it may be advisable to file a TAR if you continue to have significant performance issues with the mergeWorkspace operation.
    Thank You,
    Ben

  • Hperion Essbase Version 11

    Hi,
    I need to download Essbase Version 11 for Windows 32bit machine and I am not able to find essbase files for windows 32 bit machine. We are using windows server 2003.
    I need to upgrade my test environment from System 9.3.1 to Version 11. But we are using version Essbase version 7 on Production server.
    Initially Company want to upgrade to system 9 but now they want to go on Version 11. My question is can we migrate the application from version 7 to 11 and how hard is upgrade from 7 to 11.
    Thank you,
    T.Khan

    Try,
    http://www.oracle.com/technology/software/products/bi/performance-management/index.html
    You will need to download and extract to the same location the following files if you just want essbase
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.1.3.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.3.0 Part 1 of 4
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.3.0 Part 2 of 4
    Oracle Essbase Client Release 11.1.1.3.0
    Oracle Essbase Server Release 11.1.1.3.0
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Office 2003 Excel Addin for Essbase version 5.02

    Is there an Office 2003 Excel addin which will function with Essbase version 5.02? Thanks--cbucklin

    There are no supported addins for Excel 2003 until you get to the Essbase 7.0 or 7.1?) versions of Essbase.Tim TowApplied OLAP, Inc

  • Essbase Version 11 Error During Export

    Hi,
    I have just installed Hyperion Essbase version 11 on windows 2003 Server, It’s a fresh install on new machine. I am getting following error during nightly backup.
    After "Calc All" we export data to the following location. Hyperion\APP\DB. Same Maxl script works fine on version 7 of Essbase. If i export data manually its works fine, only issue i have during nightly back (Automated). Data size is 1.4 GB; Please let me know if you need some more information.
    Error.. *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    Maxl Script:
    MAXL> export database "PLAN"."TEST" all data to data_file
    2>      "'\\PLAN\\TEST\\TEST_Export_AllData_1.txt'",
    3>      "'\\PLAN\\TEST\\TEST_Export_AllData_2.txt'";
    Error:
    OK/INFO - 1019020 - Writing Free Space Information For Database [TEST].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [2].
    *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    MaxL Shell completed with error
    Thank you,
    T.Khan

    I tried with other path and it works. I really appreciate all your help. I used following maxl
    export database "Plan"."Test" all data to data_file
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
    What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
    /*      Export Database                              */
    /* Environment Variables: (set by calling script)               */
    /* $ess_UserName      - Essbase username                     */
    /* $ess_Password     - Essbase password                    */
    /* $ess_Server          - Essbase server                    */
    /* Local variables: (set by MaxL script)                    */
    /* $APP               - Essbase application ($1 positional parameter)     */
    /* $DB               - Essbase database ($2 positional parameter)     */
    /* Any error returned from a MaxL command causes the               */
    /* logic to branch to an error exit at end of the script           */
    /* set local variables to values of positional parameters */
    set APP=$1;
    set DB=$2;
    /* Login to Essbase */
    login $ess_UserName $ess_Password on $ess_Server;
    /* Export database in parallel to the database directory - all data */
    export database "$APP"."$DB" all data to data_file
         "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
         "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
    iferror 'ERROREXIT';          
    /* Normal Exit */
    Thank You
    T.Khan

  • Difference between Hyperion Essbase Version 6.1.4 and 7.1.3

    Hi All,
    Can anyone give me some information on differences between Hyperion Essbase version 6.1.4 and version 7.1.3.
    TIA,
    KRIS.

    Have a look at :- https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1092114.1
    and "Legacy Essbase Cumulative Feature Overview Tool"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase version 11 excel add in

    Hi there
    I have recently downloaded essbase version 11. Does the desktop add in come with the download?
    Also, is this version of the add-in compatible with the new excel version 2007?
    thanks

    Hi,
    The installer files you need to install the essbase client are outlined in the following doc :- http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_install/ch02s02s02.html
    It is compatible with excel 2007.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase version release dates

    Hi,,,
    can any one give me information about the essbase version release dates or years,
    like essbase 5.0, 6.0, 6.2, 6.5, 7.0 .7.X
    thanks in advance

    Hi Suresh,
    I don't know exact release dates of all versions. But as far as i can remember hyperion released 7.X (Aggregate Storage Option) in 2004, which was a great advancement.
    hope this helps.

  • Essbase Version 6 supported OS

    Hi all-
    I have a application on essbase version 6. My current server environment is Windows 2000 server & we are palnning to upgrade it to Windows 2003. Has anybody run version 6 essbase application on Windows server 2003 ?? If yes were
    there any issues with it? I know version 6 is not officially supported but there is one application in essbase which we still want to use for a while.
    Thanks in advance!

    Have a look at :- https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1092114.1
    and "Legacy Essbase Cumulative Feature Overview Tool"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • DBAG for Essbase version 7.1.2

    Hello-
    Can anybody send me DBAG for Essbase version 7.1.2 at following email address:: [email protected]
    Thanks !

    You should be able to download it from http://edelivery.oracle.com
    It will be under Hyperion Performance Management and BI (Pre-Version 9.x) Media Pack for Microsoft Windows (32-bit) > Hyperion Performance Management and BI (Pre-Version 9.x) Product Documentation
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Installation document for the latest essbase version

    Latest  Essbase version.
    Where can i find the installation document for the latest essbase version

    Install/config doc - http://docs.oracle.com/cd/E40248_01/epm.1112/epm_install/frameset.htm?launch.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Access two EAS with different Essbase versions and different java versions from the same p.c.

    Hi,
    I need to regularly access Essbase 11.1.2.2. and Essbase 11.1.2.3 EAS from the same client machine.
    They are on, and must be on, different versions of java, is there a way to have both versions of java installed but each using the correct version and without the two java versions causing any kind of problems?
    thanks,
    Robert.

    Hi Robert...  I assume this is web-launched?
    I spent a day or so trying understand the intricacies of the JNLP protocol and create shortcuts that will invoke web-launched EAS with the appropriate version of Java.  I can get one version of EAS to use the 1.6 Java Web Launcher, and the other version of EAS to use the 1.7 Java Web Launcher - but both Web Launchers eventually invoke the same version of Java!  There are switches in the JNLP syntax that seem like they should allow you choose the actual Java version that gets invoked, but I just could not make it work.
    You can use the Java Control Panel (in Control Panel) to enable and disable the relevant versions before launching EAS.
    If you find otherwise I would love to know (or if you find out how to control which versions are enabled or disabled via command-line script).

  • 64 bit version in Essbase version 11 performance compared to 32 bit

    Hi :)
    I am interested if anyone could tell me about performance experience in an Essbase 64 bit version 11.x.x installation compared to a 32 bit version 9.3 installation? I am currently working with BSO cubes and would like to know if we could aggregate/calculate cubes faster switching to a newer version and a 64-bit installation.
    BR
    Michael

    You can address up to eight threads in parallel calc in 64 bit versus the four in 32 bit.
    And you have much more efficient access to memory.
    I know I have read of some people seeing slower performance post the move to 64 bit, but that's the exception, not the rule.
    You may have to reconfigure (it's likely a good chance to examine your applications regardless of what you end up doing) the block and the caches and maybe even the calcs to get the best performance, but regardless of what you end up doing, moving to 64 bit should see significant speed increases.
    Regards,
    Cameron Lackpour

  • Essbase version end dates ...

    Do anyone know where I can find out when a particular version of Essbase goes out of support?<BR><BR>We are currenly running version 6.5.5 having recently upgraded from version 5.0.1 and need to know if an upgrade will be required again in the near future.<BR><BR>Many thanks<BR><BR>Adrian

    I can't speak for others, but in the shops were I've worked we normally upgrade when a version becomes stable and offers new features that we can make use of. We do minor upgrades for bug fixes if the bug bothers us.<BR><BR>As such, we now are running Essbase 7.1.3 and are considering system 9, now that 9 has become more stable and mature. Since the upgrade to system 9 will require a change in licensing, there are also financial considerations in an upgrade.<BR><BR>We timed our upgrade to benefit from ASO. <BR><BR>One advantage with the design of Essbase is the client compatibility. There is no hurry to upgrade the client at the same time as the server for the large body of clients. While we're running on 7.1.3, we still have a few corners where we have found 6.5.4 client software continuing to run happily. This feature makes upgrades a lot less painful. <BR><BR>In my opinion, there is far more benefit from upgrading when you can take advantage of new features rather than waiting until a potential support crisis. Staying in the middle of the technology rather than on the cutting edge or in the past seems the best path to take. <BR><BR>For what it's worth, I expect that version 7 will be supported for at least several more years, since the System 9 jump is a major leap in technology and change in licensing.

  • Which Oracle db version supports partitioning

    Hello Everyone reading my post,
    I'm a student who needs to work on a partitioned table. I've tried several versions of oracle db but each time I get error ORA-00439: Partitioning feature not enabled.
    It would be great help if you can guide me to the right version that supports partitioning.
    Thanks

    Maran,
    I posted the exact version, because there is a huge difference between 8i and 8.0, and a not so huge difference between 7.3 and 8.0. The only difference is mainly partitioning.
    This is why an instructor at Oracle University (I won't mention his name, because he is still there), stated internally they labeled 8.0 as Oracle 7.4.
    Quite frankly, partitioning would have called for a major redesign of the datadictionary, but Oracle didn't do that, and more or less 'mangled' partitioning in.
    He also stated 'some say they did change the rowid, to make sure Forms 3.0 wouldn't work against the new version'. Forms 4.5 was long out then, but apparently no one upgraded
    So no insinuation, no flame, no sneer, was intended, not at Alok, not at anyone.
    I only posted it, because Alok was incorrect, and because of the difference between various versions.
    Consequently, I don't understand the comment of N. Gasporotto.
    I think it is quite probably changing the rowid was done with a hidden agenda.
    Why would Oracle not try to force people to upgrade?
    Oracle is a commercial venture, and Larry has to pay his boats somehow ;)
    I'm sorry if I caused any confusion, it was not intended.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • Cannot Delete Songs from IPOD MINI

    I have read the instructions on this web site, yet my songs on my ipod are "shaded" when they show up on itunes, so I cannot remove unwanted songs from my IPOD. Anyone know what to do? Thanks

  • Snow Leopard 10.6.3 and iLife '11 causes sound problems in iTunes, iMovie, and Mail

    After updating my OS to Snow Leopard 10.6.3 and installing iLife '11, the sound in iTunes, iMovie, and Mail does not work.  The sound in other programs like Skype does work, though. Any ideas?

  • Closing balance is not correct in FBL3N

    Hi . I'm facing a problem in fbl3n closing balance on 31dec 2010 . i have taken a balance of 5th dec 2010 of particular gl account in CHF currency which is -421,000.00, now balance from 6th dec to 31 dec of same account in CHF is -67,000.00. So based

  • The Question: Why has In Design Vanished?

    I have Design Standard V6 for Mac. The In Design icon won't respond and I can't open the program. I have found it impossible to navigate through to Adobe where I purchased online to re-download the ID program. Help much appreciated.

  • How to detect last external item loaded?

    I can't get my head around this. I know there's a clever way to do this but none of my ideas seem to be the solution. I'd like to dispatch an event when there are no more items to be loaded. I'm working with Drupal and AMFPHP and loading some nodes.