Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: JDBC- Error 00911: invalid character

Re: JDBC- Error 00911: invalid character

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 15 May 2003 22:03:06 -0700
Message-ID: <92eeeff0.0305152103.6ad60ad0@posting.google.com>


"Christian" <luetke.entrup_at_gmx.de> wrote in message news:<ba03rc$no8$05$1_at_news.t-online.com>...
> Hello,
>
> I'm having trouble with the Oracle-JDBC-Driver.
> I have established a connection to my oracle-database, but everytime I try
> to execute a simple statement like "select * from table1", it throws the
> SQL_Exception
> "error 00911: invalid character".
> Copy&Paste the statement to the sqlPlus command line works fine!
>
> I guess it's a problem with character set, but downloading the latest driver
> for
> Oracle 9.2.0.1.0 and jdk1.4 didin't bring any change.
>
> Please help!!!
>
> Christian

There is nothing wrong with the driver, looks like you are putting semicolon ; in your statement like "select * from table1;". Loose the semicolon and then try again.

Regards
/Rauf Sarwar Received on Fri May 16 2003 - 00:03:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US