Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8538

Re: DB6CONV leaves inconsistent systables

$
0
0

Hi Frank,

 

I've done as described.

 

There are only these entries:

db2xxx> db2 "select substr(tabschema,1,15), substr(tabname,1,30), create_time, type from syscat.tables where tabname like '%SOFFCONT1%'"

 

1               2                              CREATE_TIME                TYPE
--------------- ------------------------------ -------------------------- ----
SAPR3           SOFFCONT1                      2014-07-08-13.59.47.419617 T
SAPR3           SOFFCONT1AKqHtBs               2014-07-08-15.03.35.653735 T

 

  2 record(s) selected.

 

Now I've dropped with the command:

db2mup> db2 'drop table SAPR3."SOFFCONT1AKqHtBs" '
DB20000I  The SQL command completed successfully.

 

Wow, great! Problem solved!

I have to put "" around the tablename and only around that without schema -right?

 

Many thx

Karlheinz


Viewing all articles
Browse latest Browse all 8538

Trending Articles