home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / oracle / 1465 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.1 KB

  1. Path: sparky!uunet!oracle!unrepliable!bounce
  2. Newsgroups: comp.databases.oracle
  3. From: kjou@us.oracle.com (Kathy Jou)
  4. Subject: Re: Oracle7 userids
  5. Message-ID: <1992Sep2.171236.25868@oracle.us.oracle.com>
  6. Sender: Kathy Jou
  7. Nntp-Posting-Host: hqpyr1.us.oracle.com
  8. Organization: Oracle Corporation, Redwood Shores CA 94065
  9. References: <1992Sep1.161828.337@hhcs.gov.au>
  10. Date: Wed, 2 Sep 1992 17:12:36 GMT
  11. X-Disclaimer: This message was written by an unauthenticated user
  12.               at Oracle Corporation.  The opinions expressed are those
  13.               of the user and not necessarily those of Oracle.
  14. Lines: 20
  15.  
  16. In article <1992Sep1.161828.337@hhcs.gov.au> pihlab@hhcs.gov.au writes:
  17. >
  18. >Under Oracle6 when you revoke all access for a user there is no easy
  19. >way of actually removing them completely from the database ie they still
  20. >appear in the DBA_USERS table as a valid but inactive user.
  21. >
  22. >Has this changed under Oracle7 ?
  23. >
  24.  
  25. You can really get rid of a user with:
  26.  
  27.     DROP USER scott;
  28.   or
  29.     DROP USER scott cascade;    /* drop user and all objects */
  30.  
  31.  
  32. -- Kathy Jou
  33. -- Oracle Corp
  34. -- Disclaimer: just my own opinion, not Oracle's.
  35.  
  36.