PLS-00103: Encountered the symbol
I am facing below eror when executing one function script from one database to another on 10.2.0.4 version . That function is working fine on 1st database . I collected script of that function from 1st database by using " SELECT dbms_metadata.get_ddl " sql statement .
Error is
LINE/COL ERROR
-------- -----------------------------------------------------------------
52/11 PLS-00103: Encountered the symbol "=" when expecting one of the
following:
;
SQL>
Can you please help me ...
Thanks