| ORA-01018: | column does not have a LONG datatype | | Cause: | An attempt was made to fetch data using the LONG fetch option, but the specified column was not LONG. | | Action: | Re-execute the fetch without the LONG fetch option or create the table with a LONG column. |
|
|