HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- broadcast message
Operating System - Tru64 Unix
1830239
Members
2101
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 11:41 PM
09-21-2004 11:41 PM
broadcast message
hello everybody,
I have an Oracle database in a tru64 unix system, users use their PCs to connect to the database ( through SQL*PLUS tool).
How can i send them a message from the server that i want to shutdown the database or making other operations?
I have an Oracle database in a tru64 unix system, users use their PCs to connect to the database ( through SQL*PLUS tool).
How can i send them a message from the server that i want to shutdown the database or making other operations?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 12:01 AM
09-22-2004 12:01 AM
Re: broadcast message
if using samba there is a smb send command included.
Help() { FirstReadManual(urgently); Go_to_it;; }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 08:12 AM
09-22-2004 08:12 AM
Re: broadcast message
I don't think Oracle will be able to offer you a 'callback' service. Actitivies a re strictly initiated by the clients, not the servers.
It would be easy enough to display a message for a starting up sqlplus through through glogin.sql. Just select text from a pre-defined centrasl place.
For a long runnning sqlplus you would need a serverside script to query v$session and v$process and then use a non-oracle tool (Like the smb Ralf mentions) to send messages based on the result of the query (smop: perl!).
Good luck,
Hein.
olumn id format 999;
column Local format 99999;
column Remote format 99999;
column Node format a9;
column Local_Program format a20;
column Remote_Program format a24;
set pages 9999;
select pid "Id", spid "Local", process "Remote",
s.machine "Node", SUBSTR(p.program,1,20) "Local Program",
SUBSTR(s.program,1,24) "Remote Program"
from v$process p, v$session s
where addr = paddr
order by machine, spid
/
It would be easy enough to display a message for a starting up sqlplus through through glogin.sql. Just select text from a pre-defined centrasl place.
For a long runnning sqlplus you would need a serverside script to query v$session and v$process and then use a non-oracle tool (Like the smb Ralf mentions) to send messages based on the result of the query (smop: perl!).
Good luck,
Hein.
olumn id format 999;
column Local format 99999;
column Remote format 99999;
column Node format a9;
column Local_Program format a20;
column Remote_Program format a24;
set pages 9999;
select pid "Id", spid "Local", process "Remote",
s.machine "Node", SUBSTR(p.program,1,20) "Local Program",
SUBSTR(s.program,1,24) "Remote Program"
from v$process p, v$session s
where addr = paddr
order by machine, spid
/
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP