Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Invalid characters in a string
Patrick Joyal wrote:
>
> What are the invalid characters (in string values) that I should watch for
> where I'm constructing SQL String?
>
> I know there's ' that I can replace with ''
> but I'm having problem with ;
>
> thanks
>
> Patrick
';' is not a problem character in the db, its just that its a problem character in SQL Plus...
In SQL Plus, do
SQL> show all
and you can see what characters are going to be important
HTH
--
![]() |
![]() |