Wednesday 20 August 2014

ORA-04062 Signature of package has been changed

Solution:
1) Compiling Package: 
SQL> alter package scott.package_name compile; (package specification)
SQL> alter package scott.package_name compile body; (package body)

2) Compiling Form (In unix ): 
frmcmp module=form_name.fmb userid=scott/tigger@orcl 

No comments:

Post a Comment

Number of Visitors