Gidday all,

I am currently getting the following error when my BMP code tries to access
the Oracle 8.1.7 db  (note I am sure that the database and table exist). I
have searched the archives and it appears that I may not be acessing my
OracleDB pool but rather the hypersonic pool.  If this is the case can someone
please tell me where to change it as it is not clear to me even though I have
virtually copied the Oracle connection pool setup straight from the manual.

Thanks in advance
Tom



[ItemEnt] java.sql.SQLException: Table not found: O_ITEM in statement [SELECT
i_id FROM O_item] [ItemEnt]       at
java.lang.Throwable.fillInStackTrace(Native Method) [ItemEnt]       at
java.lang.Throwable.<init>(Throwable.java:94) [ItemEnt]       at
java.lang.Exception.<init>(Exception.java:42) [ItemEnt]       at
java.sql.SQLException.<init>(SQLException.java:64) [ItemEnt]       at
org.hsql.Trace.getError(Trace.java:124) [ItemEnt]       at
org.hsql.Result.<init>(Result.java:70) [ItemEnt]       at
org.hsql.jdbcConnection.executeHSQL(jdbcConnection.java:644) [ItemEnt]      
at org.hsql.jdbcConnection.execute(jdbcConnection.java:540) [ItemEnt]       at
org.hsql.jdbcStatement.fetchResult(jdbcStatement.java:499) [ItemEnt]       at
org.hsql.jdbcStatement.executeQuery(jdbcStatement.java:37) [ItemEnt]       at
org.hsql.jdbcPreparedStatement.executeQuery(jdbcPreparedStatement.java:99)



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to