access database

Hi Frineds,

There are no SQL*plus. After install PL/SQL, I could not open PL/SQL (version 6.05) Developer and got message as
SQL*net not initil and OracleHoMeKey.
Where Do I need to fond file to fix this issue?
Or just copy some TNS file?

Thanks for help!!
JIm
 
SQL*Plus is not required, but you will need to install Oracle Net. This is a prerequisite for PL/SQL Developer.
 
Hi Marco,

Youmeans that SQL/Developer CD does not install SQL Net. We need to install this part. Is it true ?

Thanks for your help!
JIm
 
Hi Marco,
I got an error message as ORA-12514 TNS: listener does not currently know of service request in corrent desceptor?

How to fix it?
I install it in DB server PC. It is working without any addition job. But PL/SQL does not working in client PC

JIm
 
Can you run the SQL*Plus that came with your Oracle product installation and connect?

Did you configure the tnsnames.ora file created by the Oracle product installation? It points to your DB. It is confusing getting it all setup.
 
Back
Top