Hi Friends,

OS = AIX 5L
DB = Oracle 10g

Please comment if my design set-up for our new oracle server is good or bad.

We have two new applications(database) to be installed/set-up on our AIX 5L server.
These are FINANCIAL SYSTEMS AND LOANS MANAGEMENT SYSTEM.

what I want to do is:

1. Create two separate oracle id:
- oracle1 for financial system
- oracle2 for loans system
- both ids are members of oinstall,dba group

2. Create two separate oracle home:
- /u01/app/oracle/product/10.2.0.1 for financial system.
- /u02/app/oracle/product/10.2.0.1 for loans system.
- /u01 and /u02 are on separate disk, in case 1 disk crashes the other home will
take over

3. Create 2 separate listener for each home.

One of the advantages of creating two separate instance, is that if u have to do some
system maintenance on one database like u have to shut it down, the other apps
wont get affected.

Thanks a lot for your thoughts.