How many instance are running ?

Dear Friends ,
how do i figure out how many instance are running on database? OR , How many database are running in a server ? Is it possible to find out from 'os' or 'database' level ?
Waiting for ur kind reply ... ...
Edited by: shipon_97 on Sep 4, 2008 10:38 AM

Hi,
On unix/linux use: ps -fea|grep pmon
This will show all pmon process running (Each one is an Instance and you will see the name of the Instance here too), you can also check on /etc/oratab all the oracle databases in the server.
On Windows go to Control Panel, Administration, Services and take a look on the Oracle services.
Cheers,
Francisco Munoz Alvarez
www.oraclenz.com

Similar Messages

  • How many  threads are running?

    here's the code... i am trying to understand, at each point, how many threads are running:
    I understand that one thread belongs to the caller of the start()
    & at the same time there is another thread belonging to the instances of each thread (thread1, thread2, thread 3 etc.)
    1public class ThreadTester {
    2   public static void main( String args[] )
    3   {
    4      PrintThread thread1, thread2, thread3, thread4;
    5
    6      thread1 = new PrintThread( "thread1" );
    7      thread2 = new PrintThread( "thread2" );
    8      thread3 = new PrintThread( "thread3" );
    9      thread4 = new PrintThread( "thread4" );
    10
    11      System.err.println( "\nStarting threads" );
    12
    13      thread1.start();
    14      thread2.start();
    15      thread3.start();
    16      thread4.start();
    17
    18      System.err.println( "Threads started\n" );
    19   }
    }can you tell me if i am counting the number of threads in existance correctly...
    LINE#.....CALLER...START...TOTAL THREADS
    13..............1.........1.......2
    14..............1+1......1+1.....4
    15..............2+1......2+1.....6
    16..............3+1......3+1.....8
    so by the time line 16 executes i have a total of 8 threads,
    4 threads belonging to each caller plus
    4 threads created by start()
    or is it
    LINE#.....CALLER...START...TOTAL THREADS
    13..............1........1........2
    14..............1........1+1.....3
    15..............1........2+1.....4
    16..............1........3+1.....5
    after line 16 executes does the caller thread die, thus leaving only a total of 4 threads?
    there is only one thread belonging to the caller at line 13(plus the thread it creates).
    at the start of line 14, the previous callers thread is dead & now a new thread is created that belongs to the caller on line 14... etc.

    well, i realize at the end there would be 4 threads but im trying to get my head around this explanation in the book:
    "A program launches a threads executioin by calling the threads start method, which in turn call the run method. After start launches the thread, start returns to tis caller immediately. The caller then executes concurrently with the lauched thread." there fore if i have 2 concurrent processes, are there 2 threads running????
    now having said the above, my question was:
    for each line,
    how many threads are in existance at
    line13
    line14
    line15
    line16
    thanks.

  • How to findout how many  instances are available in one server

    how many instances are available in one server

    You can also check (in Unix) /etc/oratab to list all Oracle instances, it should be updated. That's not so true...
    example:
    ps -aef | grep pmon | grep -v grep
    oracle   14867     1  0 Jul29 ?        00:00:00 ora_pmon_TEST9I
    oracle   15024     1  0 12:10 ?        00:00:00 ora_pmon_SECOND9I
    oracle   15172     1  0 12:11 ?        00:00:00 ora_pmon_THIRD9I
    cat /etc/oratab
    *:/opt/oracle/920:NThis topic was discussed here Oracle9i on Redhat and there you could find other suggestions.

  • How to detect how many JFrames are running

    Hi,
    how can I detect how many JFrames are open? I would like to call System.exit(0) only when no other windows (apart from the current one) is running.
    Thanks

    There is no way they would close. You need to create another child of the main class, and by doing that, you can have as many frames as you like. And like the other guy said, you need to have a counter that increases or decreases as you open and close your frames.
    if you still have problems doing it, send me your code and I will help you out.
    [email protected]
    Phife

  • At how many FPS are running my games?

    Well, i'm playing, for example, on a game like Warcraft III, and I want to know at how many FPS it runs.
    How can I get this information?
    Greetings

    Depends upon the game, but in Warcraft III (and many other games) simply enter '/fps' in the chat box and the information should show on screen

  • How many FNDLIBR are running?

    Hi:
    What does this command mean: ps -ef|grep FNDLIBR|wc -c ? I got 3339 returns. Thank you!
    11.5.10.2
    unix

    HI,
    This command will retrurn the total number of characters found the ps -ef|grep FNDLIBR.
    But it is of no use. You can use the following to know how many concurrent managers are running.
    $ps -ef|grep FNDLIBR|grep -v grep |wc -l
    Thanks

  • How many databases can run in a server

    How many databases can run in a server, how can we find how many databases are running there – in OS level for UNIX

    You can have as many oracle instances as your system resources and kernel parameters allow you to.
    A quick search to know how many oracle instances are running, check the OS processes:
    ps -ef | grep smon
    This will list all smon manadatory instance processes, this way you'll know how many concurrently instances are running.
    ~ Madrid.

  • How many JVM are there in a computer?

    For exemple, I open two dos windows in WIN98, and type "java x" "java y " seperately in the two dos windows. How many JVM are running in my computer?
    Thanks!

    Good day,
    As far as I can tell, I would say that only one client JVM can be active at anypoint of time, however since Java is a multi-threads program, you will end up with more active threads in your system while the applications will be running, somehow similar to a Windows application, such as Word when you have more than one opened document at once.
    To have a better evaluation of the system requirements and usage, such as the memory, handles, threads, active processes etc, I would strongly suggest you do to a search for TaskInfo 2003. I've been evaluating that program for the last few days and I'm amazed by the different pieces of information that program can provide.
    By the way, I'm not affilited to the TaskInfo developper in any way shape or form, I just mentioned it based on my current evaluation.
    Hope that helps.

  • EastWest Symphonic, LA Scoring Strings - How many instances can you run?

    Hi - After investing in a new quod core recently and been really depressed by the performance I'm getting I wondered whether users of EW Symphonic Orchestra and/or LA Scoring Strings, Vienna Symphonic etc... could share with me how many instances they can load and run in a mix.

    Hi,
    i understand your frustration
    Below is a list of the things I had do to to make my system usable:
    1. Turn Airport & BlueTooth : OFF
    2. Apple System Preferences:
    Energy Saver: Set Computer and Hard Drive to: Never Sleep,
    Software Updates: Check for update: Uncheck
    3. Logic Preferences, Audio , Devices:
    I/O Buffer Size 512
    Software Monitoring: OFF
    Process Buffer Range: Large
    Audio Units Manager: Uncheck all AU plugins not being used!
    4. Logic Preferences, Audio, General:
    Track Mute/solo: CPU-saving(Slow Response)
    Sample Accurate Automation : OFF
    Plug-In Delay Compensation: OFF
    5. Assign ALL tracks thru Buss's, See Link below
    http://support.apple.com/kb/HT3161
    6. Keep a muted audio track in the arrange page and have it selected
    LOgic uses additional CPU power if a midi track is selected
    7. Keep at least 50gb or more of free space on the hard drive
    8. Run the freeware program Mac Janitor
    9. Do not run any other programs during the Logic Session. Close all programs not being used.
    10. VERY IMPORTANT! Restart computer to flush ram. Do this each and every time you reload your Logic Sequence.
    Also check out this link:
    http://www.youtube.com/user/SFLogicNinja#p/a
    I hope this helps

  • How to remove a member from cluster while CQ (cq5.5) instances are running?

    Hello,
    I have a query:
    how to remove a member from cluster while CQ instances are running? And is there any particular log to check that it got removed?
    Thanks in advance..

    I might be wrong. AFAIK you do not have the option to remove without shutting down and modfying cluster.properties.
    However this usecase would be minimal because before going into production you would have verified your architecture.

  • Can I find how many instances of BPEL process is in running state ?

    Hi,
    How can I find how many instances of BPEL process is in running state ? Any code/API ? help ? Thanks

    Check the class com.oracle.bpel.client.Locator...
    u can use the method listInstances(WhereCondition wc) to get the required details
    Regards
    Albin I

  • How many activities are correctally running on my schcema

    Hi,
    1)how can i find out , how many queies are correctally running on my schcema with same identity or with out ?
    2)how many activities are correctally running on my schcema ?
    yorus sincerely

    Sorry, I've read your post a number of times and I can't understand either question.
    Can you rephrase or clarify?
    Just guessing, but you might start by looking at v$sql and v$session.
    You should also post your Oracle version number. Not 10g or 11g but the exact number (do a select * from v$version).

  • How many Instances can I install on one machine?

    Hi Folks,
    Do you know how many oracle instances I can install on my Win OS machine.
    I already have three different instances. Typically how many instances Oracle recommends to setup in one machine to ensure performance improvement?
    I use Oracle 9 and oracle10g both. In fact, Oracle9 in Solaris and oracle10g on win.
    Regards,
    Amir

    In general, it recommends one instance per server
    in a production environment, for a variety of
    reasons (maintainability, backup/recovery, easier to
    tune, better use of resources).If you have 100 productives databases, it is very probable that you won't be able to have one server per database.
    Again, it depends on your number of users, processors and ram... But if you 16G ram and 16 processors, you should well be able to able to have 20 databases with not too much activity.
    The number of 20 here means truely nothing. I admit. But recommending one instance per server is not ok.
    Many applications require to have a separate database. It is the double administration necessary, but it is better than the troubles generated when 2 software vendors are sharing the same db.
    For development, I have some systems with over 50 instances running with 16g ram and 8 cpus.

  • How many IPs are left?

    Is there any way (besides looking at the actual license.bea file) of telling how many IPs are being used. For instance, if I have the 5 IP eval license, can I tell how many are used and how many are free? Same with a PROD license? I know PROD licenses are unlimited, but it would still be nice to know.
    TIA

    Hi biohazard_2626,
    Don is right. By the way, I found the link was somehow incorrect, if you find the same issue, please visit this one below:
    http://support.microsoft.com/gp/customer-service-phone-numbers/en-us
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Report to show me how many invoices are being processed by users

    Hi, 
    I am currently working as a Accounts Payable Supervisor and I would like to run a report to show me how many invoices are being processed by users in my team. 
    Currently I am using Transaction F.98  (Posted Docs by user report), but this report includes posting from intercompany so all users will have duplicate invoices showing on this report. 
    Is there any other report I could run to get the result I am after?
    Many thanks
    Alex

    Hello Alex,
    You can also use the GL line item report (FBL3N) with the offsetting accounts (for example GR/IR A/c) which would be posted while posting the invoice. You can display the results with User Name and also can create a layout of your own which can be used time and again.
    Kind Regards // Shaubhik
    Edited by: Shaubhikg on Nov 10, 2010 6:02 AM

