The Technical Bits

… and pieces

Friday, September 23, 2011

Oracle XE ORA-12519 Error

Run SQL*Plus as system and then do:

alter system set processes=150 scope=spfile;

Then restart XE.

posted by gurnaik at 1:26 pm  

Thursday, September 22, 2011

Oracle Script Execution and Ampersand

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

set define off

posted by gurnaik at 1:57 pm  

Powered by WordPress