Well I dont think it will create problem. Right now I am using two instances in the same server, started running simultaneously.
Only issue is, u must have sufficient RAM size, processor capacity, proper disk I/O load shed and proper Init parameter tuning. Otherwise the server will suffer performance issues.
---
What is the server capacity and its details, oracle version and the database sizes? Max. user sessions expected etc., etc.,
Thanx
Ramesh.
______________________________
There is nothing Impossible.
Even Impossible says
I M POSSIBLE
Sure you can. You can have multiple instances or two DB in same machine. I just did it and work fine so far…all you have to make sure that your environment is set accordingly…
All you need to set is ORACLE_SID
For example, in K shell,
export ORACLE_SID=new_sid
in C shell,
setenv ORACLE_SID new_sid
before issuing create database statement.
Bookmarks