Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vinascript/html/wp-includes/functions.php on line 6114
Fix lỗi: “ORA-00845: MEMORY_TARGET not supported on this system” trên Oracle - VinaScript

Latest Post

Triển khai dự án PHP, Mysql với Nginx trên Docker Tìm hiểu về HTML – Ưu điểm, nhược điểm và cách hoạt động của HTML

Vấn đề / Problem

Khi tôi cố gắng tạo một thể hiện mới cho Cơ sở dữ liệu Oracle và khởi động nó, tôi đã gặp phải một lỗi cụ thể như sau:

ORA-00845: MEMORY_TARGET not supported on this system

Nguyên nhân / Cause

Lỗi ORA-00845 xuất hiện khi Shared Memory File System không có đủ tài nguyên để hỗ trợ Instance thứ hai.

Giải pháp / Solution

Tăng Shared Memory để fix lỗi, sử dụng command sau:

mount -t tmpfs shmfs -o size=1500m /dev/shm

Tuy nhiên, nếu bạn reboot lại máy chủ nó sẽ không còn nữa.

Vì vậy bạn nên sửa trong file /etc/fstab bổ sung thêm 1 dòng như sau:

tmpfs /dev/shm                    tmpfs    defaults,size=3g        0 0

Bây giờ chúng ta thử khởi động Oracle Database Instance

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *