Database Administration (MOSC)

MOSC Banner

Create a user which has update/execute rigths on another schema

edited Dec 22, 2012 8:02PM in Database Administration (MOSC) 5 commentsAnswered
11.2.0.2

Hi,

How do I do it? I know how to grant update on tables.

Select 'GRANT update ON userA.'|| table_name ||' to userB;' from dba_tables where owner = 'userA';

There are no easy package to run so I just grant update/execute on another schema?

Regards

S

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