[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference vaxaxp::vmsnotes

Title:VAX and Alpha VMS
Notice:This is a new VMSnotes, please read note 2.1
Moderator:VAXAXP::BERNARDO
Created:Wed Jan 22 1997
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:703
Total number of notes:3722

700.0. "SHOW DEV/FILE still sess removed installed image" by GIDDAY::CHEUNG ("CSC, Sydney") Fri Jun 06 1997 03:44

Just wonder if someone seen this problem before:

The following example demonstrates adding an Oracle image and removing it, SHOW
DEVICE/FILE can still find the opened entry.

Further adding and removal of the installed image will add another entry in the
SHOW DEVICE/FILE list. The addition stopped until it reached 4 entries in the
SHOW DEVICE/FILE and dropped back to 2 entries.

I went into SDA to check all the opened channels and there's none being opening
this installed image. I suppose it shouldn't have any open channel since INSTALL
REMOVE can remove the image.

Any ideas?

Thanks,
John,
CSC/Sydney


INSTALL> add/share rdbms:[oracle.v715.rdbms]srv.exe
INSTALL> list rdbms:[oracle.v715.rdbms]srv.exe

RDBMS:<ORACLE.V715.RDBMS>.EXE
   SRV;11           Open     Shar
$ sh dev/file rdbms/out=a.a
$ sear a.a 000000,srv/mat=and
                00000000  [ORACLE.V715.RDBMS]SRV.EXE;11
INSTALL> rem rdbms:[oracle.v715.rdbms]srv.exe
INSTALL> list rdbms:[oracle.v715.rdbms]srv.exe
%INSTALL-W-FAIL, failed to LIST entry for RDBMS:<ORACLE.V715.RDBMS>SRV.EXE
-INSTALL-E-NOKFEFND, Known File Entry not found
INSTALL>  Exit
$ sh dev/file rdbms/out=a.a
$ sear a.a 000000,srv/mat=and
                00000000  [ORACLE.V715.RDBMS]SRV.EXE;11
T.RTitleUserPersonal
Name
DateLines
700.1BSS::JILSONWFH in the Chemung River ValleyFri Jun 06 1997 11:156
How long did you wait after the removal to look at the disk file list?  
Removing the file is immediate in the KFE but the deletion of the global 
section may be delayed (I want to say 1 second here) and thus VMS will have 
an open channel to the section backing store file.

Jilly