Sun App Server configurations

I have done something wrong, but I don't know what.

Few days ago my app read 1000 records from database in 0,5 s ,now it takes 120s .I have reinstalled server, and probably have not configured it properly, particularly the JDBC connection.

Can anybody give me some links with step-by-step configuring database connection on Sun App Server. I use NetBeans, I suppose it also do some server configuration automatically, but I am not sure.

[456 byte] By [taras_staza] at [2007-10-3 3:26:00]
# 1
one more thing :inserting data into database now takes exactly the same time as before, but getting takes more time (?)
taras_staza at 2007-7-14 21:19:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

perhaps this is cause of Isolation Level set to Read-commited when before it was set to read-uncommited , but now if I set it to read-uncommited in connection pool properties I have exception:

Internal Exception: java.sql.SQLException: Error in allocating a connection. Cause: The transaction isolation could not be set: "acceptable are" READ_COMMITTED and SERIALIZABLEError Code: 0

taras_staza at 2007-7-14 21:19:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Now I am in situation when in Admin Console I try to ping my connection pool with Read-Uncomminted exception is raised and in console there is a message:

ErrorAn error has occurred.

Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: The transaction isolation could not be set: "acceptable are only"READ_COMMITTED and SERIALIZABLE

Why I can't set that isolation level ?

taras_staza at 2007-7-14 21:19:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Ok it's seems that Oracle doesn't support read-uncommited
taras_staza at 2007-7-14 21:19:07 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...