| |

VerySource

 Forgot password?
 Register
Search
View: 2360|Reply: 6

ora-01034 ora-27101

[Copy link]

2

Threads

6

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 United States

Post time: 2020-3-10 09:30:02
| Show all posts |Read mode
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.
Reply

Use magic Report

2

Threads

6

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

 Author| Post time: 2020-7-9 10:15:01
| Show all posts
For the time being, I can only write a batch file to open the database instance after the system logs in. The method is as follows, please teach

Write oraStartup.bat
@echo off
cd\
sqlplus /nolog @oraStartup.sql>>oraStartup.log

Write oraStartup.sql
conn sys/abcdefg@server as sysdba
startup

Put the oraStartup.bat batch file to the start-Program-Startup. Let the system run oraStartup.bat after login to open the database instance
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-19 16:45:01
| Show all posts
I have encountered this problem, but I don't have to deal with it like that.
You can do this
c:\>sqlplus /nolog
sql>startup pfile='D:\oracle\admin\oradb01\pfile\init<sid>.ora';
(I installed ORACLE under the D drive)
sql>create spfile from pfile;
According to the above method, there is no need to manually start the instance every time.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-4 09:15:01
| Show all posts
There is a problem with the memory, or there is a problem with the memory setting in the pfile
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-4 09:30:01
| Show all posts
Check what is the default ORACLE_SID in some registry?
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-4 10:00:01
| Show all posts
Oracle_sid in the registry to see if there is a difference
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-9-4 10:15:01
| Show all posts
Mostly the oracle-sid in your registry has a problem. Also check whether there is a problem with the parameters in the spfile or pfile that your oracle starts, and excessive memory resources are set.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list