This used to work in PL/SQL Developer 5.1.6 but is giving an error in 6.0.2:
1) Log in to Oracle via PL/SQL Developer
2) New SQL Window
3) SELECT * FROM SYSOBJECTS@somedblink
4) F8 (execute)
5) Hit the double arrow to fetch all rows
It fails after showing 100 rows with
ORA-01002: fetch out of sequence
We get this error in WinSQL if Autocommit is set on. I checked the PL/SQL Developer preferences, the check box is NOT on for "Autocommit SQL".
Tried with both HSODBC link and TG4MSQL link, same error.
Seems to work sporadically after the first error, but always fails the first time after logging in.
Help?
Thanks.
DK.
1) Log in to Oracle via PL/SQL Developer
2) New SQL Window
3) SELECT * FROM SYSOBJECTS@somedblink
4) F8 (execute)
5) Hit the double arrow to fetch all rows
It fails after showing 100 rows with
ORA-01002: fetch out of sequence
We get this error in WinSQL if Autocommit is set on. I checked the PL/SQL Developer preferences, the check box is NOT on for "Autocommit SQL".
Tried with both HSODBC link and TG4MSQL link, same error.
Seems to work sporadically after the first error, but always fails the first time after logging in.
Help?
Thanks.
DK.