I am trying to run the db2icupdtcommand, but am getting an error:
Code:
[root@power730 instance]# whoami
root
[root@power730 instance]# pwd
/opt/ibm/db2/V9.7/instance
[root@power730 instance]# ./db2iupdt db2inst1
DBI1250E Applications are still using instance db2inst1.
Explanation:
There are applications that are still running that are using the
specified instance. All applications using this instance must be
terminated before the command can be completed successfully. You can get
a list of the applications that are currently using the instance by
issuing the command:
db2 list applications
So I perform the following:
Code:
[root@power730 instance]# su - db2inst1
[db2inst1@power730 ~]$ db2 list applications
SQL1611W No data was returned by Database System Monitor.
[db2inst1@power730 ~]$
What should I do at this point
Thanks