home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / oracle / 1371 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!cs.utexas.edu!usc!wupost!gumby!destroyer!ubc-cs!unixg.ubc.ca!kynok.ucs.ubc.ca!george
  3. From: george@unixg.ubc.ca (George chow)
  4. Subject: Followup to: GRANTing permissions...
  5. Message-ID: <1992Aug25.204244.8362@unixg.ubc.ca>
  6. Originator: george@unixg.ubc.ca
  7. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  8. Nntp-Posting-Host: kynok.ucs.ubc.ca
  9. Organization: University of British Columbia, Vancouver, B.C., Canada
  10. Date: Tue, 25 Aug 1992 20:42:44 GMT
  11. Lines: 32
  12.  
  13. I posted the following article yesterday asking about table references. 
  14.  
  15. ==
  16. Howdy,
  17.  
  18. Yet some more questions from a rookie about putting together an application. 
  19.  
  20. I need to grant permissions on the objects that I have created for a specific
  21. application to some users. I know about the GRANT command but it's sorta
  22. cumbersome to have to GRANT permissions to each and every user that needs the
  23. application. Is there a way to have Oracle use Unix-style groups?
  24.  
  25. Second question: is it really the case that I have to qualify each and every
  26. reference to an object in my application's forms and reports with the creator's
  27. (my) ID? If so, why didn't CASE*Generator do that for me? As such, I ended up
  28. writing a sed script to prepend my ID to each of my objects and manually
  29. wrapped each line of my .inp files at 80 columns. A real bother.
  30. ==
  31.  
  32. I received 3 replies back. The conclusion is:
  33.   o set the TABOWN option in CASE*Generator if I want to have the full 
  34.     reference in the generated forms, reports, et al or
  35.   o use a public and/or private synonym for each user or
  36.   o use V7's "role" feature
  37.  
  38. V7's "role" feature sounds like what I really want. I.e., group-like
  39. control over access. Can someone who knows a bit more about V7's "roles"
  40. explain if it will allow you to control access to objects in a 
  41. Unix-group-like manner?
  42.  
  43. George
  44.  
  45.