
- Forum
- Database
- Oracle Database
- Output of the Statement
Output of the Statement
This is a discussion on Output of the Statement within the Oracle Database forums, part of the Database category; I recently saw a command namely: CREATE USER xxx IDENTIFIED GLOBALLY What does this statement means and what is the ...
-
Output of the Statement
I recently saw a command namely:
CREATE USER xxx IDENTIFIED GLOBALLY
What does this statement means and what is the output of the statement.Can anyone brief on this.
-
hai friend
Ur Question is create user XXX identified globally
it means here statement creates a new user as XXX and his/her password .........
In ur question ,after 'identified' there must be a password,but there is no WORD like globally
I think is a password
-
04-26-2008, 04:40 AM #3
- Join Date
- Apr 2008
- Answers
- 1
create user <username> identified by <password> from my side this the syntax
edit me thank you
Last edited by ashok.gopasani; 04-26-2008 at 04:45 AM.
-
10-22-2011, 04:20 AM #4
In the above answer will be SYNTAX ERROR.because user name is xxxxx it will be idendtified BY this place password is put. but above question u will not specify BY after IDENTIFIED.
-
Sponsored Ads
«
Value of NULL
|
Sequence Query
»

Reply With Quote





