]#service postgresql initdb Initializing database: [ OK ] ]# /etc/init.d/postgresql status postmaster is stopped ]# /etc/init.d/postgresql start Starting postgresql service: [ OK ] ]# /etc/init.d/postgresql status postmaster (pid 6430) is running...
Porting from Oracle PL/SQL
http://www.postgresql.org/docs/current/interactive/plpgsql-porting.html
Oracle to Postgres Conversion
http://wiki.postgresql.org/wiki/Oracle_to_Postgres_Conversion
PostgreSQL for Oracle DBAs
http://wiki.postgresql.org/wiki/PostgreSQL_for_Oracle_DBAs
ETL Tools http://www.benetl.net/ ETL - Oracle to PostgreSQL http://www.hiteshgondalia.dev/?p=1408
http://dbaspot.wordpress.com/2013/05/29/how-to-access-postgresql-from-oracle-database/
https://forums.oracle.com/thread/2505412
http://vibhork.blogspot.in/2011/05/postgresql-database-link-to-oracle.html
http://vibhorkumar.wordpress.com/2011/05/15/postgresql-database-link-to-oracle-database-on-linux/
http://skipperkongen.dk/2012/02/21/importing-data-from-a-csv-file-into-a-postgres-table/
http://www.thegeekstuff.com/2010/03/how-to-execute-postgresql-commands-inside-unix-shell-scripts/