What's the best approach for handeling about 1300 connections in Oracle.

What's the best approach for handling about 1300 connections in Oracle 9i/10g through a Java application?

1.Using separate schema s for various type users(We can store only relevant data with a particular schema.Then No. of records per table can be reduced by replicating tables but we have to maintain all data with a another schemaThen we need update two schema s for a given session.Because we maintain separate scheama for a one user and another schema for all data and then there may be Updating problems)

OR

2. Using single schema for all users.

Note: All users may access the same tables and there may be lot of records than previous case.

What is the Best case.

Please give Your valuable ideas

[746 byte] By [Suraweeraa] at [2007-11-27 6:49:46]
# 1
That's a pure database question, and not related to Java.
kajbja at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...
# 2
and not related to database connections either...
jwentinga at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...
# 3
It is a true but i want a solution from you all.
Suraweeraa at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...
# 4
I am sure you don't want MY solution...
Martin@Stricenta at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...
# 5
the solution is to NOT handle 1300 connections...
jwentinga at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...
# 6
> It is a true but i want a solution from you all.I want you to tell me how to fix my friends car.
kajbja at 2007-7-12 18:23:35 > top of Java-index,Java Essentials,Java Programming...