Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> "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 Wed Jul 19 2000 - 00:00:00 CDT
![]() |
![]() |