Error when reading tables using dblink LONG type #213
Replies: 3 comments 1 reply
-
Are you saying that you have a table that is on the other side of a DB link that has the details you mentioned? And you are trying to fetch the contents of that table? That normally looks like this:
Can you clarify? |
Beta Was this translation helpful? Give feedback.
-
I understand your doubt. |
Beta Was this translation helpful? Give feedback.
-
@FelipeCardos0 as a workaround, have you tried Thick mode? See https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html#enabling-python-oracledb-thick-mode |
Beta Was this translation helpful? Give feedback.
-
I'm trying to read a table that has a dblink configured.
This table has two columns: id NUMBER(10) , data LONG. The LONG type column has data greater than 32k.
But every time I try to read the table with this column I get the following error: DPY-3006: Oracle data type 2 is not supported.
Please find more details below
Thank you for your help
VERSION
Error
Code Python
Oracle Table Detail
Beta Was this translation helpful? Give feedback.
All reactions