Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ORA-3108 on LOCK TABLE

ORA-3108 on LOCK TABLE

From: Benjamin Hatton <ben.hatton_at_somerset.com.au>
Date: Thu, 01 Jul 1999 15:08:42 +1000
Message-ID: <377AF7DA.E288C577@somerset.com.au>


Hi all,

I received a 3108 error when attempting "LOCK TABLE addr IN EXCLUSIVE MODE". The client was connected to a server on a different machine, but both machines are running identical versions of oracle, 7.3.4, on Solaris 2.6. The error was soon followed by 3106 and 3114 when performing a SELECT.

The code was a C code binary compiled using the ProC compiler, and was compiled on a third machine with gcc, again with identical version of oracle.

Here is the message from the manual:

ORA-03108 oranet: Oracle does not support this interface version

 Cause:

        The version of Oracle connected to via SQL*Net does not support this version of the SQL*Net protocol.

 Action:

        Upgrade the older version of Oracle and try again.

The code has worked previously without the LOCK TABLE, so I'm not sure what may have caused this error, nor how to fix it. Has anybody come across this before?

Regards,
Ben. Received on Thu Jul 01 1999 - 00:08:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US