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: Telemachus <telemachus_at_ulysseswillreturn.net>
Date: Mon, 3 Mar 2003 10:28:02 -0000
Message-ID: <KiG8a.12863$V6.17658@news.indigo.ie>


Yes I did ... but why not create a tiny view in a schema that you can reference ?
"Paul Moore" <paul.moore_at_atosorigin.com> wrote in message news:u1eo9g8m.fsf_at_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 Mon Mar 03 2003 - 04:28:02 CST

Original text of this message

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