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

Home -> Community -> Usenet -> c.d.o.server -> Re: How do I start oracle 8.1 client on SUN?

Re: How do I start oracle 8.1 client on SUN?

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 30 Oct 2003 10:01:58 -0800
Message-ID: <ba03e2c.0310301001.34a4b778@posting.google.com>


What happens when you execute SQL*Plus? The executable is $ORACLE_HOME/bin/sqlplus.

High level:

If the permissions are set, along with proper variables, you should be able to connect provided the listener is up, and you have supplied a valid sid, username, and password.

Example:

. $ORACLE_HOME/bin/sqlplus system/manager_at_mydb

Upon login, you will see something like:

SQL*Plus: Release 8.1.7.0.0 - Prod

(c) Copyright 2000 Oracle Corporat

Connected to:
Oracle8i Enterprise Edition Releas
With the Partitioning option
JServer Release 8.1.7.4.0 - Produc

SQL> Hope this helps. Received on Thu Oct 30 2003 - 12:01:58 CST

Original text of this message

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