Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to create an user "INTERNAL" in Oracle9i ???
You cannot create a user called INTERNAL in an Oracle 9i database. See
the following:
ORA9I SQL> create user internal identifed by abc123; create user internal identifed by abc123
*
ERROR at line 1:
ORA-09275: CONNECT INTERNAL is not a valid DBA connection
Looks like you'll have to rewrite your application code.
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_remove_spam.peasland.com Remove the "remove_spam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three"Received on Tue Mar 16 2004 - 12:29:18 CST
![]() |
![]() |