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 -> Re: How to access Oracle databases ?

Re: How to access Oracle databases ?

From: Grandis Ho <grandisho_at_mail.com>
Date: Tue, 31 Aug 1999 09:49:49 +0800
Message-ID: <7qfcc3$m7g@nntpa.cb.lucent.com>


Hi,

    First you should install sql net8 server on server side. And you should start oracle TNS listener.

    You can start it in control panel in windows nt or start it in unix just type lsnrctl start.

    Clicent Software:

  1. Thin Client: Oracle Thin JDBC Driver. It is good for java applet in web browser.
  2. Fat Client: 2.1 Java: Oracle SQL*NET + Oracle OCI + Oracle JDBC Driver for OCI 2.2 Precompiler: Oracle SQL*NET + Pro*C/C++ or Oracle SQL*NET + Pro*COBOL 2.3 OCI: Oracle SQL*NET + OCI 2.3 Oracle Objects for OLE: It is easy for VB programming 2.4 ODBC: Oracle SQL*NET + ODBC Driver(if you using oracle sql net 2.x in client, microsoft odbc driver is better) 2.5 ADO : Oracle SQL*NET + Microsoft OLE DB for Oracle, more info, please go to www.microsoft.com/data 2.5 Tcl in Unix: Oracle SQL*NET + OCI + Oratcl 2.6 Perl : Already have, but I doesn't use it, please go to www.perl.com 2.7 Native Driver for Delphi and Powbuilder etc.

Sincerely,
Grandis
Thor <thor.venus_at_caramail.com> wrote in message news:37CAFCBA.2A260D44_at_caramail.com...
> Environment : Windows NT Server 4 + Oracle 8
> or Unix + Oracle 8.
> Which are the software to be installed on the client station and the
> server to
> give access to the base?
> Thank
>
Received on Mon Aug 30 1999 - 20:49:49 CDT

Original text of this message

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