Hi,
Several Rows of Several Tables can be in a page. There is something called SIMPLE TABLESPACE
Sushanth
User Profile
Collapse
-
Ivester,
I have tried something like this, result was a flop.
It might work in a higher DB2 version like DB2 V9. So far i did'nt get a chance to use V9.
Since you have hundereds of tables created & the tables can be got from DB2 catalog.
...Code:select 'select ??? from ',strip(tabname), 'union all' from syscat.tables where tbname = ?? and create_time between current_timestamp
Leave a comment:
-
Tekedge,
It depends upon the project requests, i guess. If each PR accesses different(datab ases or tables), then each release will be independent of other.
SushanthLeave a comment:
-
Hi,
These are the Major Points, i think
Compatibility Mode - Members of the compatibility mode can co-exist with the previous version. New Version Functions are not available. Can fallback to previous version.
New-Function Mode - Members cannot co-exist with previous version. New version functions are available & Cannot Fallback to previous version.
SushanthLeave a comment:
-
What happens after new function mode
Hi,
In the process of migration of DB2 from one version to another. We have
Compatibility Mode, Compatibility Mode*
Enable New-Function Mode, Enable New-Function Mode*
New Function Mode.
I want to know, is there any modes after NEW FUNCTION MODE. Like "Normal Mode", where the migration is completely over with no-probs(FINALISED ). I know NEW FUNCTION MODE is the final mode of migration.... -
There is something called ROTATING PARTITIONS which will delete the data automatically.Leave a comment:
No activity results to display
Show More
Leave a comment: