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 > Restoring a table ¿?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-03, 15:31
pedrin pedrin is offline
Registered User
 
Join Date: Jul 2003
Posts: 11
Restoring a table ¿?

Hello, I´m backing up my database (Informix 9.30 for Solaris) with OnBar.
Now, I´d like to try the restore, but I don´t want to restore all the database, only a table from it.
I think I can´t do it directly if all the tables from the database belongs to the same dbspace.
I´ve been thinking for some solutions but they appear to be difficult.
If somebody know how to solve the issue, please answer me. Thanks!!
Reply With Quote
  #2 (permalink)  
Old 10-14-03, 13:56
Rob Prop Rob Prop is offline
Registered User
 
Join Date: Oct 2003
Location: Netherlands
Posts: 2
Red face Re: Restoring a table ¿?

Hi,

In informix there is no possibility to restore a single table, even a single dbspace has it's limitations. When restoring a single dbspace it should always be to the latets known point, so no point-in-time. So the result is the same dbspace as before the restore started. You'll notice that the back-up tools are developed for system errors and not for user errors etc.

The solution I know (but is very work intensive and will cost a lot of down time if you don't have a test/spare system).

- back-up engine
- Restore engine point-in-time
- Unload table
- Restore to latest point

Hope this helps....



Quote:
Originally posted by pedrin
Hello, I´m backing up my database (Informix 9.30 for Solaris) with OnBar.
Now, I´d like to try the restore, but I don´t want to restore all the database, only a table from it.
I think I can´t do it directly if all the tables from the database belongs to the same dbspace.
I´ve been thinking for some solutions but they appear to be difficult.
If somebody know how to solve the issue, please answer me. Thanks!!
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