DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: How many instances

  1. #1
    Join Date
    Aug 2004
    Location
    Hermosillo, México
    Posts
    23

    Question How many instances

    We have a server working with 5 instances but we plan to move about 15 applications currently running in access to Oracle in the same server and my question is could it be possible to make just one instance for all these application and make one user/schema for each of them, or need one instance per application?

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    The CW is to put multiple schemas into one instance. If you think you might have scalability issues, you may want to split into a couple instances.
    Jeff Hunter

  3. #3
    Join Date
    Aug 2004
    Location
    Hermosillo, México
    Posts
    23
    Originally posted by marist89
    The CW is to put multiple schemas into one instance. If you think you might have scalability issues, you may want to split into a couple instances.
    Thank you

  4. #4
    Join Date
    Aug 2001
    Posts
    267
    Unless you have lot of latch problems( I mean more locks on memory structures means heavy user activities that one set of structures can not manage) . We do not need multiple instances.
    Raghu

  5. #5
    Join Date
    Sep 2001
    Location
    Ohio
    Posts
    334
    Another thing to think about is downtime/upgrades. I agree that having as much in one instance as possible is a great idea. Just think about the requirements for downtime, etc. Is one app 24/7 and another 9 to 5? If so, then it would be hard to do maintenance on the 9 to 5 app if the db needed to be bounced. Same goes for upgrades. If you can't upgrade them all, then you'll have to create a new instance for those that are upgraded.

    Just food for thought.

    Jodie

  6. #6
    Join Date
    Oct 2002
    Posts
    807

    Re: How many instances

    Originally posted by maguila
    We have a server working with 5 instances but we plan to move about 15 applications currently running in access to Oracle in the same server and my question is could it be possible to make just one instance for all these application and make one user/schema for each of them, or need one instance per application?
    See
    http://asktom.oracle.com/pls/ask/f?p...2029405255567,

    for pros/cons. This question has been asked/addressed here a few times in the recent past. Do a search.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width