What I am trying to establish:
- use Developer Suite 10g to develop a simple local oracle database on a windows 7 machine
What I did:
- installed Oracle Developer Suite 10g
- installed Oracle database 11g (because DevSuite does not have a db)
- set
ORACLE_HOMEto database 11g's home path - restarted
OracleServicefrom services.msc - started a
listenerfromNet Configuration Assistant
Now I'm trying to use Oracle Forms Builder from Developer Suite to connect to the database, however I am getting TNS: Could not resolve the connect identifier, because the database and the DeveloperSuite are two different applications with two different tnsnames.ora.
I can connect to the database from its own sqlPlus but how can I connect to the database from DevSuite's applications?