Home » Developer & Programmer » Forms » ORA-00600: internal error code, arguments: [12700], [25019], [67115126], [45]
ORA-00600: internal error code, arguments: [12700], [25019], [67115126], [45] [message #82394] Fri, 23 May 2003 13:19
Gonzalo Cattivelli
Messages: 4
Registered: May 2003
Junior Member
I'm working in Oracle 8.1.7 and Designer 6i, 6.5.90.0.11.
I can't load an specific Proces Modeler Diagram. The error message appear when execute de following sentence:

select deu.cielement_reference, deu.element_type_for
from ci_diagram_element_usages deu
where deu.diagram_reference = :diagid
and deu.element_type_for != 'DFL'
and not exists ( select x.id
from ci_business_units x, I$sdd_folder_members fm, ci_container_elements cel
where x.id = deu.cielement_reference
and x.id = fm.member_object
and fm.parent_ivid = cel.ivid )
and not exists ( select x.id
from ci_datastores x, I$sdd_folder_members fm, ci_container_elements cel
where x.id = deu.cielement_reference
and x.id = fm.member_object
and fm.parent_ivid = cel.ivid )
and not exists ( select x.id
from ci_events x, I$sdd_folder_members fm, ci_container_elements cel
where x.id = deu.cielement_reference
and x.id = fm.member_object
and fm.parent_ivid = cel.ivid )
and not exists ( select x.id
from ci_functions x, I$sdd_folder_members fm, ci_container_elements cel
where x.id = deu.cielement_reference
and x.id = fm.member_object
and fm.parent_ivid = cel.ivid )
and not exists ( select w.irid
from sdd_wastebasket w
where w.irid = deu.cielement_reference)

if I execute the following sentences in SQL appear the same error:

select deu.cielement_reference, deu.element_type_for
from ci_diagram_element_usages deu
where deu.diagram_reference = :diagid
and deu.element_type_for != 'DFL'

anyone knows why?
Previous Topic: Forms 6.0
Next Topic: urgent: how to pass datetime type from form to form
Goto Forum:
  


Current Time: Fri Apr 26 02:17:42 CDT 2024