Home » RDBMS Server » Server Administration » Help me please for easy question
Help me please for easy question [message #56807] Sat, 26 April 2003 08:44 Go to next message
khalid
Messages: 24
Registered: September 1999
Junior Member
> Hi all
>
> can any one please tell me how I can invoke
> (oracle Enterprise manager ) (DBA Studio)
>
> at oracle8i ver8.1.7 at unix Solaris 8
>
> And can Any one tell me a web side that contain A Steps
> to make the database start automatic
> and to make the lisner start automatic
>
> I tray the oracle Doc Which come with the oracle Cd but
> I can't startup database automatic or startup lisner automatic
>
>
>
> thinks for all my Dear
>
Re: Help me please for easy question [message #56817 is a reply to message #56807] Mon, 28 April 2003 06:01 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
1. goto $ORACLE_HOME/bin
   type
   oemapp dbastudio   

2. set your $TNS_ADMIN
   edit your oratab file ( defualt location is /var/opt/oracle/oratab)
   change N to Y in oratab (do do for the required databases to be autostarted).
   in your dbstart/dbshut scripts ( located in $ORACLE_HOME/bin)
   add the following to start/stop listener.
   lsnrctl start < listener_name >
   lsnrctl stop  < listener_name >
   now this single dbstart/dbshut can control both databases and listeners.
   call this script in your rc.d ( system routines) so that it is executed every time the system is rebooted
   

Previous Topic: Its urgent..
Next Topic: How to know the corresponding .dbf file to my database?
Goto Forum:
  


Current Time: Fri Sep 20 08:19:25 CDT 2024