Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is there a way to time export/import
You might also try the following which puts the start "time of day" and end "time of day" in file timelog.lst in the current path.
date >timelog.lst;exp <export parameters>;date >>timelog.lst
Jim Day <jday_at_fslso.com> wrote in message news:38fe17c9$1_at_news.hcsys.com...
> Also, since you are using Solaris (and it may be on other unix variants)
you
> can use the time command.
>
> time exp <export parameters>
>
> This will run the command you include after the "time" portion and then
> output the execution time in Real, User, and Sys time. The real time is
the
> clock-on-the-wall time and the user time is the amount of time cpu spent
in
> user mode for this process.
>
> Jim
>
> "ttrivedi" <ttrivedi_at_deja.com> wrote in message
> news:38FDD961.49C66D1C_at_deja.com...
> > roblop wrote:
> >
> > > Which OS have you?
> > >
> > > Roblop
> > >
> > > ttrivedi napisa³(a) w wiadomo?ci: <38FDEAD0.7FF3812F_at_deja.com>...
> > > >Is there a way to time exports and imports without being present
there
> > > >physically and looking at a dang watch.
> > > >
> > > > Tapan
> > > >
> >
> > I have got Linux and Solaris out here. Why ? Can you write something in
> > terms
> > of a shell script or something.
> >
> >
> > Tapan
> > P.S. Thanks for replying.
> >
>
>
Received on Thu Apr 20 2000 - 00:00:00 CDT
![]() |
![]() |