MetalinkYou are attempting to create a table with a CLOB column, and it fails
with the following error:    ORA-22866:  default character set is of varying width 
       Cause:  A character LOB was defined but the default character set
               is not fixed width. 
      Action:  Ensure that the character set is of fixed width before
               defining character LOBs.This may also occur on import when importing from a table that has a
CLOB column.
Solution Description
--------------------The compatible parameter for your database is set to 8.0.5 (or lower).  
Edit the init.ora parameter file with a compatible parameter of 
8.1.0 or higher.
  Explanation
-----------Your database has a character set of UTF8, a variable width character set.
In versions previous to Oracle8i, this restricted the use of CLOB datatypes.

解决方案 »

  1.   

    to .liuyi8903(风继续吹)  向你又学到一招,能共享一个Metalink 的登录帐号吗?
      

  2.   

    谢谢,liuyi8903(风继续吹).问题是出来了,但什么解决还是不明白,要在哪儿设置;我这台服务器24小时都在用,若改了会不会影响.
      

  3.   

    init.ora文件里进行修改就可以了.但是你是24*7的系统.且你的版本的限制.这样的话你就要与领导或者相关人员进行商量协调了.
      

  4.   

    谢谢,liuyi8903(风继续吹).我的init.ora有这么行compatible = 8.1.0
    是不是把它改的再高一些,如compatible = 8.1.5我打算下半夜3,4点修改.