If you have set this parameter to the wrong value (i.e. to timestamp), then the repercussions can be large;
The parameter dictates the behaviour and dependency of PL/SQL objects in your database in relation to remote objects (objects in another database), i.e.
it specifies how dependencies upon remote stored procedures are to be handled by the database.
If this parameter is set to TIMESTAMP, which is the default setting, the client running the procedure compares the timestamp recorded on the server side procedure with the current timestamp of the local procedure and executes the procedure only if the timestamps match; this can result in you having to recompile a lot of objects
If the parameter is set to SIGNATURE, the procedure is allowed to execute as long as the signatures are considered safe. This allows client PL/SQL applications to be run without recompilation.
Hans
-----Original Message-----
From: Sood Ankit (GE Money consultant) [mailto:oracledba-ezmlmshield-x82371447.[Email address protected]
Sent: donderdag 5 oktober 2006 4:41
To: LazyDBA Discussion
Subject: view
Hi all,
What is the significance of REMOTE_DEPENDENCIES_MODE
Regards,
Ankit
---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY To post a dba job: http://jobs.lazydba.com To Subscribe : http://www.LazyDBA.com To unsubscribe: http://www.lazydba.com/unsubscribe.html
-----------------------------------------------------------------
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.
Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-----------------------------------------------------------------
Oracle LazyDBA home page