I'm running Oracle 8.1.7 on NT

I'm using the following statement to create a CLOB column:

create table worklog (request_id varchar2(15), worklog CLOB default EMPTY_CLOB())

but instead of creating the column as a CLOB, it is showing up as UNDEFINED. The undefined column will not allow any manipulation.

Has anyone ever had this problem?