diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 30d70141883..5eb076563a9 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -1621,6 +1621,7 @@ ora_describe_define(oraCursor * cursor) int i; sb2 type; sb4 dbsize; + TSRMLS_FETCH(); if (cursor == NULL) { return -1;