Message-Id: <10513.107156@fatcity.com> From: Kim_Thompson@ci.sf.ca.us Date: Tue, 30 May 2000 12:10:03 -0700 Subject: 8.1.5 Client installation using file server copy Prior to 8.1.5, we successfully set up client machines by importing the ORACLE node of the registry. Now this no longer works. The initial workstation that was used to perform the installation onto the file server works fine, but importing the Oracle registry node to another workstation does not. Looks like there's something else in the registry(?) that also needs to be imported. Has anyone else run into this? TIA - Kim Thompson City and County of San Francisco ------------------------------ From: "Deshpande, Kirti" Date: Tue, 30 May 2000 14:19:15 -0500 Subject: RE: Re[2]: Big Whoops Alex, Can you please post a complete and working example of what you proposed? It will be a great help.. Thanks - Kirti > -----Original Message----- > From: Alex Hillman [SMTP:alex_hillman@physia.com] > Sent: Tuesday, May 30, 2000 2:20 PM > To: Multiple recipients of list ORACLE-L > Subject: RE: Re[2]: Big Whoops > > I think that the best way is to have a procedure which can be called from > glogin.sql, owned by sys and grant execute to public - to get data from > v$session and v$database. Also we can create script in SQLPATH directory > which will call glogin.sql, so every time after entering connect > user/password@alias one shoud run this script - like @c > > Alex Hillman > > -----Original Message----- > From: Jack van Zanen [ ] > Sent: Tuesday, May 30, 2000 3:15 AM > To: Multiple recipients of list ORACLE-L > Subject: RE: Re[2]: Big Whoops > > > > > > Hi > > > I created a little script called "c" and placed it's location in the > registry > sqlpath which I call to change the connection > > ************* > > accept username prompt "Type username :"; > accept password prompt "Type Password (wordt niet getoond) :" hide; > accept sid prompt "Type instance naam (SID) :";