Hello all,
I have a problem using this package through a db link. I'm calling a package done by me which uses dbms_smtp. This package works fine when I execute it as the owner. But when I try to execute it through a db link from another user, I receive this error:
ORA-02064: distributed operation not supported
ORA-06512: at "TOOLS.UTIL", line 80
ORA-02064: distributed operation not supported
ORA-06512: at line 4
I don't know how to handle it. It worked fine last week.
The db link works fine.
What can it be?
I have a problem using this package through a db link. I'm calling a package done by me which uses dbms_smtp. This package works fine when I execute it as the owner. But when I try to execute it through a db link from another user, I receive this error:
ORA-02064: distributed operation not supported
ORA-06512: at "TOOLS.UTIL", line 80
ORA-02064: distributed operation not supported
ORA-06512: at line 4
I don't know how to handle it. It worked fine last week.
The db link works fine.
What can it be?