Skip to content
Snippets Groups Projects
Commit b9f879da authored by Danny Boxhoorn's avatar Danny Boxhoorn
Browse files

Using a cached OCIType no longer works with Oracle 19c.

parent 16ed07fa
  • The code tries to be clever by only calling OCITypeByName once by adding static. When RadiusTest is called the next time the previous htm_list_tdo will be used. In 19c the OCITypeByName result can only be used inside a function. Otherwise the structure that it points to may no longer exist. Oracle 11g did not clean up this structure and this optimization worked there.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment