21 November,2008 by Tom Collins
1)Open a DB2 command prompt
2)Verify you are on the correct instance
db2 get instance
3)Find the service name of your instance
db2 get dbm cfg | grep SVCE
You'll get back something like :
TCP/IP Service Name (SVCENAME) = db2mydb2
4)Use the service name to find the port number in the services file
e.g
grep <my service> /etc/services
you'll get back something like
<my service > 50000/tcp
DB2 list schemas of a database - DBA DB2
This is only a preview. Your comment has not yet been posted.
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.
Posted by: |