Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop up message

Status
Not open for further replies.

coral09

MIS
Joined
Jan 9, 2009
Messages
5
How to do pop up message using sqlplus in unix enviornment . When we do upgrades to databases we @upgrade.sql script.In the end of upgrade I want to pop up message after completion of upgrade script.
Like " database upgrade completion to patch 21
by checking version column value in my table version table.

Thanks in advance
 
You can use a PROMPT command to display a message, but it won't pop up in the screen like a windows pop up box. SQL*Plus isn't really designed to be particularly visual - you would have to wrap something else around it.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top