Please help me to load a list of databases

I need to get the location alias information from 10 Application's databases.What shall I do to load a list of databases?Please help me

Below is the example of a Maxl script to load multiple APP & DB and then display location alias for them: -
/*Following Maxl command will store output of all below mentioned MaxL command in a file*/
spool on to FILE-PATH;
/*Login command to access Essbase server*/
login USER-NAME identified by PASSWORD on SERVER-NAME;
/*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME1 and show location aliases for each databases*/
alter application APP-NAME1 load database DB-NAME1;
display location alias on database DB-NAME1;
alter application APP-NAME1 load database DB-NAME2;
display location alias on database DB-NAME2;
alter application APP-NAME1 load database DB-NAME3;
display location alias on database DB-NAME3;
/*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME2 and show location aliases for each databases*/
alter application APP-NAME2 load database DB-NAME1;
display location alias on database DB-NAME1;
alter application APP-NAME2 load database DB-NAME2;
display location alias on database DB-NAME2;
alter application APP-NAME2 load database DB-NAME3;
display location alias on database DB-NAME3;
spool off;
log off;
Hope it help you.
Atul

Similar Messages

  • Please Help me in Labview and MS Access Database Connective

    Please Help me in LabVIEW and MS Access Database Connective through an example . I am new to LabVIEW .I need simple example that take a data from a table and display it on front panel .
    thanks in advance .

    duplicate post

  • Help "unable to load network list"?

    After updating my iphone 3gs to ios 4.3.3 my phone's cellular serice does'nt work anymore, when I go to Setting>Carrier it say's "Unable to load network list". But anything else works fine.
    Please guysss if someone knows how to fix this please let me know..

    Sorry not sure why your new sim card isn't supported...not sure if it helps but I had my laptop connected to wifi at the time also, but I don't think it should matter. Its worth a try connecting to internet with ITunes on, connect your phone and then turn it on and see what happens.

  • Please help on the Loader.content to movieclip

    Hello there,
    I have been search around and got some mixed solutions,
    summarized as follow:
    If I need to load external swf into the main swf file, I need
    to Loader with appropriate URLRequest for this purpose.
    After loaded, you can listen to the complete event and
    addChild the loader.content to the main swf.
    Because I have a stop on the loaded swf first frame, I need
    to start the swf with a button. Some solutions on the net pointed
    that to make this happened, you need to cast the loader.content to
    MovieClip and have to through a tricky way to accomplish it like
    var movie:*=loader.content ;
    var clip:MovieClip=movie;
    clip.gotoAndPlay(4);
    I tried this method and still got Type Coercion failed
    ::cannot convert flash.display to MovieClip
    Please help, don't know why some experts said it is working
    while I can not get it to work. Thanks in advance

    Thanks WL, you are very close. I have a flash8 movie (purely
    animation)
    and I actually opened it in CS3 and saved as CS3. after
    publishing that's the movie I am tring to load.
    I recreate the whole animation in CS3 and everything start to
    run as supposed to. By trace the loader.content I find out one is
    [object AVM1Movie] for sudo as2 movie and [object MainTimeline] for
    the pure as3 movie. Thanks again.

  • Please Help! Store loads, but layout is spaced wrong.

    Can anyone please tell me if this is a browser or iTunes error. Any ideas? Please help!
    http://att.macrumors.com/attachment.php?attachmentid=193582&d=1252612490

    The repeat setting can be found from the Nano's Now Playing screen.  While playing a track, swipe to the left to bring up additional controls including the repeat and shuffle settings.  See page 21 of your iPod's User Guide for more assistance on the repeat setting.
    http://manuals.info.apple.com/en_US/iPod_nano_6thgen_User_Guide.pdf
    If it's a 7G Nano, you should only need to tap the Now Playing screen to bring up these additional controls. 
    B-rock

  • Please help me moving devlopment datbase to testing database

    1)Createdservice jee using oradim
    2) Copied all the oracle10g oradata folder from one windows server and pasted in another server in the jee folder
    3)
    edit the init.ora file
    changed db_name and controlfile location etc..
    Note: both server oracle10g database installed
    C:\Documents and Settings\Rajeevan.p>set oracle_sid=jee
    C:\Documents and Settings\Rajeevan.p>sqlplus /nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Apr 7 16:11:11 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect / as sysdba;
    Connected to an idle instance.
    SQL> startup nomount pfile='F:\jee\Testinit.ora'
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145750508 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01507: database not mounted
    SQL> alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-00205: error in identifying controlfile, check alert log for more info
    please help me on this

    My init.ora file
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=jee
    # Diagnostics and Statistics
    background_dump_dest=F:\jee
    core_dump_dest=F:\jee
    user_dump_dest=F:\jee
    # File Configuration
    control_files=("F:\jee\control01.ctl", "F:\jee\control02.ctl", "F:\jee\control03.ctl")
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.0.0.0.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=testXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    Now I am getting this error
    ORACLE instance shut down.
    SQL> connect / as sysdba;
    Connected to an idle instance.
    SQL> startup nomount pfile='F:\jee\Testinit.ora';
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145750508 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    SQL> alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-00201: controlfile version 10.1.0.2.0 incompatible with ORACLE version
    10.0.0.0.0
    ORA-00202: controlfile: 'F:\JEE\CONTROL01.CTL'

  • Please help - Problem with loading swf's (running very slowly)

    Hi
    I have posted this problem up in the last few days so I built a quick demo of my problem. Can somebody please download it and take a look at it and see what I'm doing wrong?
    You can download it here at:
    http://www.bounceworld.ie/download/Demo_Test.zip
    The external swf's when loaded.....run very very slow; sometimes unresponsive as if there is a script running in the background. I'm using keyboard commands to navigate through the screens - eg:
    on (keyPress "<Space>") {
    gotoAndStop("scene02", "firstframeLabel");
    Thank you for your help!!!!

    Hi
    I'm trying to use Key Listeners to solve my problem.
    I don't know much about key liseners so can somebody help me out.
    I have the following on a keyframe yet it still wont jump to the certain frames when I press the relevent keys. Am I missing something?
    stop();
    KeyListener = new Object();
    KeyListener.onKeyDown = function() {
    if (Key.getAscii() == 38) {  // UP key
    gotoAndStop(89);}
    if (Key.getAscii() == 40) {  // DOWN key
    gotoAndStop(91);}
    if (Key.getAscii() == 37)  // LEFT key
    gotoAndStop(88);}
    if (Key.getAscii() == 32) {  // SPACEBAR key
    loadMovie("application_01.swf", "container");}

  • PLEASE HELP Itunes wont load

    I have just recently got and ipod nano.....but have yet to hook it up to my computer...finally i today i decided to install the new 7.02 itunes on my computer straight from the aplle website.....the instaltion went fine but when i tried to start it up it went to the user agreement which i agreed to and then an Error occurs that say " The iTunes folder can not be found or created, and is required. The default location for this folder is inside the MyMusic folder."
    So hears the thing, I unistalled itunes created a my music folder (b/c i didnt have one) and reinstalled it inside the my music folder...still didnt work.
    Next i unistalled and reinstalled it agian and just tried to create a Itunes folder in the my music folder that didnt work.
    So i unistalled it one more time...tried to then install it on my external hardrive and it still doesnt work...and has the same error...
    All i want is to my songs on my ipod...I cant figured out anyother way so could someone Please Help

    replying to duecer
    The iTunes folder can not be found or created, and is required. The default location for this folder is inside the MyMusic folder."
    the best place to start with that one is with the following document:
    iTunes for Windows: "Disk is locked" or "iTunes folder cannot be found" when installing or opening iTunes
    ... but if you run into the complication where "My Music" doesn't appear as an option in TweakUI, perhaps try the alternate technique from the following Nigel Carpenter post. (heads up: that thread may take some time to load. leave it for a few minutes until it loads fully, otherwise you might not see the correct post by Nigel.)
    Nigel Carpenter: re: Itunes problem

  • Please Help - Fade on load with preloader

    Hi All,
    I am loading an external swf into an emply mc when a button
    is clicked. I have the movie fading in when the button is clicked
    by the following code on the button:
    on(press){
    import mx.transitions.Tween;
    var alphaTween:Tween = new Tween(_root.loader_mc, "_alpha",
    null , 0, 100, 2, true);
    This works great. My problem is, I would like to have a
    preloader run until the movie is loaded and THEN have the movie
    fade in. Any help on achieving this would be most appreciated.
    Thanks,
    Eric

    This is one of the possible ways to do
    import mx.transitions.Tween;
    var container:MovieClip = createEmptyMovieClip("loader_mc",
    getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener(this);
    mcLoader.loadClip("1.swf", container);
    function onLoadInit(mc:MovieClip) {
    var alphaTween:Tween = new Tween(_root.loader_mc, "_alpha",
    null , 0, 100, 2, true);
    }

  • Please help - Images not loading in Safari

    I've been a Mac user for about 7 years now, and I'm stumped. Literally overnight Safari started acting up... and now no images on webpages will load. The pages load fast per usual, and all the text is there. Other than the images not appearing everything else appears normal. I've run Cocktail, done system checks, ran Tech Tool - pretty much everything i can think of without calling Apple Care. Does anyone have any ideas as to what the problem might be and how I can fix it?
    Thanks very much for your time and help! I really appreciate it, and would love to get this solved - it's driving me nuts!
    Powerbook G4 Mac OS X (10.4.4)

    safari > preferences > appearance > is "display images when page opens" checked? if not .. check it

  • Hi , please help me in loading data

    Hi,
       I am trying to load datas from R/3 to BW. This is what i did.
    1) Created char info object with a field "EBELN" ,(no attributes).
    2)  Created a key fig with "Tar_quan and 0UNIT" .
    3)  Created a Info cube and assigned Dimension.
    4)  Created a InfoSource with three fields EBELN, Tar_quan, 0unit.
    5)  Logged on R/3 opened DataSource(SBIW) Created a new Transaction data dataSource. With the help of a forum answer,I extracted the 3 field datas from "EKPO" using View table(se11). and saved it.
    Now what is the next step i have to do to load the extracted data from R/3 to BW. Could anyone explain me step by step.
    Thanks,
    Ranjani.

    Hi,
    Replicate the datasource on the BW side. You'll also need to create update and transfer rules and if they are already there, then make sure that they are active after the replicate else you'll need to reactivate them.
    Then create an infopackage to load the data and then execute it to pull over the data from R3.
    Cheers,
    Kedar

  • Please Help - Can't load latest version of Adobe Flash Player

    I just purchased an iMac OS X version 10.7.3. 
    My kids keep trying to play games but are prompted that they need to download Adobe Flash player.  I follow the prompts for the latest version, but no luck.  It says it's successfully installed.  When I go to system preferences and click on the flash player, it says "plug in version 11.2.202.228 is installed" but when I click the "check now" box and it tales me to the Adobe websitem, under version information it says I have 9.0.124.0 installed?  I have uninstalled and reinstalled countless times to no avail. 
    Any ideas?

    Hi ...
    Quit your browser.
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All
    Select:  Delete All Site Data and Settings
    Then click:  Delete Data
    Relaunch your browser.
    If that didn't help, uninstall the Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Then launch your browser and empty the cache. If you are using Safari, from the Safari menu bar click Safari > Empty Cache.
    Then try a video.

  • Please help me down load

    i have purchased it online and it didn't work so now i went to store to purchase elements `13 again and i enter serial numbers , but still no down load button.

    Make sure you have cookies enabled and clear your cache.  If it continues to fail try using a different browser.
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • Please help whith JGeoRaster.load

    Hi all.
    RS=Stmt.executeQuery("select georaster from georaster_table");
    RS.next();
    STRUCT st = (oracle.sql.STRUCT) RS.getObject(1);
    JGeoRaster raster = JGeoRaster.load(st);
    Error:
    java.lang.NoSuchMethodError: javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    at oracle.xml.util.QxName.<init>(QxName.java:65)
    at oracle.xml.util.QxNameHash.add(QxNameHash.java:116)
    at oracle.xml.util.QxNameHash.create(QxNameHash.java:72)
    at oracle.xml.parser.v2.XMLEntity.<init>(XMLEntity.java:136)
    at oracle.xml.parser.v2.XMLEntity.<init>(XMLEntity.java:156)
    at oracle.xml.parser.v2.DTD.<clinit>(DTD.java:1031)
    at oracle.xml.parser.v2.NonValidatingParser.<init>(NonValidatingParser.java:155)
    at oracle.xml.parser.v2.XMLParser.<init>(XMLParser.java:150)
    at oracle.xml.parser.v2.DOMParser.<init>(DOMParser.java:84)
    at oracle.spatial.georaster.JGeoRasterMeta.parseMetadata(JGeoRasterMeta.java:466)
    at oracle.spatial.georaster.JGeoRasterMeta.<init>(JGeoRasterMeta.java:140)
    at oracle.spatial.georaster.JGeoRaster.<init>(JGeoRaster.java:204)
    at oracle.spatial.georaster.JGeoRaster.load(JGeoRaster.java:2066)
    at com.bp.SpatialMap.SpatialMapPanel.actionPerformed(SpatialMapPanel.java:266)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:273)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    where my mistake?
    thank you

    replying to duecer
    The iTunes folder can not be found or created, and is required. The default location for this folder is inside the MyMusic folder."
    the best place to start with that one is with the following document:
    iTunes for Windows: "Disk is locked" or "iTunes folder cannot be found" when installing or opening iTunes
    ... but if you run into the complication where "My Music" doesn't appear as an option in TweakUI, perhaps try the alternate technique from the following Nigel Carpenter post. (heads up: that thread may take some time to load. leave it for a few minutes until it loads fully, otherwise you might not see the correct post by Nigel.)
    Nigel Carpenter: re: Itunes problem

  • PLEASE HELP - ITOUCH WONT LOAD VIDEOS OR MUSIC OR PODCASTS!!!!

    i have a 16g itouch 1st gen and it will not load my videos, music, or podcasts. each time i select music/video from home screen, i get a white screen for 15-25 seconds and then returns to home screen.
    internet works fine
    i tried soft reset and hard reset. this did not fix the problem
    any ideas / suggestions before i restore and lose all my data ?????
    thanks

    took my itouch back to store - they are shipping it back to apple
    hopefully i dont lose all my data or they replace it with a new one

