Next: Future work
Up: XSB - Oracle Interface
Previous: Limitations
  Contents
  Index
- ERR - DB: Connection failed
- For some reason you can not connect
to Oracle.
- Diagnosis: Try to see if you can run sqlplus.
If not ask your Oracle admin about it.
- ERR - DB: Parse error
- The SQL statement generated by the
Interface or the first argument to db_sql/1 or
db_sql_select/2 can not be parsed by the Oracle.
The character number is the location of the error.
- Diagnosis: Check your SQL statement. If our interface
generated the erroneous statement please contact us at
xsb-contact@cs.sunysb.edu.
- ERR - DB: No more cursors left
- Interface run out of non-active
cursors either because of a leak (See 4.3.14) or you have more then MAX_OPEN_CURSORS concurrently open
searches.
- Diagnosis: System fails always with this error. db_transaction(rollback) or
db_transaction(commit) should resolve this by freeing all cursors.
Please contact us for more help since this error is fatal for your
application.
- ERR - DB: FETCH failed
- Normally you should never get this error if the
interface running properly.
- Diagnosis: Please contact us at xsb-contact@cs.sunysb.edu
Next: Future work
Up: XSB - Oracle Interface
Previous: Limitations
  Contents
  Index
Luis Fernando P. de Castro
2003-06-27