Issue: After installing 11gR2, i faced issue of ORA-01102 cannot mount database in EXCLUSIVE mode when i tried to start the database. SQL> startup ORACLE instance started. Total System Global Area 1653518336 bytes Fixed Size 2213896 bytes Variable Size 956303352 bytes Database Buffers 687865856 bytes Redo Buffers 7135232 bytes ORA-01102: cannot mount database in EXCLUSIVE mode Solution: Step 1. Shutdown the database. Step 2. Kill all the process running related to Oracle Database ---------------------------------- [oracle@testing shm]$ ps -ef | grep ora_ | grep $ORACLE_SID oracle 843 1 0 02:20 ? 00:00:00 ora_w000_TEST oracle 23844 1 0 01:48 ? 00:00:00 ...
Posts related to Cloud Infrastructure | RPA | ChatBot | Oracle Applications | Oracle Database