|
Re: ORA-00939: too many arguments for function [message #186422 is a reply to message #186416] |
Mon, 07 August 2006 22:04 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cavinlam83
Messages: 24 Registered: August 2006 Location: MALAYSIA
|
Junior Member |
![-](/forum/theme/orafaq/images/yahoo.png) ![-](/forum/theme/orafaq/images/jabber.png)
|
|
Inside variable VAR_COMBINED_RECORD consists of
INSERT INTO TEST12(GEOLOC) VALUES (MDSYS.SDO_GEOMETRY(2000, NULL, MDSYS.SDO_POINT_TYPE(31576.4215, 22206.9105, null), MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 1), MDSYS.SDO_ORDINATE_ARRAY(32389.67, 21463.892,.............)))
total for VAR_COMBINED_RECORD = 15000 characters
After I execute the store procedure, it will insert those values into table TEST12. But after execute, I encounter error below,
ORA-00939: too many arguments for function
ORA-06512: at "SYS.DBMS_SYS_SQL", line 826
ORA-06512: at "SYS.DBMS_SQL", line 32
ORA-06512: at "NEW_PDUK.INSERT_GEOLOC", line 32
ORA-06512: at line 1
|
|
|