问题
I have to restart my Oracle database because of view changes in the SPFile. I tried to shutdown and startup, but I don't know how to startup in the right way again.
回答1:
Start SQL*Plus without connecting to a database
SQLPLUS /NOLOG
Connect as SYSDBA
CONNECT username AS SYSDBA
Issue the startup command
STARTUP
If that doesn't work for you I would recommend consulting the Oracle Docs on starting up a DB. Lots of startup options are listed there.
来源:https://stackoverflow.com/questions/39262026/how-can-i-restart-an-oracle-database