Skip to content

Instantly share code, notes, and snippets.

@ssvaidya
Created September 25, 2016 05:24
Create Oracle User
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