Hi,
I want to use Oracle 11g as backend for Drupal 7. I followed steps mentioned in below link :
http://edufk.site90.com/?q=blog/how-install-drupal-7-oracle-database-11g...
But when I start drupal installation process - i get below error after submitting database configuration page -
SQLSTATE[HY000]: General error: 600 OCIStmtExecute: ORA-00600: internal error code, arguments: [qctosop:like transform], [], [], [], [], [], [], [] (ext\pdo_oci\oci_statement.c:146)
After going back to install.php and following steps upto site configuration and submitting the site data i get below error -
Fatal error: Call to undefined function field_attach_load() in D:\xampp\htdocs\oradrup\includes\entity.inc on line 320
I have below configurations -
XAMPP 1.7.3
PHP Version 5.3.1
Oracle 11.1.0g
PDO Driver for OCI 8 and later enabled
Please suggest
Comments
fixes for this class of issue
For future readers of this thread:
I have researched this and related issues - often collectively referred to as "The 31 Tables Problem", because it interrupts the table creation process before all 73 or so tables are loaded. See this comment for a semi-exhaustive list of things that have helped people work through this issue. If your fix does not appear in my list, contact me and I will add it to the comment.
Solved SQLSTATE[HY000]: General error: 600 OCIStmtExecute: ORA-0
Hi everyone:
After a exahustive research the solution is upgrade your database there is a bug in oracle 11.1.06 so you have to upgrade your database to 11.2 and the problem is solved :D it work's for me
Bug 6677798
RDBMS: Query may return ORA-600 [qctosop:like transform] when NLS_COMP = LINGUISTIC and NLS_SORT is non BINARY. If it includes a like clause and uses set operators.