| From: | dfetter(at)pgfoundry(dot)org (David Fetter) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | dbi-link - dbi-link: Changed README.Oracle and |
| Date: | 2007-11-28 16:44:03 |
| Message-ID: | 20071128164403.F3F3E17ADD6A@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Changed README.Oracle and examples/oracle/oracle.sql to show how to
increase the size of ora_array_chunk_size, which is set to 1000 by
default. For Oracle databases with more than 1000 combined tables and
views, the ora_array_chunk_size parameter was restricting the number
of visible entities to that number.
Thanks to Leandro Dardini for the report.
Modified Files:
--------------
dbi-link:
README.Oracle (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.Oracle.diff?r1=1.2&r2=1.3)
dbi-link/examples/oracle:
oracle.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/examples/oracle/oracle.sql.diff?r1=1.2&r2=1.3)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-11-28 18:47:56 | pgsql: Install a lookaside cache to speed up repeated lookups of the |
| Previous Message | User Dim | 2007-11-28 16:07:11 | pgloader - pgloader: Fix reformat with template usage, try to catch |