ORA-12988: cannot drop column from table owned by SYS

來源:互聯網
上載者:User

在Oracle中,sys使用者下面的表中的列是不可用drop的,如果drop會報錯:


SQL> desc test

 Name                                    Null?    Type

 ------------------------------------------------- ----------------------------

 ID                                        NOTNULL NUMBER(38)

 NAME                                              VARCHAR2(20)

 NAME1                                            CLOB

 

SQL> show user

USER is "SYS"

SQL> alter table test drop column name;

alter table test drop column name

*

ERROR at line 1:

ORA-12988: cannot drop column from tableowned by SYS

如果想刪除sys表中的列,可以建立另一個表,與這個表的結構就差要刪除的列,這樣的話,如果表的資料量大,導資料會比較慢!

GoldenGate不使用資料泵完成Oracle-Oracle的雙向複製

使用GoldenGate的資料泵進行Oracle-Oracle的單向複製

如何對 Oracle 資料泵(expdp/impdp) 進行 debug

Oracle 資料庫匯出資料泵(EXPDP)檔案存放的位置

Oracle 10g 資料泵分區表的匯出

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.