ORA-26076 Error Code Description:



 Error ORA-26076
 Description cannot set or reset value after direct path structure is allocated
 Cause Client attempted to set or reset the number of rows in a direct path

* structure after it has already been allocated and initialized.

* Attributes used is one of the following:

* - OCI_ATTR_NUM_ROWS: to set # of rows in a direct path column array

* - OCI_ATTR_DIRPATH_DCACHE_SIZE: to set size of a date cache

* (default is 0)

* - OCI_ATTR_DIRPATH_DCACHE_DISABLE: to set whether date cache will be

* disabled on overflow (default is FALSE)

 Action Set the following attributes before:

* - OCI_ATTR_NUM_ROWS: before calling OCIHandleAlloc for column array

* - OCI_ATTR_DIRPATH_DCACHE_SIZE: before calling OCIDirPathPrepare

* - OCI_ATTR_DIRPATH_DCACHE_DISABLE: before calling OCIDirPathPrepare



0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
OraError.net © 2007 • Privacy PolicyTerms Of Use