Manual talk:IBM DB2
From MediaWiki.org
[edit] DB2 Text Search
The following should be added once there is support for DB2 Text Search in MediaWiki:
Assuming DB2 Text Search is installed, enable the database for Full Text Search indexing. The following is a command line command.
db2text ENABLE DATABASE FOR TEXT CONNECT TO wikidb
leonsp 19:08, 29 October 2009 (UTC)
[edit] Debugging lock chain issues
This is a useful command for debugging deadlocks:
db2 get snapshot for locks on wikidb
Lpetrazickis 19:52, 12 April 2010 (UTC)