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 -> running a process (oracle db) with modified system time

running a process (oracle db) with modified system time

From: Jarek 'bacza' Baczynski <jarek_at_nie.lubie.spamu.invalid>
Date: Sat, 15 May 2004 23:23:39 +0000 (UTC)
Message-ID: <slrn.pl.cadde9.3vvpmv9.jarek@Jarek.Baczynski>


hello there,

I'm wondering if there is a way to run a process on solaris in such a way that it receives the system time modified with a given amount of secs/mins/hours/...

I don't want to change the time on the server, I just want to run a specific process in an environment that "emulates" a different time.

is it possible to write some piece of code that catches some syscalls and returns modified time? if it is, how can I do that? any hints/links/code examples ;) will be greatly appreciated.

the "process" is in fact an oracle database instance, so the solution
(if any) would have to be a really good one :)
(that is, on proper level of interception to make sure that any syscall
that is supposed to return a current time is intercepted consistently)

regards,
-- jb. Received on Sat May 15 2004 - 18:23:39 CDT

Original text of this message

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