in reply to Re^3: how to import sql file into oracle database.
in thread how to import sql file into oracle database.

this is the error i am facing now
Placeholder :0 invalid, placeholders must be >= 1 at C:/Perl/site/lib/DBD/Oracle .pm line 262, <SQL> line 10009.
  • Comment on Re^4: how to import sql file into oracle database.

Replies are listed 'Best First'.
Re^5: how to import sql file into oracle database.
by Anonymous Monk on Jun 04, 2008 at 02:09 UTC
    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.