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 privilege

Re: Insufficient privilege

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Wed, 13 Apr 2005 08:28:37 -0700
Message-ID: <1113405893.146522@yasure>


Debadatta wrote:

> 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
> FROM sys.DBA_ROLE_PRIVS;
> 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
> FROM sys.DBA_ROLE_PRIVS;
>
> waiting for u'r reply.
> Thanks

No Oracle version.
No Error message.
No help possible.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Wed Apr 13 2005 - 10:28:37 CDT

Original text of this message

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