|
Appears when connecting to oracle database under windows
ora-01034: ORACLE not available
ora-27101: shared memory readm does not exit
error.
Check the windows service list. Both oracleSERVER and oracleSERVER1 are running.
Start-run-cmd
c:\> sqlplus / nolog
sql> conn sys / abcdefg @ server as sysdba
sql> startup
After that, the application can connect to oracle for normal use.
However, after the computer restarts, the same problem occurs, and the instance server must be started manually.
I don't know where the problem is. |
|