Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> What the privilege is needed?
If a user can create an index like this:
"create unique index idx_UserAcc on UserAcc(Company, Login);"
but failed on this creation:
"create unique index idx_UserAcc on UserAcc(Company, Upper(Login));"
So what is the privilege missing for this user?
-- Best regards, Diviner.Received on Thu Feb 22 2001 - 05:51:30 CST
![]() |
![]() |