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: Insufficient Privileges when creating unique index

Re: Insufficient Privileges when creating unique index

From: Thomas Kellerer <NNGNVRDSJEBN_at_spammotel.com>
Date: Mon, 06 Dec 2004 17:22:04 +0100
Message-ID: <31jf9dF3bcpt5U1@individual.net>


On 06.12.2004 17:16 kpkeller_at_linuxmail.org wrote:

> Here is the SQL I'm using:
>
> create table uniquetb(primary key(prikey), prikey integer, idcol
> integer, desccol varchar(20));
> commit;
> CREATE unique INDEX uppercase_idx ON uniquetb (idcol, UPPER(desccol));
> commit;
>
> Would someone please tell me why I receive an 'Insufficient Privileges'
> error when the 'create unique index' line executes?
>

Without the full error message this won't be possible

Thomas Received on Mon Dec 06 2004 - 10:22:04 CST

Original text of this message

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