Error
ORA-27137: unable to allocate large pages to create a shared memory segment
Solution
Comment out this in pfile;
###*.use_large_pages=only
Then restart database;
SQL>
shutdown immediate;
startup;
ORA-27137: unable to allocate large pages to create a shared memory segment
Solution
Comment out this in pfile;
###*.use_large_pages=only
Then restart database;
SQL>
shutdown immediate;
startup;