I have created a procedure on Database B (with commit,rollback) and it is working fine on database b.
but when i am trying to call same from database A getting error "invalid identifier"
i have granted execute as well from Database B to the user of DB link (of Database A)
any idea what i am missing
the DB version of Database B is 19c while database version of Database A is 11.2
thanks