In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.

CREATE USER C##YOUR_NAME IDENTIFIED BY YOUR_PASSWORD;
grant unlimited tablespace to C##YOUR_NAME;
grant resource, connect, dba to C##YOUR_NAME;

This code needs to be executed by an admin user.


This content originally appeared on DEV Community and was authored by abdullah khrais

CREATE USER C##YOUR_NAME IDENTIFIED BY YOUR_PASSWORD;
grant unlimited tablespace to  C##YOUR_NAME;
grant resource, connect, dba to  C##YOUR_NAME;

This code needs to be executed by an admin user.


This content originally appeared on DEV Community and was authored by abdullah khrais


Print Share Comment Cite Upload Translate Updates
APA

abdullah khrais | Sciencx (2024-08-11T17:09:51+00:00) In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.. Retrieved from https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/

MLA
" » In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.." abdullah khrais | Sciencx - Sunday August 11, 2024, https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/
HARVARD
abdullah khrais | Sciencx Sunday August 11, 2024 » In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.., viewed ,<https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/>
VANCOUVER
abdullah khrais | Sciencx - » In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/
CHICAGO
" » In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.." abdullah khrais | Sciencx - Accessed . https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/
IEEE
" » In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions.." abdullah khrais | Sciencx [Online]. Available: https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/. [Accessed: ]
rf:citation
» In this guide, I’ll show you how to create a new user in Oracle and give them the right permissions. | abdullah khrais | Sciencx | https://www.scien.cx/2024/08/11/in-this-guide-ill-show-you-how-to-create-a-new-user-in-oracle-and-give-them-the-right-permissions/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.