On Thursday 31 December 2009, alex pappas wrote:
The result from the test:
ERROR:db_oracle:get_rows: driver: ORA-24330: internal OCI error
ERROR:db_oracle:db_oracle_store_result: error while converting rows
ERROR:core:db_do_raw_query: error while storing result
ERROR:sqlops:sql_do_query: cannot do the query
Hi Alex,
sorry for the late reply.. Ok, interesting error. The documentation from
oracle is not really helpful in this regards:
ORA-24330 internal OCI error
Cause: An internal OCI error has occurred.
Action: Contact Oracle Support Services.
http://download.oracle.com/docs/cd/B10501_01/server.920/a96525/e24280.htm
Probably stupid question, but does the DB works otherwise, e.g. if you access
with a command line client? Then probably the module did something wrong. But
its hard to say what exactly just from this error message..
Cheers,
Henning