I am new to oracle and I am using oracle 19c. My problem is that I am getting "ora-27101:shared memory realm does not exist". I searched for it and the answers were that my database needs more storage. I used automatic memory shared management while creating the database and now I can not find how to fix this error and also allocate more storage to it. I have to insert large-size data into this database. Also, I use Navicat to connect to my oracle 19c database. Can anyone help me with this?
EDIT:
I was trying to import data with Navicat to the database but when it passed 13% of the process, it froze on 13% and did not continue the process. So I canceled the process and closed the connection. Next time when I turned my PC on, I could not connect to the database anymore and got an ora-12514 error. To solve this problem I added this part of code to listener.ora(I just added the 2nd SID_DESC to SID_LIST_LISTENER which is related to my database):
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = E:\db_home)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:E:\db_home\bin\oraclr19.dll")
)
(SID_DESC=
(SID_NAME = dbb034)
(ORACLE_HOME= E:\db_home)
(GLOBAL_DBNAME = DB_B034)
)
)
After adding this part, I now get error like this:
ora-01034:ORACLE not available
ora-27101:shared memory realm does not exist
process ID:0
Session ID:0 Serial Number:0
here is my last log from alert.log:
2021-05-03T17:56:53.567632+04:30
Errors in file E:\ORACLE19C\diag\rdbms\db_b034\dbb034\trace\dbb034_ora_3308.trc:
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 181511168 bytes disk space from 8657043456 bytes limit
NET (PID:3308): Error 19809 Creating archive log file to 'E:\ORACLE19C\FAST_RECOVERY_AREA\DB_B034\ARCHIVELOG\2021_05_03\O1_MF_1_53_%U_.ARC'
NET (PID:3308): Stuck archiver: inactive mandatory LAD:1
NET (PID:3308): Stuck archiver condition declared
2021-05-03T17:56:53.584640+04:30
Errors in file E:\ORACLE19C\diag\rdbms\db_b034\dbb034\trace\dbb034_ora_3308.trc:
ORA-16038: log 2 sequence# 53 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 2 thread 1: 'E:\ORACLE19C\ORADATA\DB_B034\REDO02.LOG'
USER (ospid: ): terminating the instance due to ORA error
2021-05-03T17:56:53.785392+04:30
System state dump requested by (instance=1, osid=3308), summary=[abnormal instance termination].
System State dumped to trace file E:\ORACLE19C\diag\rdbms\db_b034\dbb034\trace\dbb034_diag_16284.trc
2021-05-03T17:56:54.275058+04:30
TT00 (PID:14380): Gap Manager starting
2021-05-03T17:56:57.492949+04:30
Instance terminated by USER, pid = 3308