Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle11g startup error ORA-00845: MEMORY_TARGET not supported on this system error resolution

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

ORA-00845: MEMORY_TARGET not supported on this system error resolution

Oracle startup error report

ORA-00845: MEMORY_TARGET not supported on this system error resolution

SQL > startup

ORA-00845: MEMORY_TARGET not supported on this system

View the original size

[root@Shine2 oracle] # df-h | grep shm

Tmpfs 505m 75K 505m 1% / dev/shm

[oracle@Shine2 ~] $vim / etc/fstab

Put in the file

Tmpfs / dev/shm tmpfs defaults 0 0

Change to

Tmpfs / dev/shm tmpfs defaults,size=1G 0 0

After the modification is complete, restart the machine

[oracle@Shine2 ~] $sqlplus

SQL*Plus: Release 11.2.0.1.0 Production on Sat Jul 30 09:34:01 2011

Copyright (c) 1982, 2009, Oracle. All rights reserved.

Enter user-name: / as sysdba

Connected to an idle instance.

SQL > startup

ORACLE instance started.

Total System Global Area 640286720 bytes

Fixed Size 1338420 bytes

Variable Size 461374412 bytes

Database Buffers 171966464 bytes

Redo Buffers 5607424 bytes

Database mounted.

Database opened.

The problem is solved at this time.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report