I\'m getting an Exception while trying to insert a row in oracle table. I\'m using ojdbc5.jar for oracle 11 this is the sql i\'m trying
INSERT INTO rule_def
Looks like you're passing in the wrong number of parameters. You should be passing in 15, but you're either sending 16 or 14.