Maybe you are looking for

  • Sheet tab name

    Hi report experts, I have a small problem in Oracle Reports 10.1.2.3.0 and Excel 2007. When I have created a paper layout report and tries to run that rdf-file on my client PC with parameters: * desformat='spreadsheet' * destype=FILE * desname='c:\te

  • I upgraded to IOS8 and my camera roll and photo stream are gone

    I upgraded to IOS8 and my camera roll and photo stream disappeared. I have 7500 pictures in my camera roll... I see some of them sorted into "collections"... this is not how I would ever sort or collect my photos.. work documents, mixed with family p

  • Adobe Creative Suite CS6 Installation Error

    Hello, When I run the Adobe installer, I get a error message that looks like this: I am running Windows 8.1 Pro and cant seen to fix the issue. I will put my computer specs, but I doubt you will need them. Intel i5 750 @ 3.3Ghz Asus P7P55D Radeon 777

  • Iphone Crashed after upgrade to OS4

    Hi, i need some help I try to upgrade my 3g phone, after an hour or so it crashed and reset. Now all i can see is a symbol of a usb cable and a cd with a musical note (itunes) in the monitor of the iphone. I try to connect it and it doesnt work also.

  • HT204587 I can't use touch id for purchasing app from iTunes in India

    I can't use touch id for purchasing app from iTunes in India