你的初始化文件中的COMPATIBLE是多少?

解决方案 »

  1.   

    不好意思,好象是NATIVE,我也不知道是多少!
      

  2.   

    我是在SQLPLUS里用show all看到COMPATIBLITY的值是NATIVE!
      

  3.   

    我接触ORACLE的时间不长,请大家原谅,请问碰到这个问题应该怎样解决呢?
      

  4.   

    我想再问一个比较初级的问题,初始化文件中的COMPATIBLE应该在哪看?我的操作系统是AIX!
      

  5.   

    init+sid.ora
    if sid = ora8 then
       init+sid.ora = initora8.ora
    else
       ....
    end if;
      

  6.   

    init+sid.ora
    if sid = ora8 then
       init+sid.ora = initora8.ora
    else
       ....
    end if;