Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Deleting some pre-installed users?
On Sat, 28 Dec 2002 18:06:11 +0100, "KR" <zzb26_at_mail.com> wrote:
>I have several users per-installed on my 8.1.7 server, and I am not sure if
>those users have a function or are simple guest users. Just wanted to check
>if it is save to delete them. Here is the list of users that I want to
>delete from the install,
>
>
>
>Adams
>
>Blake
>
>Clark
>
>Jones
>
>Scott
>
>
>
>Thanks in advance for letting me know if its OK to delete them,
>
>
>
>kr
>
The official procedure is not to 'delete' them but either run
drop user <username> cascade
or better still
run the demodrp.sql from the sqlplus\admin directory.
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Sat Dec 28 2002 - 12:14:17 CST