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 > Informix > r therer any sql commands for back up

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-04, 02:58
mariadasun mariadasun is offline
Registered User
 
Join Date: Nov 2004
Posts: 26
Arrow r therer any sql commands for back up

using IDS9.4 on linux

byusing ontape i could do back up of whole system and recover. if want to do it sql
prompt, i.e in dbaccess i want to write a sql command for backup, what is command ,can any one help me ..
Reply With Quote
  #2 (permalink)  
Old 12-03-04, 02:57
matute matute is offline
Registered User
 
Join Date: Jun 2004
Location: Madrid, Spain
Posts: 47
Hi,

The closest one is unload. But:
- It won't save your system configuration
- It won't save your databases schemas
- It won't guarantee the integrity of the data (unless you lock the database in exclusive mode)
- You must perform it for each table.

I always recommend to backup the system using ontape. You can also use dbexport or onunload... and all of them are external commands.

Hope it helps.
__________________
José Luis Matute.

Regards from Spain.
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