Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Insufficient privilege
Hi,
step1.
I have taken one dump of databse lying AIX.
step2.
Import into local database in Windows.
Step3.
I found one of the view is invalid.
Step4.
Found out script for view.
Step5.
tried to run the select query separately.Query is running proper.But
once try to run this script, it throws an error :
step1.
I have taken one dump of databse lying AIX.
step2.
Import into local database in Windows.
Step3.
I found one of the view is invalid.
Step4.
Found out script for view.
Step5.
tried to run the select query separately.Query is running proper.But
once try to run this script, it throws an error :Insufficient
privilige.
Pl. find the script for view.
CREATE OR REPLACE VIEW AAP_ROLE_PRIVS
(GRANTEE, GRANTED_ROLE, ADMIN_OPTION, DEFAULT_ROLE)
AS
SELECT
GRANTEE, GRANTED_ROLE, ADMIN_OPTION, DEFAULT_ROLE
GRANTEE, GRANTED_ROLE, ADMIN_OPTION, DEFAULT_ROLE
waiting for u'r reply.
Thanks
Received on Wed Apr 13 2005 - 07:50:52 CDT
![]() |
![]() |