1833777 Members
2175 Online
110063 Solutions
New Discussion

Tables & DBSpaces

 
fino11
New Member

Tables & DBSpaces

Easy question but I am having one of those days and haven't used informix for ages ....

Running Informix version 7.23 - how can I find out what dbspaces my tables currently reside in
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: Tables & DBSpaces

Perhaps "onstat -t" or try "onstat --" to show all the available commands.


Pete

Pete
Peter Godron
Honored Contributor

Re: Tables & DBSpaces

Hi,
query the syscat.tables table?!
spex
Honored Contributor

Re: Tables & DBSpaces

fino11,

Try this:

# ls -l /opt/informix/dbspaces/

PCS