Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在表中添加了NCLOB列:
NCLOB
ALTER TABLE table_name ADD(column_name NCLOB);
我尝试在此列中插入长度等于 22000 的大文本。但我收到“值太长”错误。的最大长度是NCLOB多少?(我使用 Oracle 11g)