Oracle : Grant Create table in another schema?

后端 未结 3 2006
北海茫月
北海茫月 2020-12-16 19:56

I have two users : Schema1 and Schema2

How to grant Create Table privilege On Schema2 to Schema1 ?

I have been turning around and I got confused. I tried : <

3条回答
  •  感情败类
    2020-12-16 20:17

    The only other way to allow a non-DBA user to create a table in another schema is to give the user the CREATE ANY TABLE system privilege.

    This privilege can only be given to SCHEMA1 by a user with DBA privileges.

提交回复
热议问题