Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sqlplus /nolog @C:\Myscripts\shutdown.sql
conn <uid>/<pw>@MyDB as sysdba
shutdown immediate
exit
SET ORACLE_HOME=C:\Ora9i
SET ORACLE_SID=MyDB
sqlplus /nolog @C:\Myscripts\shutdown.sql >C:\Temp\MyDB_Startup.log