Database Utilities (MOSC)

MOSC Banner

grant update on table to user not working ORA-00942: table or view does not exist

edited Mar 22, 2016 5:00AM in Database Utilities (MOSC) 4 commentsAnswered

I am trying to grant update rights to certain tables existing in schema TEST1 to another schema TEST2 as below

grant update on TEST1.TABLE1 TO TO TEST2;

but when I try to update TABLE1 from schema TEST2 as below

update TEST1.TABLE1

SET........................................

we get the error

ORA-00942: table or view does not exist

Please assist.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center