User Profile
Collapse
-
Can you paste the error message here. So that it would become easy to identify the problem -
First try to do
1) killdbm
2) create the database
3) db2start
If this doesn't work, then check if
DB2COMM registry variable is set to tcpip
if the port name is set in database manager configuration file
If they are not set, them set them and do
db2stop force
db2start.
Thanks,
MadhaviLeave a comment:
-
See if the sample code snippet for LOAD operation in sqllib/samples/java/jdbc/SetIntegrity.ja va helps.
Thanks,
Madhavi.Leave a comment:
-
Can you give us error message details when you execute this procedure?Leave a comment:
-
I/O overhead could be because of insufficient page cleaning.
If DB2 agent needs to write a page and if there's no free page in the bufferpool, then the agent must first create a room in the bufferpool by writing a dirty page out of the pool. This will cause the application to stop processing transactions because DB2 agent has to get a free page first and then continue. Hence I/O bottleneck.
CPU overheads could be...Leave a comment:
-
The information about every database object is stored in system catalog tables. System catalog tables reside in SYSCATSPACE tablespace. whenever an object is referenced in queries or any other operation, DB2 checks for that object in system catalog tables first, if exists, it checks all other details like if permissions are there, etc and executes that operation/query.Leave a comment:
-
The explanation for ADM10502W is as follows. Try recommendations and descriptions as suggested in the commands below.
(GET RECOMMENDATIONS FOR HEALTH INDICATOR Health-Indicator-Short-Name
GET DESCRIPTION FOR HEALTH INDICATOR Health-Indicator-Short-Name
)
ADM10502WHealth indicator Health-Indicator-Short-Description (Health-Indicator-Short-Name) is in state Health-Indicator-Value on Monitored-Object-Type...Leave a comment:
-
check if this sample helps if you have DB2. This sample shows how to update the existing XML document.
$HOME/sqllib/samples/xml/java/jdbc/XsUpdate.java
Thanks,
Madhavi...Leave a comment:
-
Hi,
We cannot make tablespaces readonly in DB2
Thanks,
Madhavi...Leave a comment:
No activity results to display
Show More
Leave a comment: