On Mon, Mar 04, 2002 at 10:49:21AM -0500, Shao, Chunning wrote: > > SQL> explain plan set statement_id = 'SQL' into system.plan_table for > update roadway_alias a set a.a > lias =:3 where rowid = :nav_rowid;
> I got the following error message, > ------------------------------------------------------------ > Can't mix placeholder styles (:foo/:1) at > /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/DBD/Oracle.pm line > -------------------------------------------------------------- If it said "Can't mix placeholder styles (:nav_rowid/:3)" would that make it more clear. Just change the ":3" to ":p3" (or any name that starts with a letter". Tim.
