Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラーが発生oracle initialization or shutdown in progressします: Oracle データベースに接続すると、エラーが発生します。私のマシンには oracle 11g がインストールされています。「sys」アカウントを使用してSQL plusにアクセスすることさえできません。Oracle データベースの sys アカウントのパスワードを知る方法はありますか?
oracle initialization or shutdown in progress
Linux では... Oracle プロセスを強制終了します。pkill -9 -f oracle
pkill -9 -f oracle
次にsqlplus / as sysdba、実行します
sqlplus / as sysdba
SQL>startup force
次に終了し、シェルから実行しますlsnrctl start
lsnrctl start
Windowsの場合 ... OracleService<SIDName>Windows サービスで再起動します。そして、同じことに従ってください。
OracleService<SIDName>
コマンドが機能するように、パスが両方の env.for に設定されていることを確認してください。
ORA-011033 の解決方法: ORACLE の初期化またはシャットダウンが進行中と同様