1. Is there any way to have the JBoss connection pool reconnect to Oracle when connections go bad? stackoverflow.comWe have our JBoss and Oracle on separate servers. The connections seem to be dropped and is causing issues with JBoss. How can I have the JBoss reconnect to Oracle if ... |
2. Is Oracle BC4J Still Supported? stackoverflow.comWe need to move from OAS 9.0.4 to JBoss and we want to take our BC4J application with us. I'm looking for information on the supportability of BC4J on our new ... |
3. Arabic characters not accepted in Oracle DB stackoverflow.comhis this is database admin I have a Jboss server with oracle database When I enter the Arabic fonts throung the application the database is not accepting throungh the application ; ... |
4. Error for Oracle Driver for DB server 10g and Jboss 4.2.3 application server stackoverflow.comthe error is like Apparently wrong driver class specified for URL: class: oracle.jdbc.driver.OracleDriver I am using ojdbc14.jar which is the latest jar for oracle driver. The DB server is Oracle 10g. I ... |
5. UniversalConnectionPoolManagerMBean already registered stackoverflow.comI have two web applications.
|
6. jboss with oracle db - connection issue stackoverflow.comI'm struggling for two hours to deploy an application on Jboss server which connects to my Oracle DB. The dbname-ds.xml has:
|
7. JBoss autocommit to Oracle doesnt work always stackoverflow.comI have a very interesting situation. I am slightly new to JBoss and Oracle, having worked mostly with Weblogic on DB2. That said, what I am trying to do is pretty ... |
8. How can I see logs of oracle procedure(dbms_output statement) stackoverflow.comActually I am calling oracle procedure from java file present at application server. I want to debug my oracle procedure, so I write statement in oracle procedure as "dbms_output", but dont ... |