Title: Getting sysdate across a DB link

I'm trying to get the value of SYSDATE on a remote server. I have a
database link to the server, but I'm not sure how to force SYSDATE to
be evaluated on the remote machine.

Following query gives same results, both dates are same.

select sysdate local_date, remote_date from ( select sysdate remote_date from [EMAIL PROTECTED])

How can this be done?

Thanks

Reply via email to