That link is to a discussion about SQL-Server. There is a great deal of difference between
single vs. multi-database administration in SQL-Server and user geodatabases in Oracle.
Mostly the difference is between the way the RDBMSes are architected, allowing true
independence between SQL-Server databases in a single server, and the false sense
of independence fostered by user geodatabases in Oracle.
If I want independence with Oracle, I set up multiple SIDs. This allows me to have different
versions of ArcSDE in different instances, simplifies the backup/restore situation, and allows
easier control of the resources allocated to the different databases.
- V