Re: executing a script from the command line

From: Marc Mazerolle <informaze_at_sympatico.ca>
Date: Tue, 01 Jun 1999 14:51:43 GMT
Message-ID: <3753F4AB.4D4115_at_sympatico.ca>


Have you tried "quoting" your parms like this ?

sqlplus un/pw_at_db @c:\enter_ip "10.10.2.21" "04/05/1999"

On Unix, the shell will play tricks on you with some special characters like '.' or /.

Marc

Sandra Ward wrote:

> HI all,
> I am having a problem trying to execute a sql script with 2 parameters
> from the
> command line. I wrote a one line .bat file with the following:
>
> sqlplus un/pw_at_db @c:\enter_ip 10.10.2.21 04/05/1999
>
> It's working fine except I cannot get it to recognise the parameters I
> am providing on the command line, it keeps prompting me for the 2
> parameters again.
>
> TIA
> Sandra
Received on Tue Jun 01 1999 - 16:51:43 CEST

Original text of this message