简体   繁体   中英

Oracle permissions for CRUD operations

I want to create simple web application with privileges to create, read, update, delete from ORACLE database. In order to do that I have to create oracle user. There are so many roles and privileges. What I should enable for these operations only?

Resourcescreate session应为enougt:

GRANT CONNECT , RESOURCES TO USER_NAME.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM