<< StringUtils | Home | visual rules 4: maven integration >>

ORA-00911: invalid character

So you've created unit test for your ibatis sqlmaps based DAOs with an in memory database like hsqldb but when it comes to the real live you are getting exceptions like the this?

Easy solution: make sure you don't have a ; character at the end of your statement. Hsql ignores this but oracle does not.



Re: ORA-00911: invalid character

Hi, It is working for me. I spent much time to solve finally just i made a google search and got this solution. Thank you very much.

Re: ORA-00911: invalid character

Thank you very much for your tip! (Fixed a nasty issue for me).

Re: ORA-00911: invalid character

Thank you, i took almost 1 hr to figure out.

Re: ORA-00911: invalid character

Thanks.

Re: ORA-00911: invalid character

Thank you... I spent lot of time because of a ; .. Thank god finally I searched on google and find it

Re: ORA-00911: invalid character

You saved my day. Thanks

Re: ORA-00911: invalid character

The best answer i've ever seen. You saved me a lot of time and cheer me up the rest of day and the long weekend. Thanks much!

Re: ORA-00911: invalid character

Thanks. I didn't notice this very small error. It should have taken hours to find out by myself.

Re: ORA-00911: invalid character

Thanks a lot. It Worked

Re: ORA-00911: invalid character

thanks... helped a lot..

Re: ORA-00911: invalid character

Thanks very munch its working

Add a comment Send a TrackBack