Multiple Oracle Instances [message #365405] |
Mon, 27 April 1998 12:25 |
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 |
Frank Naude
Messages: 4581 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
|
|
|