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: double users in oracle8

Re: double users in oracle8

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Fri, 17 Sep 1999 08:43:36 -0400
Message-ID: <EDfiN1FFMaKlSB6q=rmLKPIsvJIJ@4ax.com>


A copy of this was sent to thorsten2103_at_my-deja.com (if that email address didn't require changing) On Fri, 17 Sep 1999 12:13:57 GMT, you wrote:

>after the installation of oracle8 and the "create database" order
>the oracle user like "sys" and "system" are show double in the OEM.
>A "select * from dual" return two "X" at this file.
>Please help !
>
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.

log in as sys.

delete from dual where rownum = 1;

You have 2 rows in DUAL which is deadly. get rid of one of them.

--
See http://govt.us.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'... Current article is "Part I of V, Autonomous Transactions" updated June 21'st  

Thomas Kyte                   tkyte_at_us.oracle.com
Oracle Service Industries     Reston, VA   USA

Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Fri Sep 17 1999 - 07:43:36 CDT

Original text of this message

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