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: How to call SQLPlus ? Diff between iSQL*Plus ans SQL*Plus ?

Re: How to call SQLPlus ? Diff between iSQL*Plus ans SQL*Plus ?

From: nodge <nodge.trottier_at_googlemail.com>
Date: 25 May 2007 02:35:32 -0700
Message-ID: <1180085732.912818.77640@h2g2000hsg.googlegroups.com>


"iSQL*Plus is a browser-based interface to SQL*Plus. iSQL*Plus is shipped with the Oracle10g Database Server." See: http://www.oracle.com/technology/tech/sql_plus/index.html

So you're working with SQL*Plus.

To start an externalk script just put an @ before the script:

SQL> @/path/to/script/script.sql
or
SQL> @/path/to/script/script

have fun!
nodge

On May 15, 6:50 pm, mer..._at_gmx.net (Tobias Merler) wrote:
> Sorry for this newbie question:
>
> But when I call the program sqlplus.exe in the directory
>
> ....\oracle\product\v10.2.0\server\bin
>
> do I work then with SQL*Plus or iSQL*Plus ?
>
> When I started it a console prompt appears:
>
> SQL>
>
> how do I perform an external SQL script file say "blah.sql" from this console ?
>
> Toby
Received on Fri May 25 2007 - 04:35:32 CDT

Original text of this message

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