Learning Oracle
Pages
Home
About US
Disclaimer
Privacy Policy
Contact US
Sunday, June 21, 2020
Database startup shell script
Database startup shell script
vi startdb.sh
#!/bin/sh
#/etc/init.d/oracle start
##
lsnrctl start
${ORACLE_HOME}/bin/sqlplus / as sysdba <<END
startup
exit
END
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment