I have a following problem: I created views on Oracle tables using OPENQUERY but for some reason some of the text data get truncated. Do you have any idea what can be the problem?
I would review the views that were created in Oracle and ensure that the SQL data types match the Oracle. It may be some data-type conversion truncation issue.