Hi
I have a proxy table setup that to connect Oracle database using Direct connect. A very strange behaviour I am getting whilst querying the proxy table.
Table1 (255 columns) having 80K records -- select query failed after displaying 10K records
Table2 (167 Columns) having 70K records -- select query failed after displaying 20K records
Table (16 columns) having 500K records -- able to display all records without any error/warning
Also on DEV we have almost same records and similar ASE & DC configuration as on PROD. all worked well.
I have tried to enable tracing and tuned DC parameters like array_size , max_stacksize, insert_array_size etc but nothing helped.
Wondering same "select *" statement working perfectly on DEV and compared PROD & DEV cfg as well , there is no such difference.
Could any one please suggest me to look into right direction or overlooked something.
- Hardeep