| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 5084.1 |  | NOVA::SMITHI | Don't understate or underestimate Rdb! | Thu Feb 27 1997 11:39 | 6 | 
|  | ~     -system-w-acconflict, ...
Well VMS thinks it is open already.  Was a VMS BACKUP in progress by any
chance?
Ian
 | 
| 5084.2 | sql$database? | caotv1.ca.oracle.com::BZINN | [email protected] | Thu Feb 27 1997 11:53 | 3 | 
|  |     Did somebody define an SQL$DATABASE logical in some .COM file he's
    passing through that points to the database he's working with?
    
 | 
| 5084.3 |  | hotrdb.us.oracle.com::PMEAD | Paul, [email protected], 719-577-8032 | Thu Feb 27 1997 12:18 | 4 | 
|  |     If SHOW DEVICE/FILE doesn't show the file, and he is sure he still gets
    the error even when SHOW DEVICE/FILE doesn't show the file, then I
    suspect VMS has gotten confused somehow.  He might want to ask VMS
    support if there are any known problems in that area.
 | 
| 5084.4 | Thanks | m5.us.oracle.com::GHODSON |  | Thu Feb 27 1997 12:40 | 14 | 
|  |     Thanks for the replies.  I talked to the customer again and he is
    sure that there was no vms backup being done and also that no user
    defined sql$database to this database causing it to be inadvertently
    openned.
    
    He then said that another site experienced this problem yesterday
    also, so that maybe it is an application issue.  I did suggest that
    next time it happens, to do the following from each node:
         $ anal/sys
         SDA> set output channel.log
         SDA> show proc/channel all
    and then search the channel.log for his database root filename.
    
    --Gary
 | 
| 5084.5 |  | ORAREP::HERON::GODFRIND | Oracle Rdb Engineering | Thu Feb 27 1997 12:43 | 12 | 
|  | >    Did somebody define an SQL$DATABASE logical in some .COM file he's
>    passing through that points to the database he's working with?
That in itself should not caus any trouble (especially not in RDO) However, I'd
like to follow on Brenda's idea. Is it possible that someone defined the
logical RDOINI and/or SQLINI ? Those logicals point to command files that get
executed each time RDO or SQL is started. 
A command in there could cause the database to be automatically attached and
would make the other command (ALTER) fail.
/albert
 |