home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1106 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.7 KB  |  50 lines

  1. Newsgroups: comp.databases.oracle
  2. From:  "Nick Maximov" <nick@spbgtw.pczz.msk.su>
  3. Message-ID: <2a62d697@spbgtw.pczz.msk.su>
  4. Subject: Re: CREATE TABLE not acting the way I think it should
  5. Organization: Lentechno
  6. References: <1992Jul13.175108.24837@fang.att.com>
  7. Date: Tue, 14 Jul 1992 09:28:52 
  8. Path: sparky!uunet!mcsun!fuug!demos!kiae!isknews!pczz!news
  9. Distribution: world
  10. Sender: news-server@pczz.msk.su
  11. Reply-To: nick@spbgtw.pczz.msk.su
  12. Lines: 36
  13.  
  14.  
  15.     In article <ebd@fang.att.com> writes:
  16.  
  17. >I am using Oracle 6.0.33.1.2 on SVR4 on a 386 PC. What I want to is to create
  18. >a table specifying 'user.tablename'. I have tried this as SYS & SYSTEM and
  19. >other DBA accounts and it tells me 'no resource permission'. Can you create a
  20. >table to be owned by another user, or am I missing something. I have been
  21. >unable to glean any clues from the manual. Any ideas appreciated!
  22. >
  23. >EBD
  24. >-- 
  25.     Howdy,
  26.  
  27.     I have not troubles with creating tables using foreign accounts
  28. when I have DBA rights. Therefore, I need more detailed information to
  29. help you. 
  30.     Please pass following and send me direct result letter:
  31. 1. Perform the query
  32.        SELECT USER#, NAME, CONNECT$, DBA$, RESOURCE$
  33.        FROM SYS.USER$
  34.        WHERE NAME = 'SYS' OR NAME = 'SYSTEM';
  35. 2. Look at CONNECT$, DBA$ and RESOURCE$ columns that must contain
  36.    value 1 (num).
  37. 3. If not so, regratee the sys and system users by 
  38.         REVOKE CONNECT, RESOURCE, DBA FROM SYS;
  39.         GRANT CONNECT, RESOURCE, DBA ON SYS IDENTIFIED BY <passwd>;
  40.     and so on for system if need.
  41. 4. If couldn't create table yet, please select DATATS# and TEMPTS# and
  42.    look at number tablespeces to define proper rights.
  43.  
  44.     When you pass these steps and trouble not solved, send a
  45.     direct letter.
  46.                 Regards, Nick - Oracle system admin.
  47.  
  48. --
  49. Nick Maximov, St. Petersburg, Russia.
  50.