Michael Buresch wrote:
> Hallo,
>
> at the moment when I run a SQL Script I open the SQL Worksheet and
login
> (Name/Password/Service). After that I open the Script or drag&drop
the
> script into the worksheet.
>
> It there a way to do this automaticly with one klick?
>
> Reagrds
> Michael
Hey Michael,
I'm sure your going to hear this a dozen times, but...
From the command line type:
sqlplus name/password@host @script
Jay!!!