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: ORA-07217 error in sqlplus

Re: ORA-07217 error in sqlplus

From: Ken Kauffman <kkauffman_at_nospam.headfog.com>
Date: Thu, 03 Jul 2003 17:44:43 GMT
Message-ID: <fYZMa.2449$ZT5.205@news2.east.cox.net>

"Elvis" <esamson_at_web.de> wrote in message news:be1o87$ljs$02$1_at_news.t-online.com... Hello, I need help. After installing Oracle 8.1.7 on a Solaris I get this error when I try to log on with sqlplus:

ORA-07217: sltln: environment variable cannot be evaluated.

This is the result of env:

DISPLAY=serv02:13.0
HOME=/export/spare/oracle
HZ=100
LD_LIBRARY_PATH=/export/spare/oracle/oracle8i/lib LOGNAME=oracle
MAIL=/var/mail/oracle
ORACLE_BASE=/export/spare/oracle
ORACLE_HOME=/export/spare/oracle/oracle8i ORA_NLS33=/export/spare/oracle/oracle8i/ocommon/nls/admin/data PATH=/export/spare/oracle/oracle8i/bin:/export/spare/oracle/oracle8i/lib:/us r/bin:/usr/sbin:/usr/ucb:/etc:/usr/ccs/bin:. SHELL=/bin/sh
TERM=dtterm
TZ=MET
_INIT_NET_STRATEGY=none
_INIT_PREV_LEVEL=S
_INIT_RUN_LEVEL=3
_INIT_RUN_NPREV=0
_INIT_UTS_ISA=sparc
_INIT_UTS_MACHINE=sun4u
_INIT_UTS_NODENAME=serv15
_INIT_UTS_PLATFORM=SUNW,UltraAX-i2
_INIT_UTS_RELEASE=5.8
_INIT_UTS_SYSNAME=SunOS
_INIT_UTS_VERSION=Generic_108528-13

What could be possible errors? Is sltln an environment variable? Thanks in advance,
Elvis



export your ORACLE_SID

export ORACLE_SID=<mysid>

ken k Received on Thu Jul 03 2003 - 12:44:43 CDT

Original text of this message

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