Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Insufficient Privileges when creating unique index
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
![]() |
![]() |