Viewing 3 posts - 1 through 3 (of 3 total)
>Regarding the configuration and defaults in 12.2 > , with Oracle support I went over linked server /provider parameters (Dynamic Parameters, Allow InProcess, Collation Compatible), all were set as documented...
November 20, 2020 at 1:16 pm
Just a quick note....
If you draw in the whole table normally...
sample:
FROM OPENQUERY([HEPRD-COURSES],
'SELECT * FROM PS_ZVSR_CLASS_NOTE') [zClassNote]
try casting the offending field
sample2:
FROM OPENQUERY([HEPRD-COURSES],
'SELECT CLASS_NOTES_SEQ, CAST(SUBSTR(DESCRLONG,1,4000) AS VARCHAR2(4000)) as DESCRLONG, CRSE_ID, CRSE_OFFER_NBR, STRM,...
September 16, 2020 at 4:27 pm
Thank you! I will have a look!
February 24, 2015 at 10:33 am
Viewing 3 posts - 1 through 3 (of 3 total)