User Profile

Collapse

Profile Sidebar

Collapse
Jenniferdb2
Jenniferdb2
Last Activity: Jun 23 '09, 02:50 AM
Joined: Feb 15 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jenniferdb2
    started a topic how to detect unavailable tables?
    in DB2

    how to detect unavailable tables?

    We recently identified a table on a primary HADR database that had been
    loaded with the parm "nonrecoverable " thus the table was unavailable to
    the HADR standby copy. The table was identified by the diag log message
    ADM5571. After we resolved the problem (resync'ing the HADR standby) we
    have been investigating the best way to report on any tables that may
    become "unavailabl e"...
    See more | Go to post

  • Jenniferdb2
    started a topic Incorrect "union all" results
    in DB2

    Incorrect "union all" results

    Hello All,

    create table a (i int);
    create table b(i int);
    insert into a values(1);
    insert into b values(2);
    select * from a union all select * from b;
    ...
    See more | Go to post
No activity results to display
Show More
Working...