Archive for September, 2011

Oracle XE ORA-12519 Error

Run SQL*Plus as system and then do:

alter system set processes=150 scope=spfile;

Then restart XE.

Oracle Script Execution and Ampersand

If you have a script containing “&” characters in SQL*Plus:

set define off