Oracle XE ORA-12519 Error
Friday, September 23rd, 2011
Run SQL*Plus as system and then do:
alter system set processes=150 scope=spfile;
Then restart XE.
Run SQL*Plus as system and then do:
alter system set processes=150 scope=spfile;
Then restart XE.
If you have a script containing “&” characters in SQL*Plus:
set define off