Software
>>
Services
>>
RDBMS
>>
Oracle
>>
Scripts
>>
What is a sample user creation script
create user "mydbuser" profile "default" identified by "mydbuser" default tablespace "users" account unlock; grant "connect" to "mydbuser"; grant "dba" to "mydbuser"; grant "exp_full_database" to "mydbuser"; grant "imp_full_database" to "mydbuser";
Please enable JavaScript to view the
comments powered by Disqus.