You are on page 1of 1

"ORA-20002: -4021 ORA-04021: timeout occurred while waiting to lock object Erro

r in TRIGGER line 91
dynamic_ddl( 'CREATE OR REPLACE FUNCTION get_max_date
RETURN VARCHAR2
IS
ret_date
BEGIN

VARCHAR2(20);

ret_date := '07-19-2015 00:00:00';


RETURN ret_date;
END;')
ORA-06512: at "TPM_PFC.SEND_ERR_MESSAGE", line 21
ORA-06512: at "TPM_PFC.DYNAMIC_DDL", line 44
ORA-06512: at "TPM_PFC.TRIG_POST_UPDATE_SYS_PARAMS", line 91
ORA-04088: error during execution of trigger 'TPM_PFC.TRIG_POST_U"

You might also like