>
> 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.
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
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
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