Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to create an user "INTERNAL" in Oracle9i ???

Re: How to create an user "INTERNAL" in Oracle9i ???

From: Turkbear <john.g_at_dot.spamfree.com>
Date: Tue, 16 Mar 2004 11:27:01 -0600
Message-ID: <ftde5017c2ovmppbd8oq3qqd6tb9gf1ecn@4ax.com>


Lukas Unterasinger <Lukas.Unterasinger_at_akh-wien.ac.at> wrote:

>Our problem:
>
>We are using several programs which are connecting to Oracle-DB(8i)
>hardcoded as User "INTERNAL".
>We have to upgrade to Oracle.9i (support-by-Oracle) Database and must
>use the old programms to fill it. We can not edit the code and compile
>it ! So the CONNECT as INTERNAL command must work on new oracle-version.
>
>Question:
>Is there any way to create an user "INTERNAL" with privileges like "SYS"
>in Oracle 9i to use the CONNECT as INTERNAL command ?
>
>(we can not use the sqlplus \nolog instead because we can not edit the
>filling-program)
>
>Please give an idea. Thank you very much in advance.
>
>Best Regards,
>Lukas Unterasinger

I realise that this is not an answer, but why on earth would any application log in as INTERNAL?!? That should be used only for DBA startup and shutdown tasks. Use System for the other instance wide actions..

9i requires that any login that needs SYSDBA or SYSOPER privs use the connect user/password_at_instance AS SYSDBA ( or AS SYSOPER) format.

I am not sure 9i will even allow you to cerate a user called INTERNAL and grant DBA privs to it.. Received on Tue Mar 16 2004 - 11:27:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US