Running two erps on the same machine

My environment is
1. Database Node (database)
2. Application Node(applications on one node)
Now what we want to run is explained below
Both applications (ERP 12.0.6 and ERP 12.1.3) on the apps node and
Both ERP’s databases on the db node
thanks&regards,
sree

1-     Both applications (ERP 12.0.6 and ERP 12.1.3) on the apps node and
2-     Both ERP’s databases on the db node
two applications on one node and two databases on other node is it possible?It is possible.
Make sure you do the following:
- Have an OS/Update which supports both 11i/R12
- Install all OS pre-req. software and packages as per the 11i/R12 docs
- Install the 11i instance as per the 11i installation doc
- Install the R12 instance as per the R12 installation doc (make sure you lay down the software in a separate ORACLE_HOME(s) than the one used by 11i instance).
Thanks,
Hussein

Similar Messages

  • Can I run two PIDs from the same vi?

    Hi
    I want to control speed of the rotating shaft and force applied by the pneumatic cylinder using two different PIDs from the same program.
    I managed to get two PIDs to work separatly using PID control loop VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is no overshoot). When I try to run both PIDs within my vi they don`t work. I again tried various gains and managed to get one PID to work but not the other. Then through trial and error I managed to get a second PID to work but I had to change refresh time of the FOR loop from 100msec to 1msec.
    Does anyone have experience with running two PIDs in the same program? Does the timing of the FOR loop influence PID contorller? Does equiring of other data while run
    ning PID has effect on the PID?
    I would really appreciate any comments/help. I am pretty thrustrated at this time
    Thanks"

    The timing of the FOR loop will influence your PID control, which is a fundamental part of PID control. Acquiring data doesn't affect the PID although it could affect the timing of the loops. For instance if you only have one DAQ card you would want to have it all in one loop because you can not have two AI sessions open to the same card.
    For more detailed information on PID I would recommend reading the "PID Control Toolset
    User Manual" which should have been installed to your machine but can also be found at : PID Control Toolset User Manual"
    Regards,
    JR A.
    Application Engineer
    National Instruments

  • Can i share music and photos between two users on the same machine?

    How can I share my music and photos between two users on the same machine?

    Thank you Joe - I tried this but it's only showing a teensy amount of music - the stuff on the second users account as opposed to the giagntic library on the 'main' account. I actually went to a Genius Bar and they said that apple doesn't really want you to share music between accounts - parents don't want to hear their kids music etc. Which seemed strange, but it might be the case sadly   Thanks anyway!

  • How to run two query  in the same preparedStatement

    Hi all,
    Please tell me how to run two queries in the same preparedStatement object ?
    In my module I have to run two queries and I don't want to make two methods for running two different queries.
    I just want to call this method for both of my queries.
    methodName(long param)
    Connection conn=null;
    PreparedStatement pstmt=null;
    //////////////// some coding
    Please Help !
    Thanks in advance
    amitindia

        public void foo()
            Connection connection = null;
            PreparedStatement stmt = null;
            try {
                connection = ...get from pool...;
                stmt = connection.prepareStatement("...");
                ...fetch results...;
                stmt.close();
                stmt = null; // So the finally statement works if there is an exception
                stmt = connection.prepareStatement("...");
                ...fetch results...;
            } finally {
                if (stmt != null) ..close it...;
                if (connection != null) ..return it to pool...;
        }

  • Can i run two PIDs at the same time?

    Hi
    I want to control speed of the rotating shaft and force applied by the pneumatic cylinder using two different PIDs from the same program.
    I managed to get two PIDs to work separatly using PID control loop VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is no overshoot). When I try to run both PIDs within my vi they don`t work. I again tried various gains and managed to get one PID to work but not the other. Then through trial and error I managed to get a second PID to work but I had to change refresh time of the FOR loop from 100msec to 1msec.
    Does anyone have experience with running two PIDs in the same program? Does the timing of the FOR loop influence PID contorller? Does equiring of other data while
    running PID has effect on the PID?
    I would really appreciate any comments/help. I am pretty thrustrated at this time
    Thanks

    I don't know whcih PID vi's you are using but I had similar problems. I
    solved it by going to the VI properties of the PID subvi, select category
    execution and make sure that reentrant execution is selected. Only then two
    instances of the PID vi can run without interfering each other.
    Martien
    solved by setting the execution mode
    "smartlander" wrote in message
    news:[email protected]..
    > Hi
    >
    > I want to control speed of the rotating shaft and force applied by the
    > pneumatic cylinder using two different PIDs from the same program.
    > I managed to get two PIDs to work separatly using PID control loop
    > VI`s supplied with labview 6.1 (I got Kc, I and D right, so there is
    > no overshoot). When I try to run
    both PIDs within my vi they don`t
    > work. I again tried various gains and managed to get one PID to work
    > but not the other. Then through trial and error I managed to get a
    > second PID to work but I had to change refresh time of the FOR loop
    > from 100msec to 1msec.
    > Does anyone have experience with running two PIDs in the same program?
    > Does the timing of the FOR loop influence PID contorller? Does
    > equiring of other data while running PID has effect on the PID?
    > I would really appreciate any comments/help. I am pretty thrustrated
    > at this time
    > Thanks

  • Can i run two widgets at the same time on the same page?

    Can i run two widgets at the same time on the same page?
    Hi
    I have created and published 4 free ibooks and i would to run two widgets
    - a countdown clock
    - a review test
    at the same time on the page. Can i do that?
    Thanks in advance
    Haris

    thanks for your answer. Yes indeed HTML widgets run only full screen (snif snif). I consider this as a "distinguishing treatment".
    One solution  i read !!!!! was to create through keynote a countdown clock, to export to quicktime move and to imported at iBA predefined widgets. of course this is not the solution i need.
    So, in order to have at the same widget and run together a count down clock and a preview test (20 questions)  i must
    1)"hack" the preview widget and insert a countdown clock
    2) create a preview test using iAD.....
    thanks again
    haris

  • Run two VIs at the same time

    Hello!
    I want to know how i can run two VIs at the same time.
    I mean that i want to run a second VI ( N.2) while another VI (N.1) is in
    execution without suspend it (N.1)
    If anyone has suggestions, please help me!
    Thank you very much.
    roby.

    If you say "run a vi", I assume that you have the VI open in LabVIEW, then press the run button. (Some of the earlier answers taks about programmatically calling VIs, which I don't think is the focus of your question)
    You can run as many VIs as you want at the same time. Simply press the run button of the second VI and they will both run.
    Of course you should ensure that they don't use the same resources (e.g. DAQ device, or listen on the same TCP port, etc.) In these cases, the second VI might fail. (Also if the second VI is a subVI of the first VI, you won't be able to run it seperately, because it will be already running.)
    LabVIEW Champion . Do more with less code and in less time .

  • Can I run two ipods from the same itunes library/account?

    I have a 20gb photo colour ipod and have just bought a new 30gb video ipod. I need to know whether I can run them off the same library and itunes account or do I have to have separate user accounts?
      Windows XP   iTunes 7.0.1.8

    Yes, you can.
    You can either have multiple user accouts on your computer, or create separate playlists for your two iPods in iTunes.
    This should explain how to manage multiple iPods:
    How to manage multiple iPods using one computer
    -Kylene

  • How to run two icalenders on the same computer?

    How can i run two separate icalenders on the same computer? I have my own icalender with work, home, etc, and it's totally full. I am now running an artists collective and will publish the collectives icalender on the web. I don't, however, want to mix what will be a pretty busy calender with my own already too full one. Is it possible to run two totally separate calenders on the same computer?
    macbook   Mac OS X (10.4.8)  

    trsv,
    Welcome to Apple Discussions.
    Create two Groups...
    Calendar 1:
    Work
    Home
    etc
    Calendar 2:
    Collective Calendar
    You can then switch which groups you wish to display by activating/deactivating the check mark in the Calendar source window.
    That will also allow you to selectively publish the Collective Calendar.
    ;~)

  • "Newbie" Unable to run two actions at the same time please help

    Hello
    I'm a newbie (2 weeks) on Labview, so I hope my problem will sound easy for some of you.
    I want to read a file and at the same time get the reading from my sensors (4 sensors).
    My program is working when I do each thing in a different program but when I add them the program only read the text file and stop reading the sensor signals...I attach the program file.
    The goal is with the text file to add an exact time for each sensor signal I record.
    Is there any other possibilities to include a time with the sensors signals recorded ? I need to do this to synchronize the sensors values with CAM program.
    Thanks
    /Xavier
    Ps I used a scan rate of 12000/s but I try 1000/s
    and the sensor acquisition is still not working
    Attachments:
    test3Rdif2802.vi ‏493 KB
    readfile.txt ‏195 KB
    sensoracquisition30s.txt ‏210 KB

    from a glance at your code, it appears that you have nested a loop to read your file, inside a loop to read your sensors. this means the nested loop to read your file must finish before the outside loop to read your sensors can run through another iteration. what you want to do is separate the two loops to run independently of each other (in parallel). use a global variable to know when to stop the loop (if they need to stop at the same time) and if you need to pass data between the loops use a queue (easiest) or you can also use globals with semaphores.

  • Run two vi at the same time

    I WANT TO HAVE A VI RUNNING (WHILE LOOP, COLLECTING DA DATA, OPERATING AN ACTIVE TEST, ETC.) AND WHILE THAT IS GOING ON, OPEN ANOTHER VI (FROM WITHIN THE MAIN PROGRAM) TO DO SOME SEPERATE FUNCTION (PRINT OUT A LOG REPORT, PREVIOUS TEST RESULTS, ETC.). BUT EVERY TIME I OPEN ANOTHER VI's WINDOW, THE MAIN PROGRAM WINDOW's WHILE LOOP STOPS LOOPING.
    I AM SURE IT IS JUST A SIMPLE SETTING, BUT SO FAR HAVE NOT BEEN ABLE TO FIND THE RIGHT SETTING OR AN EXAMPLE OF TWO VI LOOPING AT THE SAME TIME.
    THANK YOU FOR THE HELP.
    DOGFACE

    I HAVE ATTACHED A ZIPPED FILE CONTAINING TWO SAMPLE FILES (CARL1MAIN.VI AND CARL1SUB.VI) THAT SHOW WHAT I WAS TRYING TO DO. I HAVE BEEN USING TEST POINT AND HAVE RECENTLY SWITCHED OVER TO LABVIEW, SO I AM STILL LEARNING. I TOOK BOTH BASIC COURSES (AND SCHEDULING ADVANCED COURSES IN LABVIEW). BUT BECAUSE OF THE DIFFERENCES BETWEEN LABVIEW AND TEST POINT, I MIGHT BE STRUCTURING THIS WRONG.
    I AM OPEN TO ANY SUGGESTIONS.
    THANKS.
    Attachments:
    CARL1.zip ‏16 KB

  • Running two EXE at the same time

    I have two EXE.
    I cannot run both at the same time.
    What should I am doing wrong?

    Yes, these are two different applications with different names.
    I double-click on the first EXE and I see the start-up form. Good so far.
    I double-click on the second EXE and I don't see the start-up form. Instead the "icon" for the first EXE in the taskbar flashes.
    I am running Visual Basic Express 2010.
    Are these some settings for the compile that I should be using?
    Individually the two EXEs work fine. 

  • Running Multiple JDKs on the Same Machine

    I've been developing with the 1.4.2_07 JDK, but my company is moving to the 1.5.0 JDK as the new standard for our product. Of course, we're going to continue supporting the 1.4.x JRE as a deployment platform for the near term.
    As a developer, I'm going to need to have both JDKs installed, side-by-side so that I can use both of them in my development/testing cycles. So I just downloaded and installed the 1.5.x JDK, and I defined the following environment variables:
    JAVA_HOME_1_4 = C:\j2sdk1.4.2_07
    JAVA_HOME_1_5 = C:\Program Files\Java\jdk1.5.0_02
    JAVA_HOME = %JAVA_HOME_1_4%
    In theory, I should now be able to switch JDKs just by changing my JAVA_HOME variable to %JAVA_HOME_1_5%.
    Easy as pie.
    Unfortunately, that doesn't work, because the 1.5 JDK installs a number of registry keys which hard-code the current java version. So, even when I have JAVA_HOME set up to point to the 1.4.x JDK, running "java -version" at the commandline indicates that the 1.5 java is being called.
    I'd like to suggest to Sun that, in the future, there should be a generic, version-independent launcher that reads in the JAVA_HOME variable at runtime and calls the appropriate binaries and the appropriate runtime libraries.
    Having to futz around with the registry every time I want to switch my development environment is a big hassle.
    --BenjiSmith                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I've been developing with the 1.4.2_07 JDK, but my
    company is moving to the 1.5.0 JDK as the new
    standard for our product. Of course, we're going to
    continue supporting the 1.4.x JRE as a deployment
    platform for the near term.
    As a developer, I'm going to need to have both JDKs
    installed, side-by-side so that I can use both of
    them in my development/testing cycles. So I just
    downloaded and installed the 1.5.x JDK, and I defined
    the following environment variables:
    JAVA_HOME_1_4 = C:\j2sdk1.4.2_07
    JAVA_HOME_1_5 = C:\Program Files\Java\jdk1.5.0_02
    JAVA_HOME = %JAVA_HOME_1_4%
    In theory, I should now be able to switch JDKs just
    by changing my JAVA_HOME variable to
    %JAVA_HOME_1_5%.
    Easy as pie.
    Unfortunately, that doesn't work, because the 1.5 JDK
    installs a number of registry keys which hard-code
    the current java version. So, even when I have
    JAVA_HOME set up to point to the 1.4.x JDK, running
    "java -version" at the commandline indicates that the
    1.5 java is being called.
    I'd like to suggest to Sun that, in the future, there
    should be a generic, version-independent launcher
    that reads in the JAVA_HOME variable at runtime and
    calls the appropriate binaries and the appropriate
    runtime libraries.
    Having to futz around with the registry every time I
    want to switch my development environment is a big
    hassle.
    --BenjiSmithI've tried the same approach, but abit different
    first - deleted java.exe and javaw.exe from %SystemRoot%\system32
    Then set the following (All vars are system ones)
    JAVA_HOME=D:\sun\jdk1.5.0_04
    JAVA_HOME_1.4=D:\sun\j2sdk1.4.2_08
    JAVA_HOME_1.5=D:\sun\jdk1.5.0_04
    JAVA_HOME_BIN=%JAVA_HOME%\bin
    PATH=%JAVA_HOME_BIN%;...
    Now by switching JAVA_HOME we should get it right
    but,
    it appears that xp recognizes the new values for vars only upon rebooting.
    Also, you can see all current vars by typing set in cmd
    More over, I thought that maybe it'd work if I just simply logout/login back, and it did but strangely the var while JAVA_HOME showed a new value, JAVA_HOME_BIN had the previous one.
    HMM...

  • Running two methods at the same time

    Hi, I need to run a bubble sort and an insertion sort at the same time.
    How can I do this? Threads?

    It doesn't work when I put in the algorithms though.
    It works when I do this:
    Bubble class:
              for(int x=0; x<20; x++){
                    try {
                        Thread.sleep(0000001);
                   } catch (InterruptedException e) {
                        return;
                   System.out.println("yes");
              }Insertion class
              for(int x=0; x<20; x++){
                    try {
                        Thread.sleep(0000001);
                   } catch (InterruptedException e) {
                        return;
                   System.out.println("no");
              }but when I try it on an algorithm it doesn't do anything
    public void insercionDirecta(int [] a, int[] num){
              for ( int i = 1; i < a.length; i++ ){
                 int aux = a;
         int aux2 = num[i]; //coordenadas y
         int j = i - 1;
         while ( j >= 0 && aux < a[j] ) {
         a[j + 1] = a[j];
         num[j+1] = num[j];//
         j--;
         a[j + 1] = aux;
         num[j+1] = aux2; //
         try {
                        Thread.sleep(60000);
                        } catch (InterruptedException e) {
                        return;
         System.out.println("1");
         }]/code]
    I've tried different amount of milliseconds and it doesn't work....
    my run() is like this
         public void run()
              int [] a = {5,2,4,3,1};
              int [] num = {1,2,3,4,5};
              insercionDirecta(a,num);
    } any ideas?

  • Two JREs in the same machine

    Hi.,
    I had problems with two different version of JRE.I have an applet that works well in JRE1.4. Now I had a different applet that will be working only on 1.2.x.Is it possible to switch the JREs depending on the context through the html(where the applets are embedded).I know through control panel we can change the JRE setting manually.

    No - you have to adjust PATH and CLASSPATH, JAVA_HOME, etc environment variables to point to the desired version locations and libraries. If you have any other hard-coded locations/files/directories in your code that is version-specific, they'll also need changing.
    This is most easily done by building a script (.bat file, etc) that would be run prior to the applet startup to adjust the machine environment and parameters.

Maybe you are looking for