Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00917 MISSING COMMA ?

843854Dec 13 2002 — edited Dec 13 2002
Hi,
I write sql here:
INSERT INTO VIPINFO (F_HYBH, F_HYXM, F_SFCK, F_KH, F_KMC, F_SFZ, F_XB, F_CSRQ, F
ZY, FDZ, F_YZBM, F_TEL, F_EMAIL, F_NLD, F_YSRD, F_YXFD) VALUES('892', 'Panchi',
'1', '3000892', '������', '', 'female', '19711107', '', 'OuYangRoad378', '200081', '58358888', '', '', '', '')

when I execute this with jdbc,it tell me "ORA-00917 MISSING COMMA"
but it works well with Sqlplus and any Oracle clients
any ideals?
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2003
Added on Dec 13 2002
3 comments
390 views