Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to Display mesg. during SQLPlus login?

Re: How to Display mesg. during SQLPlus login?

From: <ajitsingh_at_hotmail.com>
Date: 1998/01/23
Message-ID: <885557030.1494941708@dejanews.com>#1/1

In article <6a530p$1it_at_news.Hawaii.Edu>,   kittu_at_Hawaii.Edu (Chakravarthy KM Nalamotu) wrote:
>
> Hello Oracle Users,
> How would I display a message when a client user
> connects to the database, something similar to
> glogin.sql, but specific to a database.
> Thank you for your replies.
> Kittu.

Hi,

One possible approach: (a) create a database procedure which checks for the instance name from v$instance and displays a corresponding message. (b) execute the procedure from login.sql (if using sqlplus) on the client m/c or execute it from the client application.

I hope this helps.
Ajit

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Fri Jan 23 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US