Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help Please: ORA-01031
Connect as J2400 user then execute the grant.
Srinivas wrote:
>
> I created a user J1416 with default, temp tablespaces
> with password expire.
>
> Then I granted CREATE SESSION to J1416
>
> And then I tried to give select privs to the user
> J1416. Got the following error message. I did this
> while logged in as system with DBA role (checked
> select * from session_roles). Why is this not working.
> Please help. J2400 owns table TBL_A.
>
> SQL> GRANT SELECT ON J2400.TBL_A TO J1416;
> GRANT SELECT ON J2400.TBL_A TO J1416
> *
> ERROR at line 1:
> ORA-01031: insufficient privileges
>
> thank you
> Srinivas
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Srinivas
> INET: zirraffeee_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Suzy Vordos INET: lvordos_at_qwest.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jun 21 2002 - 16:33:37 CDT