Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Differential synchronization with mobile devices
mcode wrote:
> Hi... > > I've searched for information about what you said but your answer is > not a good one according to me ;) > > I've searched about information on GetRight and it cannot be inserted > in an Oracle configuration. Also I've sent an email to them but they > did not dare to answer me ! So the answer is clearly no :) > > I find it lame that no information about differential synchronization > with oracle softwares are not available out there on internet... :) > > See you > > > Frank van Bortel <fvanbortel_at_netscape.net> wrote in message news:<ctlia7$9r3$1_at_news1.zwoll1.ov.home.nl>... >
You asked whether it was possible to have
restartable downloads - yes; GetRight does it.
So you could probably do it, provided
(implied: you are smart enough to do what GetRight does)
the server allows for the REST (restart) command in some
way or another.
In PL/SQL (you're gonna ask anyway) it would be something
like:
- if restart is NULL then position := 0; else
position := restart;
- move pointer to position; - flush from there - increse position by buffersize - loop until done
Nowhere did I suggest GetRight, or any download manager could be incorporated in Oracle.
And synchronisation is called Replication in Oracle, and has 2 manuals (concepts and API)
-- Regards, Frank van BortelReceived on Fri Feb 04 2005 - 09:27:45 CST