Update Column of NCLOB Issue
Posted
by Mahesh
on Stack Overflow
See other posts from Stack Overflow
or by Mahesh
Published on 2010-02-04T05:45:24Z
Indexed on
2010/03/17
21:01 UTC
Read the original article
Hit count: 390
oracle10g
Hi,
I am using Oracle10g. One of my tables contain column of type NCLOB. I want to change the column's data by query or by the use of the SQL Developer. But i don't know, it is not allowing me to update the value. 1)Can anyone please help me why this is happening? 2)Or should i use some other datatypes in place of the NCLOB. (i want nvarchar(max)). Can you give me a thought which one i should prefer to use?
Thanks, Mahesh
© Stack Overflow or respective owner