I've got a shell script where I need to embed some Oracle commands. What I
need to do among other things is to see if a user does not exist, and create
a user.
Sqlplus user/pwd @commands.sql
In the commands file:
Select username from users like '%fubar%'
If username does not exist then
Create user ...;

I know how to create a user, grant, et.al, but I don't know how to set this
up to test if a user exists.
_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to