Toad Error Could not locate oci dll
509673Apr 30 2006 — edited May 3 2006Hi,
I have edit my tnsnames file as follows:
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
Now when i try to connet to the database using SCOTT/TIGER it gives me error initialization error could not locate OCI dll .
Please can anyone help....