hello all! I have problem:
Installed:
Windows 2003 x86 Enterprise Edition R2 with SP2
Oracle9i version (9.0.1.1.1 fileserve.com mirror from first post)
Navicat Premium
Java JDK
Visual C++ redistributable 2008 x86
Visual C++ redistributable 2010 x86
Visual C++ Express 2010
created alefclient user to database, sql files imported to database
i modified the SERVERCONFIG and RPGWT tables with PLSQL
tnsnames.ora:
Code:
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora90\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ACCOUNT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = account)
)
)
INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
start navicat
i use this: Tools => Options => OCI => Oci library: C:\oracle\ora90\bin\oci.dll
and if i try connect to database with navicat i got this error:
and if i start login or other server i got this error:
someone can help me?