in reply to Re^4: how to import sql file into oracle database.
in thread how to import sql file into oracle database.
If your SQL has anything preceeded by a colon (eg :01) then the oracle interprets it as a placeholder, to be filled using bind calls of some description.