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

Home -> Community -> Usenet -> c.d.o.server -> Re: reserved keywords for oracle

Re: reserved keywords for oracle

From: M Hashim <m.a.n.hashim_at_sympatico.ca>
Date: Wed, 9 Oct 2002 18:46:20 -0700
Message-ID: <zi2p9.27701$da7.171426@news20.bellglobal.com>


Write a function
 isReservedWord(vStr);

source for reserved words,
v$reserved_words

"Ionut Filip" <ionut_at_tariansoftware.com> wrote in message news:gY%o9.14999$V21.391458_at_news...
> hi all,
>
> our application allows the user to create/ query it's own tables, columns,
> data.
> There are some situation when oracle will allow the usage of reserved
words
> like 'select', 'drop' etc . However we noticed that shortly after that our
> product starts behaving weird. Now, I want to know if there is a function
to
> check if a string represents an oracle keyword.
> I could probably get the list of reserved keywords and put it in a table
and
> write my own function, but that would mean i have to maintainn that list
as
> well as customize it for different oracle versions.
>
> much appreciated
>
>
Received on Wed Oct 09 2002 - 20:46:20 CDT

Original text of this message

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