Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How can I get the time from an other database using database links?

How can I get the time from an other database using database links?

From: Benoit Losier <blosier_at_shareline.com>
Date: Fri, 08 Oct 1999 15:39:30 GMT
Message-ID: <37FE1032.6BEF5FC6@shareline.com>


Those 2 queries are returning the same results even if the second database is using a different time zone. select to_char(sysdate,'HH:MI:SS') from dual; select to_char(sysdate,'HH:MI:SS') from dual_at_ACCP;

I could use the NEW_TIME function to do the conversion, but can I determine the right time zones to use automatically?

Thank! Received on Fri Oct 08 1999 - 10:39:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US