18 July,2013 by Tom Collins
How can I find the db2 database create date?
To find the database creation date execute a query on the syscat.tables. Example:
Method 1
select min(create_time) from syscat.tables
Method 2
db2 list tables for schema SYSIBM
DB2 Database objects overviews - DBA DB2
Move DB2 schema objects to another schema using ADMIN_COPY_SCHEMA
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |