home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / ingres / 2138 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.9 KB  |  56 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!mail-to-news-gateway
  3. From: Tom Blythe <TJB@MATH.AMS.ORG>
  4. Subject: copying a database
  5. Message-ID: <725083255.91799.TJB@MATH.AMS.ORG>
  6. Sender: root@nrao.edu (Operator)
  7. Organization: National Radio Astronomy Observatory
  8. Date: Wed, 23 Dec 1992 04:00:55 GMT
  9. Lines: 45
  10.  
  11.  
  12.  
  13. I am attempting to copy a database, db1, to a database with another
  14. name, db2, with both database located on the same machine. So I
  15. performed the following steps:
  16.  
  17. 1. rearranged each location for db1 so that no one location
  18.    was using more than 44% of the disk.
  19.  
  20. 2. created db2 with the same default location as db1 
  21.  
  22. 3. extended db2 to all the same locations as db1
  23.  
  24. 4. created and dropped a table repeatedly in db2 until the next table id
  25.    (as seen in infodb) for db2 is larger than the next table id for db1.
  26.  
  27. 5. shutdown ingres on the machine
  28.  
  29. 6. copied all .t00 files from .../ingres/data/default/db1 directories to 
  30.    .../ingres/data/default/db2 directories
  31.  
  32. 7. restarted ingres
  33.  
  34. When I try to access db2, I get the following error:
  35.  
  36.    E_US0845 Table 'iidbcapabilities' does not exist or is not owned by you.
  37.     (Tue Dec 22 22:48:49 1992)
  38.  
  39. If I look in db1 for the filename for iidbcapabilities, I can see that
  40. file in the correct directory for db2 with the proper owner and
  41. permissions.
  42.  
  43. All of this was done using Ingres v6.4/01  on a Solbourne
  44. running 4.1A.2.
  45.  
  46. Does anyone have a suggestion for what I may have done wrong? I thought
  47. that I had followed the basic recipe as described in this group
  48. previously.
  49.  
  50. ----------------------------------------------------------------------
  51. Tom Blythe                               TJB@MATH.AMS.ORG
  52. American Mathematical Society            (401) 455-4015
  53. PO Box 6248, 201 Charles St.
  54. Providence, RI 02940
  55. ----------------------------------------------------------------------
  56.