Connect oracle error,help me!

llinn591

Member
hi:
when i connect oracle using pl/sql developer 7 with the oracle of ORANT,an error getting out:

'Access violation at address 67614F04 in module 'ORA805.DLL'...

who can help me ,what's the reason and how can i do?

thanks!
 
Try to connect by "native" sql/plus (if it is installed) first to isolate the problem. If the native connection doesn't work either then you should check your Oracle (client) installation, your tnsnames.ora and see whether your client version is still supported for the version of the Oracle database you want to connect to.
If the native connection works you should check PLSD settings: Preferences>Oracle>Connection ("oracle home", "oci library").
 
Back
Top