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!

ORA-01031: insufficient privileges when creating a table in other schema

565677Sep 10 2012 — edited Sep 10 2012
Dear all,

I appreciate your help please in this issue :

when i try to issue the below statement to create a table in an another schema than the user i am connected in


CREATE TABLE SCHEMA_NAME_B.HST_ARCH nologging AS
SELECT *
FROM HST
WHERE 1 = 0;


I always get ORA-01031: insufficient privileges error, even if i have granted the create table privilege to the user i am connected in.

What other privileges should i grant also,

Please if you have any idea.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2012
Added on Sep 10 2012
19 comments
8,681 views