Good Morning, I have an issue with oracle, i have a centos 6.4 virtual machine with oracle 11.2.0.1.0 installed in it. when I execute my query using sqldeveloper i get the follownig error.
There is no more data to read in the socket
my query is little bit large i have something like.
select columnA, columnB, .....
From View1
left outer join View2
left outer join table1
my first view contains 20 left outer joins and 10 inner joins between tables
my seconde view contains a lot of calculated columns with case when
and even subquerys
and 15 left outer joins and 3 inner joins.
i can't modify this views and i have to test my query. is there something to do so i can test my query?