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 -

Fatal error: Call to undefined function node_types_rebuild() in D:\xampp\htdocs\oradrup\includes\common.inc on line 7158

After refreshing the same page I get below error :

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

aaaristo’s picture

Status: Active » Closed (won't fix)

looks like you have a problem with your oracle environment ORA-00600 ... you should contact oracle support...
What is your complete oracle version? 11.1.0.1? I can suggest you to use 11.2.0.2 or >

goldengalaxy’s picture

But then why does it gives below error -
Fatal error: Call to undefined function field_attach_load() in D:\xampp\htdocs\oradrup\includes\entity.inc on line 320

royce.williams’s picture

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.