Experts,
I am trying to understand the subject mentioned unsupported DBCC commands. It is clearly explained here though DBCC cacheremove - SAP ASE - SCN Wiki
I am trying to understand the output actually
1> dbcc dbcacheremove (4)
2> go
Attempt to uncache the database 'E20' with dbid 4.
The descriptors keep count is 77 and the system tasks keep count is 0.
The descriptors hot count is 0 and the detached keep count is 0.
The per process keep count for spid 15 is 1.
The database is set to current by spid 15.
The per process keep count for spid 22 is 1.
The per process keep count for spid 23 is 1.
The per process keep count for spid 49 is 1.
The database is set to current by spid 49.
The per process keep count for spid 52 is 1.
The database is set to current by spid 52.
The per process keep count for spid 61 is 1.
The database is set to current by spid 61.
The per process keep count for spid 64 is 1.
The per process keep count for spid 314 is 1.
The database is set to current by spid 314.
The database 'E20' could not be uncached.
I interpret that since the objects in the underlying database is in use. The command could not successfully uncache.
I am curious to understand what the BOLD ones mean in the output of dbcc cahceremove.
Regards,
Ajith Prabhakaran