Created
September 25, 2016 05:24
Create Oracle User
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create user CLIENT_TEST identified by client_test_password; | |
grant connect, unlimited tablespace, resource to CLIENT_TEST; | |
grant dba to CLIENT_TEST; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment