Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to call SQLPlus ? Diff between iSQL*Plus ans SQL*Plus ?
"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
![]() |
![]() |