Showing posts with label user in oracle. Show all posts
Showing posts with label user in oracle. Show all posts

Tuesday, February 12, 2008

user in oracle

create user alfredo identified by alfredos_secret;
alter user alfredo account unlock;
grant create session to the_user;