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: tilde ~ in index, how to handle

Re: tilde ~ in index, how to handle

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Wed, 18 Sep 2002 13:45:24 +0200
Message-ID: <am9p1v$a0j$2@ctb-nnrp2.saix.net>


Uwe Schmidt wrote:

> alter index abc~0 storage (maxextents 300);
> invalid character

Oh yeah - or else if the name is correct with that tilde, then wrap the index name into double quotes, i.e.
alter index "abc~0" storage (maxextents 300);

If the index name is caps, then:
alter index "ABC~0" storage (maxextents 300);

--
Billy
Received on Wed Sep 18 2002 - 06:45:24 CDT

Original text of this message

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