Cannot gettype from within package #181
-
Hello, using gettype works perfectly fine for global object types. But as soon as I'm trying to get a type from a package with Are there any known limitation when working with oracle 11g? I'm using:
fin swimmer |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What is possible for applications to access has definitely been improved in various Oracle DB versions. Look at the examples in https://github.com/oracle/python-oracledb/blob/main/tests/test_3200_features_12_1.py - which is the "Module for testing features introduced in 12.1". It shows various type cases were additionally supported. Do these match what you are trying to do? |
Beta Was this translation helpful? Give feedback.
What is possible for applications to access has definitely been improved in various Oracle DB versions. Look at the examples in https://github.com/oracle/python-oracledb/blob/main/tests/test_3200_features_12_1.py - which is the "Module for testing features introduced in 12.1". It shows various type cases were additionally supported. Do these match what you are trying to do?