|
-
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|