Single or multiple database? [message #52595] |
Wed, 31 July 2002 05:03 |
rajashree
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
Hi,
We are developing a web application for HR-Payroll processing wherein all details of every company that registers sits in a single database. Is it feasible to have seperate database instance for each company to tackle problems related to application performance, correction of human errors etc.? What are the major overheads in following the multiple database approach? The proposed database is Oracle.
-Rajashree.
|
|
|
|
Re: Single or multiple database? [message #52603 is a reply to message #52595] |
Wed, 31 July 2002 09:16 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
I agree - one database. Managing one database and one instance is much easier. Also - each new instance will hog it's own SGA, so your machine would have to be much bigger. Be aware of oracle's Virtual Private Database technology too (if the database structures are the same for multiple companies). Read on otn.oracle.com
|
|
|