home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!oracle!unrepliable!bounce
- Newsgroups: comp.databases.oracle
- From: kjou@us.oracle.com (Kathy Jou)
- Subject: Re: Oracle7 userids
- Message-ID: <1992Sep2.171236.25868@oracle.us.oracle.com>
- Sender: Kathy Jou
- Nntp-Posting-Host: hqpyr1.us.oracle.com
- Organization: Oracle Corporation, Redwood Shores CA 94065
- References: <1992Sep1.161828.337@hhcs.gov.au>
- Date: Wed, 2 Sep 1992 17:12:36 GMT
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
- Lines: 20
-
- In article <1992Sep1.161828.337@hhcs.gov.au> pihlab@hhcs.gov.au writes:
- >
- >Under Oracle6 when you revoke all access for a user there is no easy
- >way of actually removing them completely from the database ie they still
- >appear in the DBA_USERS table as a valid but inactive user.
- >
- >Has this changed under Oracle7 ?
- >
-
- You can really get rid of a user with:
-
- DROP USER scott;
- or
- DROP USER scott cascade; /* drop user and all objects */
-
-
- -- Kathy Jou
- -- Oracle Corp
- -- Disclaimer: just my own opinion, not Oracle's.
-
-