Langsung ke konten utama

Postingan

Menampilkan postingan dari Juli, 2018

ORA-00257: archiver error. Connect internal only [Solved]

untuk mengatasi masalah error pada oracle, dengan kode error 'ORA-00257: archiver error. Connect internal only' dapat diatasi dengan cara: masuk sebagai sys: sqlplus / as sysdba ketikan: SQL> show parameter recovery   NAME                                 TYPE        VALUE ------------------------------------ ----------- ------------------------------ db_recovery_file_dest                string      /u01/fast_recovery_area db_recovery_file_dest_size           big integer 3882M SQL> alter system set db_recovery_file_dest_size = 4500M; System altered. selesai lalu start menggunakan perintah: startup

ORA-03113: end-of-file on communication channel [Solved]

setelah server oracle restart, terjadi masalah sebagai berikut. [oracle@host ~]$ sqlplus / as sysdba ... ... Copyright (c) 1982, 2014, Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 2147483648 bytes Fixed Size 2926472 bytes Variable Size 1224738936 bytes Database Buffers 905969664 bytes Redo Buffers 13848576 bytes Database mounted. ORA-03113: end-of-file on communication channel Process ID: 4903 Session ID: 237 Serial number: 26032 untuk mengatasi error tersebut, dapat dilakukan dengan cara: SQL> exit Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production [oracle@zeus ~]$ sqlplus / as sysdba ... ... Connected to an idle instance. SQL> startup nomount ORACLE instance started. Total System Global Area 2147483648 bytes Fixed Size 2926472 bytes Variable Size 1224738936 bytes Database Buffers 905969664 bytes Redo Buffers 13848576 bytes SQL> alter database