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 ???
Brian Peasland wrote:
> 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
>
may there is a command like:
create user bufferuser alias internal ide...
grant username ...
...
>
> Looks like you'll have to rewrite your application code.
>
> HTH,
> Brian
>
>
Is there any trick/way
one in this NG knows to create an user called INTERNAL ?
(it can not be done like creating any other user !
But may be if at installation .... or using secret flags ... ;-| ???)
Best Regards,
Lukas Unterasinger
-- ______________________________________________________________________ |UNTERASINGER Lukas | |EDV an der | |Klin. Abt. f. Neonanologie, angeb. Störungen und Intensivmedizin | |UNIV. KLINIK F. KINDER- U. JUGENDHEILKUNDE, Medizinische Univ. Wien;| |Waehringer Guertel 18-20, A-1090 Vienna, Austria | |Tel.: +43-1-40 400-3091, Fax.: +43-1-40 400-3165, (intern: 81-3224) | **********************************************************************Received on Tue Mar 16 2004 - 13:19:29 CST