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 -> Re: Getting sysdate across a DB link

Re: Getting sysdate across a DB link

From: Paul Moore <paul.moore_at_atosorigin.com>
Date: Fri, 28 Feb 2003 22:45:29 +0000
Message-ID: <u1eo9g8m.fsf@morpheus.demon.co.uk>


"Telemachus" <telemachus_at_ulysseswillreturn.net> writes:

> it works with full views - but my clocks are synchronized so your mileage
> may vary.
> SQL> CREATE VIEW MOO AS SELECT 1 AS SILLY_HEADER,SYSDATE AS MOOTIME FROM
> DUAL;
>
> View created.

Did you need to create that view on the remote server? If so, having a view on the remote server is just as much (or as little, depending on how you look at it...) of a problem as defining a function on the remote server.

Thanks for the suggestion,
Paul.

-- 
This signature intentionally left blank
Received on Fri Feb 28 2003 - 16:45:29 CST

Original text of this message

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