OK, I instaled Oracle Instant Client Downloads
for Microsoft Windows (32-bit):
http://www.oracle.com/technetwork/topics/winsoft-085727.html
and added the client path to PATH environment variable.
I have now the following error:
ORA-12154: TNS:could not resolve the connect identifier specified
What should I do?
SQL+ works fine and my TNSNAMES.ORA is:
# tnsnames.ora Network Configuration File: C:\app\Fernando\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
LISTENER_ORCL =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
)
)
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl.168.2.12)
)
)