Re: ORA_SID in Sql*Plus?

From: Mike Burke <mike.burke_at_dial.pipex.com>
Date: 1996/10/23
Message-ID: <326E651C.3D3A_at_dial.pipex.com>#1/1


In the directory where you execute SQL*Plus from create a login.sql containing something like :

select 'You are on database ' || name from v$database;

This will then be run each time you execute SQL*Plus.

Mike Received on Wed Oct 23 1996 - 00:00:00 CEST

Original text of this message