We are using the Weblogic App Server on redhat Linux with Oracle 9i. Within our app, we create Java UserTransaction objects and make jdbc insert, updete, and delete calls within the transaction.
Everything is fine with a version of our DB using dictionary managed tablespaces and rollback segments. But in another version of the DB using locally managed, undo and temp tablespaces, the app hangs on the first update statement executed within a transaction. I'm sure it's just configuration thing - maybe missing an init parameter or something. For the version that works, I did load the PUBBLD package, but didn't for the version that doesn't work. I don't know if this could be it or not.
Any ideas????
Thanks.
Everything is fine with a version of our DB using dictionary managed tablespaces and rollback segments. But in another version of the DB using locally managed, undo and temp tablespaces, the app hangs on the first update statement executed within a transaction. I'm sure it's just configuration thing - maybe missing an init parameter or something. For the version that works, I did load the PUBBLD package, but didn't for the version that doesn't work. I don't know if this could be it or not.
Any ideas????
Thanks.