Maybe you are looking for

  • Java Vs PL/SQL - JD Team

    I've read some posts and didn't find a similar question... I'm new to this forum and to Java also, so most of this acronyms (JSP,UIX,BC4J,EJB, etc.) can do nothing more than confuse me, but that's not my concern 'cause I know I'll grasp 'em little by

  • Novice Help with Creating Opportunities Using Web Services 2.0

    Hello, I recently took over our CRM integration services and was asked to push some data via our custom portal. We use our portal to automate the creation of new opportunities in our Oracle CRM System. The code was developed using Web Services 1.0 I

  • Error while downloading file

    Hi all, I am facing some problem while downloading the data to presentation server.In the program they are using the FM 'WS_DOWNLOAD' to download the file.But its not working and setting the sy-subrc eq 2 which means 'Cannot Write to File'.wat could

  • FQDN or NetBIOS for SQL Reporting Services Point installation in a cluster

    Hi Folks We have a SQL cluster for config mgr database & SQL reporting services installed on nodes because it is not cluster aware. During SCCM 2012 installation, we mentioned the details of SQL cluster only & it got installed successfully. When we c

  • Is it possible to combine SDN account into OSS account?

    Hi Friends,    I had a SDN account and now I got my OSS account.when I want to go to http://sdn.sap.com and I will login this forum with my OSS account automatically. It seems it is because of my setting of SAP Passport in my OSS profile. It is not s