Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Exports

Re: Oracle Exports

From: <gaitaih_at_starent.com>
Date: 1997/12/11
Message-ID: <881869388.1755185158@dejanews.com>#1/1

In article <881794427.772866053_at_dejanews.com>,   gaitaih_at_starent.com wrote:
>
> We are running Oracle 7.3.3 on a Data General Unix platform. We are
> having problems with the export utility when exporting tables that are
> created using the "Create table as" syntax. For some reason, the export
> dump file sets the pctfree value to the original value + 100. The Oracle
> default is 10 if not specified. When an export is done on the table, the
> pctfree is stated as 110 in the dump file. When we look at dba_tables,
> the pctfree value for this table is 10. However, when we look at the
> sys.tab$ table, the pctfree value is 110. This must be where the export
> utility is getting its value. This points to an rdbms problem and not an
> export utility problem. Anybody else having this problem? By the way,
> the exports run fine with no errors. The errors occur when we try to
> import the table. Since the pctfree value is invalid, the import fails.
> We have contacted Oracle support, but have not yet received a response.
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet

Looks like the problem was with one of the views used by the export utility called exu7tab. This view is created in the catexp.sql script file. During our migration from Oracle 7.1.6 to 7.3.3, this script file was run and the view was correct at that moment in time. However, our nightly exports drop and recreate the view so that only certain users' objects are created. The view definition that was used was the old one. The new view definition has a mod function on the pctfree$ column of the sys.tab$ table. This function sets the pctfree value correctly. Therefore the problem has been resolved.

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Thu Dec 11 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US