I have a Link server exposed on SQL server of a Oracle Database and I am using the following query to retrieve data. MsgCol is of type LONG in oracle. The query is always returning 100 Character but the original data is way bigger than that.
Please suggest where the things are going wrong.
SELECT MsgCol FROM OPENQUERY(OleLink,'SELECT MsgCol FROM repo_View_Link WHERE Ref_No=''00001521''')