PL/SQL (MOSC)

MOSC Banner

CREATE USER equivalent of INSERT INTO

edited Jun 24, 2013 3:27AM in PL/SQL (MOSC) 22 commentsAnswered
Hi,
I'm trying to use the prepared statement to handle new user creation in the database. Currently, user is created by using "CREATE USER IDENTIFIED " statement which doesn't seem working when I put it as "Create user ? Identified as ?"
So I'm wondering if there's an equivalent statement for adding new users using INSERT INTO? If so, which tables need to be updated?
If I'm wrong with whether prepared statement can be applied on user creation or my first create user statement was wrong, please correct me.
Thank you.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center