i have been encountering an error while executing a sql file.
The sql file contains only one insert statement and inserts huge LOB into a table which spans around 400 pages if pasted in word.
I encounter Error 45 as soon as i execute but the same executes fine in sql developer. Kindly suggest.
A couple of potential reasons
1) You're using a non-local file system that is incompatible with SQL Plus. See MOS Note 281450.1. Try copying the script to a local file system to see if that helps.
2) You're environment is not set correctly (although that normally gives a different error, eg)
[oracle@db192 ~]$ sqlplus qwe/qwe
Error 6 initializing SQL*Plus
SP2-0667: Message file sp1<lang>.msb not found
if my oracle home is not correctly.