Feb 8, 2007 #1 djtom2000 Programmer Joined Feb 2, 2002 Messages 13 Location GB Hi, What is the SQL to create an Oracle user? What would be the SQL to update an Oracle users password? Which table is this info stored in? Many Thanks
Hi, What is the SQL to create an Oracle user? What would be the SQL to update an Oracle users password? Which table is this info stored in? Many Thanks
Feb 8, 2007 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB Strangely enough it's create user. See: http://www.adp-gmbh.ch/ora/sql/create_user.html for more. HTH. Upvote 0 Downvote
Strangely enough it's create user. See: http://www.adp-gmbh.ch/ora/sql/create_user.html for more. HTH.
Feb 8, 2007 Thread starter #3 djtom2000 Programmer Joined Feb 2, 2002 Messages 13 Location GB Thanks that's great! Upvote 0 Downvote