How to find the db2 database create date

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

 Read More

DB2 Database objects overviews - DBA DB2

Move DB2 schema objects to another schema using ADMIN_COPY_SCHEMA

DB2 SET CURRENT SCHEMA - DBA DB2

Author: Rambler(http://www.dba-db2.com)

Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

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.

Working...

Post a comment on How to find the db2 database create date

Comments are moderated, and will not appear until the author has approved them.


dba-db2.com | DB2 Performance Tuning | DBA DB2:Everything | FAQ | Contact | Copyright