当我运行ant export.database
时,我收到以下错误。
它显示了由我创建的程序错误。
错误:
********************************************************
Found differences in MOM_INPUTBOM
********************************************************
V_SEQUENCECOUNT NUMBER;
V_RAWCOUNT NUMBER[ +] := 0;
V_CNTSEQPRD NUMBER [ +] V_PPV1 VARCHAR2(32);
V_CNT1 NUMBER[ +] := 0;
[ +])[ ] RAISE_APPLICATION_ERROR(-20000,
'There is no products in I/O Products'[ +])[ ] ;
[now][NOW+](),V_USER_ID,[now][NOW+]
RAISE_APPLICATION_ERROR(-20000, 'Raw Material already inserted'[ +])[
] ; [ +]
********************************************************
Warning: Some of the functions and triggers which are being exported have been
detected to change if they are inserted in a PostgreSQL database
again. If you are working on an Oracle-only environment, you should
not worry about this. If you are working with PostgreSQL, you should
check that the functions and triggers are inserted in a correct way
when applying the exported module. The affected objects are: Function
[notation=MOM_OUTSOURCESO(VARCHAR); ] Function
[notation=MOM_INPUTBOM(VARCHAR); ] Database [name=Oracle server; 515
tables; 3 sequences; 67 views; 323 functions; 341 triggers] Validating
...模块