Re: SQL*Plus replacement available

From: Harry <harryooopotter_at_hotmail.co_>
Date: Mon, 07 Jun 2004 22:47:13 GMT
Message-ID: <Rf6xc.64081$OI5.16760_at_edtnps84>


no_at_spam.com wrote...

>I'll be happy to add any other feature you want, and the tool will
>be free when it comes out of beta.

Thanks, it was quick.

I ran into a problem.

With sqlpal: when I ran the a procedure with parameters, it barked on "invalid SQL statement."

SQL>exec createv2login (1, 'mylogin_at_mydomain.com', 'HARRY', 'POTTER'); ORA-00900: invalid SQL statement

The procedure declaration is as follow.

(vCorpid in number,vUserId in char,vFirstName in varchar2,vLastName in varchar2)

==

With SQL*Plus: when I ran the same procedure with the same parameters, it was executed OK.

Any clue? Received on Tue Jun 08 2004 - 00:47:13 CEST

Original text of this message