If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Dump In Ingres

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-06, 16:20
Nishant Nishant is offline
Registered User
 
Join Date: Nov 2006
Posts: 5
Red face Dump In Ingres

Hi Friends,

I want to know -

"How can we take dump of a Database and how can we Import it on another machine?"

Please help me

Regards,
Nishant Sharma
+91 9350964841
nishantkrsharma@yahoo.com
Reply With Quote
  #2 (permalink)  
Old 01-29-07, 21:36
William Dillon William Dillon is offline
Registered User
 
Join Date: Jul 2006
Location: Seattle, WA
Posts: 6
Dump Ingres DB

Hi

Which version of Ingres?

What do you want to copy it into?

Usually -

copydb -c dbname
(-c means in ASCII format)
will produce a copy.out script

Then

sql -s dbname <copy.out >copy.out-results

Good Luck
Bill
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On