Oracle11g數(shù)據(jù)恢復提示不能插入NULL至非空字段 |
發(fā)布時間: 2012/9/12 17:23:53 |
Oracle11g數(shù)據(jù)恢復提示不能插入NULL 首先進入Oracle enterprise management刪除用戶user并重建 命令為imp user/password@servername ignore=y full=y file=bak.dmp log=bak.log 可以完成后進入sql刪除提示表中已經(jīng)倒入的記錄 - delete from tablename 更改表結構中提示字段的約束條件 重新單獨倒入該表 imp user/password@servername ignore=y full=N file=bak.dmp log=bak.log table=tablename
本文出自:億恩科技【www.allwellnessguide.com】 |