Hi team!
I successfully installed 19.9 on SLES15sp2 with "software only" installation option, now I want to check if database can start: I create simple init.ora file with only one string in it: db_name=ORCL and try to start database:
sqlplus / as stsdba
SQL> startup nomout restrict pfile=/opt/oracle/init.ora
and got error:
ORA-03113: end-of-file on communication channel
I check alert.log, last lines:
oracle@srt-saltminion:~> tail ../app/diag/rdbms/orcl/orcl/trace/alert_orcl.log
capabilities requested : 3 detected : 0 Simulated : 0
Capability Type : Database Editions
capabilities requested : C detected : 8 Simulated : 0
Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/app/product/19.0.0.0/dbhome_1/dbs/arch
Autotune of undo retention is turned on.
IMODE=BR
ILAT =35
LICENSE_MAX_USERS = 0
SYS auditing is enabled
NOTE: remote asm mode is local (mode 0x1; from cluster type)
oracle@srt-saltminion:~>
Also i got last trace near alertlog:
oracle@srt-saltminion:~> tail ../app/diag/rdbms/orcl/orcl/trace/orcl_ora_2374.trc
KSIPC SERVICE ENV 0x0
KSIPC SERVICE MASK MGAON:[INETOFF]:[IPCLWON]:[GRPAM]:[PRON]:[TOPOON]:[DLLON]:[KSGLOFF][RSTFWOFF]:[RDMAPINGON]:[SHREGON]:MEMCBON:[STATSFWON]:[SNOFF]:[DGOFF]
krsd_init_sdips: Setting REOPEN=300 on defaulted LAD:1 [krsd.c:2012]
krsd_init_sdips: 1: Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/app/product/19.0.0.0/dbhome_1/dbs/arch
kcrfwy: minimum sleep (disk) is 1073 usecs (overhead is 73 usecs)
ASGA/ISGA using npools = 1 based on nfobs = 480 and initcount = 7208
kwsnsmeInitNtfy:enter
ssexhd: crashing the system; unexpected SIGSEGV/SIGBUS and KGEPGLFG_NO_AUTO_CORE is not set.
Shadow_Core_Dump = partial
ksdbgcra: writing core file to directory '/opt/app/product/19.0.0.0/dbhome_1/dbs'
oracle@srt-saltminion:~>
And also got line in /var/log/audit/audit.log:
type=ANOM_ABEND msg=audit(1606114191.479:78): auid=1011 uid=475 gid=478 ses=6 pid=2377 comm="oracle" exe="/opt/app/product/19.0.0.0/dbhome_1/bin/oracle" sig=6 res=1
app armor is disabled:
srt-saltminion:~ # aa-enabled
No - disabled at boot.
Does anyone have ideas why oracle process cant started?
Regards, Vadim