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: Robert William Vesterman <bob.work_at_vesterman.com>
Date: 2000/07/19
Message-ID: <3976037c.19479328@News.CIS.DFN.DE>#1/1

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

Original text of this message

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