Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Substitutions

Substitutions

From: Gocha Mchedlishvili <gocham_at_mci2000.com>
Date: Wed, 29 Jul 1998 23:38:45 GMT
Message-ID: <9oOv1.3241$__4.777497@news.mci2000.com>


I want to make SP, which propts for user name and password and then creates the user
I wrote the code

CREATE USER &UserName IDENTIFIED BY &PWord GRANT CREATE ANY TABLE TO &UserName

When I run this script, I'm prompted twice for username.

How to make it to prompt it only once?

Thanks

Gocha Received on Wed Jul 29 1998 - 18:38:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US