Home » Infrastructure » Unix » Multiple Oracle Instances
Multiple Oracle Instances [message #365405] Mon, 27 April 1998 12:25 Go to next message
SANDY
Messages: 60
Registered: April 1998
Member
We are running many Oracle instances, i.e. Demo, Test, Production 1 and Production 2. Is there any way to signify one instance from the next? (Maybe a change in the title bar at the top of the page or a different color screen for each instance)?

Help........
Re: Multiple Oracle Instances [message #365408 is a reply to message #365405] Tue, 28 April 1998 06:53 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
What tool do you use?

I like to write wrappers around certain Unix commands to tell me on what database I'm working. Look at this example:

#!/bin/ksh
echo Currently managing database `tput rev`$ORACLE_SID`tput rmso`
exec $ORACLE_HOME/bin/svrmgrl.cmd

Cheers
Frank
Next Topic: Welcome to the Unix Message Board
Goto Forum:
  


Current Time: Tue Apr 16 03:06:03 CDT 2024