Home

Contact us

Select one of our offices:

Or search for a person:

Or select department:

SERVER ERROR/DEBUG MESSAGE

Message level :

ERROR

Module/instance :

ikb_common_procs.print_dynamic_content

Message :

ORA-06550: line 1, column 484: PL/SQL: ORA-00936: missing expression ORA-06550: line 1, column 312: PL/SQL: SQL Statement ignored

Trace information:

ORA-06512: at "IKB.IKB_COMMON_PROCS", line 2794

Additional info :

Dynamic Sql in HTML failed: declare cursor c_dims is /* SELECT lang_us, dimension_id, parent_id FROM dimensions START WITH dimension_id = CONNECT BY PRIOR parent_id = dimension_id and dimension_id <> 4699 and parent_id <> 2156 order by dimension_id asc */ SELECT lang_us, dimension_id, ikb_common_procs.get_id_from_guid(parent_guid, 'DIMENSION') FROM dimensions START WITH dimension_id = CONNECT BY PRIOR parent_guid = object_guid and dimension_id <> 4699 and parent_guid <> ikb_common_procs.get_guid_from_id(2156, 'DIMENSION') order by dimension_id asc; l_count number := 0; begin htp.p('

'); for c_row in c_dims loop if l_count = 0 then htp.p(c_row.lang_us); else htp.p('/'||c_row.lang_us); end if; l_count := l_count + 1; end loop; htp.p('

'); end;

Error Id :

2586733

SessionID :

7090RgTY0R1MXpvS24QpJkf7ypHFLyYVGmJGnmQhzk1vW31kW3Gt!-1055275499!1369494424493

RequestID :

2975126