synonym message [message #93070] |
Wed, 11 December 2002 01:31 |
Reena D
Messages: 3 Registered: October 2002
|
Junior Member |
|
|
I have created a synonym on a remote database procedure and in that procedure there is a DBMS_OUTPUT.PUT_LINE statement.
When I execute the procedure from the original database it shows the output of DBMS_OUTPUT.PUT_LINE but when I execute it using synonym from a different database it doesn't print the output.
Is it possible to print message using from a synonym created on a remote database procedure?
If yes, how?
|
|
|
|