Create following two file in solaris to start and stop database,
vi startdb.sh
lsnrctl start
sqlplus "/as sysdba" <<!
startup
exit;
!
vi stopdb.sh
lsnrctl stop
sqlplus "/as sysdba" <<!
shutdown immediate
exit;
!
Solaris to start and stop database scripts
Who is online
Users browsing this forum: No registered users and 0 guests