Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> "cd" for sql*plus?
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
![]() |
![]() |