[SOLVED] DTD : compilation error ORA-00904
Author: lecj@real.lu (lecj)
The script below (creation of UCDTYP) don't refer to UDTDREF and the compilation of DTD needs this field ! who has right ? the script or the compilator ? Thanks, Jean-Claude Server: I/O function: O, mode: 0, on file/table: UCDTYP Server: ORA-00904: "UDTDREF": invalid identifier ORACLE Driver Error [-52]: Open driver request failed. create table ucdtyp ( utimestamp timestamp without time zone null, ucompstamp timestamp without time zone null, udtdname character(32) not null, umodelname character(32) not null, uvers character(12) null, udescr character(25) null, udtdtype character(3) null, udtdfile character varying(8023) null, constraint ucdtyp_pk primary key (udtdname,umodelname) );




