Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: tilde ~ in index, how to handle
Use quotation marks:
alter index "abc~0" ...
or in uppercase, if necessary.
Peter
"Uwe Schmidt" <uwe.schmidt_at_dzsh.de> schreef in bericht
news:newscache$sypm2h$xgo$1_at_www-neu.dzsh.de...
> Hey Newsgroup,
>
>
> i would like to change the storage parameter for an index like abc~0,
> but if i try to do so:
>
> alter index abc~0 storage (maxextents 300);
> invalid character
>
> ...................."abc~0" .................
> index not found
>
> ....................'abc~0'
>
>
> What have I to do ????
>
>
> Thanks a lot ....
>
> Uwe
>
>
>
>
>
>
>
Received on Wed Sep 18 2002 - 06:05:02 CDT