Re: [Q]: ODBC32 + ORA-06108

From: asaf shoval <shovala_at_netvision.net.il>
Date: 1996/06/23
Message-ID: <31CE3A24.2CC4_at_netvision.net.il>#1/1


Evangelos Nanos wrote:
>
> I am trying to write a 32-bit application using ODBC32 (on Win95), but
> am having trouble configuring Win95 (client). Here are the configs:
>
> 1. Server is running SQL*Net v1 and v2 (Oracle 7.0 or 7.1 on Unix).
> I just installed the 32-bit ODBC drivers for Win95 (from Oracle's ftp
> site), as well as required support files (7.2...) that were included.
> I created a new data source through ODBCAD32, but CANNOT connect to
> the server!!!
>
> 2. When trying to connect using the SQLConnect(...) stmt, I got:
> SQL Error State: S1000, Native Error Code: 17DC, ODBC Error,
> [Oracle][ODBC Oracle Driver][Oracle OCI] Error when trying to
> retrieve text for error code ORA-06108
>
> Does anyone know what on earth is wrong?
> Any suggestion will be more than appreciated.
>
> Thanx.
> - Evan Nanos

  1. make sure u can telnet to the server from the PC.
  2. if so, start the TCPIP process ON THE SERVER. u must config the process before starting it.
  3. the command AFTER u config the process (configuration : in the config.ora file) type : TCPCTL START (for sqlnet 1) and the LISTENER process will be started.
  4. ora-6108 means that the LISTENER process on the server was'nt started.
  5. As i said,Start it.
  6. bye

asaf shoval,oracle DBA Received on Sun Jun 23 1996 - 00:00:00 CEST

Original text of this message