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 > onunload and load utility

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-06-04, 00:47
pathri pathri is offline
Registered User
 
Join Date: Apr 2004
Location: zxczxczxc
Posts: 52
onunload and load utility

Hi,
I am having a database with tables split accross the Dbspaces. When i take a unload of the Database using onunload and reload using onload the tables, whole database is going into a single dbspace(which i specify) or root dbs if not specified. is there any way of preserving the dbspaces of the tables.


bye.
__________________
zxczxczc
Reply With Quote
  #2 (permalink)  
Old 05-07-04, 08:37
syntheticbyte syntheticbyte is offline
Registered User
 
Join Date: May 2004
Posts: 1
try this...

dbschema with some parameters can dump some storage details...try to use in dbschema xxx.exp/xxx.sql...
Reply With Quote
  #3 (permalink)  
Old 05-07-04, 14:53
tmullins tmullins is offline
Registered User
 
Join Date: Aug 2003
Posts: 68
dbexport <dbname> -ss

This will unload the data to ascii files and create the sql that puts the objects in the proper dbspaces.
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