IPS wrote:
> Dear All,
> I am planning to migrate my database from Oracle 10g to Postgre SQL. The
> database in Oracle currently have about 21 million records and about 2
> million new record are getting added every month. I have few queries:
>
> a. I get the data from user in excel/csv file (ma
On Wed, Dec 3, 2008 at 10:03 AM, IPS <[EMAIL PROTECTED]> wrote:
> c. In orcale jobs are scheduled and executed in the database directly. In
> postgre no such facility is available. I need to run a job every 2 minutes
> (24 X 7 operations).
pgAgent?
http://www.pgadmin.org/download/pgagent.php
--