RE: [Info-ingres] copying a database
- From: "Paul White" <pwhite@xxxxxxxxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 10:53:10 +1100
Hiya Fred,
Here is what I do.
Log into the server as ingres
Start a telnet or dos command window
Create a directory (make sure it has enough space for a copy of the db)
Cd to the directory
Unloaddb <db> -source=. -dest=.
Run unload.ing (unload.bat)
Edit reload.ing (reload.bat if dos) change the db name
Edit copy.in change the \nocontinue to \continue
Createdb mydb
Run reload.ing (reload.bat) > reload.log
Check the reload.log for any errors E_
Sysmod mydb
Optimizedb mydb
ckpdb +j mydb
Paul
-----Original Message-----
From: info-ingres-admin@xxxxxxxxxxxxxxx
[mailto:info-ingres-admin@xxxxxxxxxxxxxxx] On Behalf Of Fred Nurk
Sent: Tuesday, 13 December 2005 10:38 AM
To: info-ingres@xxxxxxxxxxxxxxx
Subject: [Info-ingres] copying a database
I have inherited a old Ingres database that just sits and happily chugs
along. However, I need to take a copy of the database and create a new
database with the data of the original database.
My question is simple what is the process to do this?
Thanks in advance.
_______________________________________________
Info-ingres mailing list
Info-ingres@xxxxxxxxxxxxxxx
http://mailman.cariboulake.com/mailman/listinfo.py/info-ingres
.
- Prev by Date: copying a database
- Next by Date: RE: [Info-ingres] copying a database
- Previous by thread: copying a database
- Next by thread: Ingres R3 Features
- Index(es):
Relevant Pages
|