Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: A little help with a sqlscript needed ...
James Lorenzen wrote:
> Thomas, you can invoke SQL*Plus with the "silent option" (-s) to suppress
> the unneeded messages. The command would look something like this:
> sqlplus -s <user>/<password> @my_script.sql
>
> Note: I used the "@" to execute the script.
>
> HTH
> James
Thx for tip with silent mode. Never guessed that this is available but this solved my problem.
Thank you James.
Kind regards, Thomas Received on Wed Oct 21 1998 - 02:21:00 CDT