Useful shortcuts for vi editor

Showing posts with label ORA-27137. Show all posts
Showing posts with label ORA-27137. Show all posts

Monday 30 January 2017

ORA-27137 Solution

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;