I use a shell script to accomplish what you want. You'll have to modify a bit
for you environment.
#!/usr/bin/ksh
############### ############### ############### #######
DBNAME="DBNAME"
TABSCHEMA="MYSC HEMA"
db2 activate db $DBNAME
export DB2DBDFT=$DBNAM E
echo "Running... "
db2 connect to $DBNAME user user using...
User Profile
Collapse
-
If you use the graphic tools, have a look at the Task Center. You can schedule
'commands' there and then use the Journal to monitor status....Leave a comment:
-
Hi Amit,
check the system catalog tables. You should find what you're looking for there.
ex.
db2 "select * from SYSCAT.PROCEDUR ES where PROCSCHEMA='xxx xx'"Leave a comment:
No activity results to display
Show More
Leave a comment: