Re: [ADMIN] comparing with oracle

2003-12-17 Thread Naomi Walker
> > 1. Is there any way I can generate archive log in postgres I run cron jobs that dump all my databases each evening, plus GLOBALS. The cronlogs are then my archive log. > 2. Is it possible to run the postgres in standby mode (like Oracle stnd >by server) and apply the archive logs Nope.

Re: [ADMIN] comparing with oracle

2003-12-16 Thread Patrick Spinler
Your pardon, but I submit that the responder did answer your question. Unfortunately, your question may be meaningless in the context asked. Specifically, you are asking for an Oracle specific feature, which may not have any direct comparison in another system. Instead, it is better to ask how

Re: [ADMIN] comparing with oracle

2003-12-16 Thread sachdev
Hi Bruno, Thanks for the reply. Still my questions were unanswered. Pl could anyone give a solution. 1. Is there any way I can generate archive log in postgres 2. Is it possible to run the postgres in standby mode (like Oracle stnd by server) and apply the archive logs Thanks and regards, Sa

Re: [ADMIN] comparing with oracle

2003-12-15 Thread Bruno Wolff III
On Mon, Dec 15, 2003 at 20:03:54 -0800, [EMAIL PROTECTED] wrote: > Hi, > I was able to migrate the Oracle database to Postgres, including > functions, procedures. Thanks to ora2pg script and postgres documentation > on porting from oracle to Postgres. > > I have now two tuff task. We are runni