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: Newbie question - how do I choose my working directory?

Re: Newbie question - how do I choose my working directory?

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 15 Mar 2005 15:10:55 -0800
Message-ID: <1110928254.977130.254940@z14g2000cwz.googlegroups.com>

Whatever wrote:
> Hi all,
>
> I am currently trying to learn Oracle, but I can't figure out how to
> change my working directory.
>
> I have scripts in G:\Paul, so at the prompt in SQL *Plus, I issued
the
> command
>
> host cd g:\paul.
>
>
> The dos window popped for a second and SQL *Plus didn't complain, but
> when I issued a
>
> host dir /w command, I was still in the SQL *Plus bin directory, and
I
> definitely don't want to go messing round in there.
>
> How do I make this change? TIA.
>
>
> Paul...

Open command prompt.

C:\> cd /d G:\Paul
G:\> sqlplus username/password_at_database

Regards
/Rauf Received on Tue Mar 15 2005 - 17:10:55 CST

Original text of this message

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