Bug Report. Closing on query, v7.0.0.1050

I have Oracle 8.0.5 Server and 9i Client installed on my computer. 9i Client is used to work with Oracle 9i Server, installed on the other computer. Also in my 9i Client I have an alias to my 8.0.5 Server and when I try to query some data from any table under this alias PL/SQL Developer v7.0.0.1050 closes without any notification. Where's the problem?
 
Natasha, if you have access to Metalink, look for a Note:207303.1 - "Client / Server / Interoperability Support Between Different Oracle Versions"

According to that document 9i client (9.0.1 & 9.2.0) is incompatible with db 8.0.5. Propably you had older version (may be 8i) installed on another machine as well?

In case you don't have access to Metalink here is compatibility information that may be useful for you

Code:
Client:  Server:
10.2.0   10.2.0, 10.1.0, 9.2.0,      , 8.1.7,      ,      ,      ,      ,
10.1.0   10.2.0, 10.1.0, 9.2.0, 9.0.1, 8.1.7,      ,      ,      ,      ,
9.2.0    10.2.0, 10.1.0, 9.2.0, 9.0.1, 8.1.7,      ,      , 8.0.6,      ,
9.0.1            10.1.0, 9.2.0, 9.0.1, 8.1.7, 8.1.6,      , 8.0.6,      , 7.3.4
8.1.7    10.2.0, 10.1.0, 9.2.0, 9.0.1, 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
8.1.6          ,       ,      , 9.0.1, 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
8.1.5          ,       ,      ,      , 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
8.0.6          ,       , 9.2.0, 9.0.1, 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
8.0.5          ,       ,      ,      , 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
7.3.4          ,       , 9.2.0, 9.0.1, 8.1.7, 8.1.6, 8.1.5, 8.0.6, 8.0.5, 7.3.4
 
Thank you, Slava, for such useful information.

P.S. I use OCI components in my Delphi projects and they work properly in such conditions, that's why I thought there's a problem with Developer.
 
Back
Top