O2U-00203 Type to be declared must be an object type or a named collection type

  • Share
  • Share

Description:
O2U-00203 Type to be declared must be an object type or a named collection type

Cause:
OTT was asked to generate code for a type it does not support. When generating Java code, OTT will only generate code for object types. When generating C declarations, OTT will only generate declarations for object types and named collection types.

ORADB-O2U ,

  1. admin
    March 20th, 2009 at 13:46 | #1

    You are probably asking OTT to declare a built-in type, or, if you are generating Java code, a named collection type. Do not ask OTT to generate a declaration for this type.

  1. No trackbacks yet.