The information in this article applies to product: e-Work 6.x
Issue
When eWorkProcedures.sql is run against Oracle, the following message is generated in SQL Plus:
Warning: Procedure created with compilation errors.
Resolution
- The scripts that are executed in eWorkProcedures.sql assume that the Oracle schema name is 'ework'. If this is not the case, open eWorkProcedures.sql in a text editor and modify it accordingly. For example, EWORK.SP\_DROP\_SUFFIX\_GENERATORS; would be changed to .SP\_DROP\_SUFFIX\_GENERATORS; ...