This answer on a question on SO says
… you can read a LONG from a remote database, but you can’t read a CLOB
I did not find anything about this on the internet, is it true? Any documentation or citings for this will be helpful.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is correct in a certain context, for simple select statements over a DB link, you’ll get this error:
From the errors manual:
I also had trouble finding definitive documentation on this…but we just ran into the same issue in our data warehouse. However, there are several work-arounds available, pulling the data over or creating a view for example.