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

Home -> Community -> Usenet -> c.d.o.tools -> "cd" for sql*plus?

"cd" for sql*plus?

From: Aujla Avtar (Softlab) <Avtar.Aujla_at_Softlab.co.uk>
Date: 2000/07/20
Message-ID: <9EC5A3A16E4BD41180730008C78432AC02D381@birexb01.softlab.co.uk>#1/1

Bob,

In you SQL*PLUS window menu, select File - Open - C:\SQL - and then click cancel

when you type @table1.sql at the SQL prompt, it should work.

Regards,

Avtar

> -----Original Message-----
> From: bob.work_at_vesterman.com (Robert William Vesterman)
> [SMTP:bob.work_at_vesterman.com]
> Posted At: Wednesday, July 19, 2000 8:39 PM
> Posted To: misc
> Conversation: "cd" for sql*plus?
> Subject: "cd" for sql*plus?
>
> I'm making scripts in c:\sql, and am typing stuff like this into
> SQL*Plus:
>
> @c:\sql\table1.sql
> @c:\sql\table2.sql
> @c:\sql\table3.sql
>
> Whereas what I'd really like to do is more like this:
>
> cd c:\sql
> @table1.sql
> @table2.sql
> @table3.sql
>
> Is there a way to do that?
>
> Thanks,
>
> Bob Vesterman.

--
Received on Thu Jul 20 2000 - 00:00:00 CDT

Original text of this message

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