darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
125 stars 36 forks source link

Migrate to Pg without partitions on oracle #175

Closed sangeetmen closed 6 years ago

sangeetmen commented 6 years ago

The Oracle database has been partitioned and has tablesapces specified . But in PostgreSQL DB I don't wish to do the same. I have created the schema without any partitions. Also want to export data in the same format Which directives should be activated in order to migrate data without the partition.

Currently while migrating data the script searches for tablename_partitionname relation which is not created in PostgreSQL.

How can this be tackled? Thanks.