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: strange sqlplus problem w/ Oracle 7.3.4

Re: strange sqlplus problem w/ Oracle 7.3.4

From: <mjain_at_my-dejanews.com>
Date: Fri, 08 Jan 1999 23:15:49 GMT
Message-ID: <7763j3$ja$1@nnrp1.dejanews.com>


DBPATH is your unix environment variable and SQL-Plus does not recognize the unix environment variable, that is why you are getting this error.

Specify the actual value of DBPATH in your SPOOL command and you will be okay.

Unix environment variables are not available inside SQL-Plus at SQL> prompt.

Hope this helps,
Manoj Jain

In article <775i97$kkn$1_at_news-sj-3.cisco.com>,   "Sasha Ostojic" <sasha_at_UltimateTech.com> wrote:
> I do the following:
>
> $ sqlplus user/pass
> SQL> SPOOL $DBPATH/sql/output/tables.lst
>
> and I immediately get "Segmentation violation(coredump)".
>
> $DBPATH is an environment variable that is defined, and points to a
> directory that exists.
>
> Has anybody seen this before? What's going on?
>
> Thanks in advance,
> .sasha
>
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Jan 08 1999 - 17:15:49 CST

Original text of this message

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