Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Granting DML privileges

495612May 29 2006 — edited May 29 2006
Friends,
As a SYSDBA or DBA user, How to grant DML permissions on a table 
of one schema to another schema. Is it possible ?

Example:

SQL> connect sys as sysdba
Enter password: *********
Connected.

SQL> grant update on scott.emp to hr;
grant update on scott.emp to hr
                      *
ERROR at line 1:
ORA-01031: insufficient privileges
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2006
Added on May 29 2006
13 comments
1,224 views