0

当我运行时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

模块...

4

1 回答 1

0

本页PL-SQL 代码规则编写 Oracle 和 Postgresql 代码可以帮助您。

于 2015-09-11T17:08:53.030 回答