ORA-07445 lxmspax()+38
Made an RMAN backup of the database, all OK. Wanted to restart the database this morning: getting all but errors (removed white lines):
$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 8 09:40:31 2017
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected.
SQL> shutdown
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01090: shutdown in progress - connection is not permitted
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01090: shutdown in progress - connection is not permitted
SQL> shutdown abort
ORA-01031: insufficient privileges
SQL> exit
Disconnected
$
Startup doesn't work either
$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 8 09:33:37 2017