Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Does the RECORD option for EXP do anything?
Rich,
From the Oracle 8i documentation:
RECORD Default: Y
Indicates whether or not to record an incremental or cumulative export in the system tables SYS.INCEXP, SYS.INCFIL, and SYS.INCVID. For information about these tables, see System Tables.
I'd say this was an obsolete parameter. It still shows up under 10g if you run "exp help=y" but is gone from the documentation.
Tom
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jesse, Rich
Sent: Tuesday, December 05, 2006 1:19 PM
To: ORACLE-L
Subject: Does the RECORD option for EXP do anything?
Hey all,
Helping debug an export (not DP) on 10.1.0 on a Winders 2K3 Server where it has started inexplicably hanging, waiting in "SQL*Net Message from client". It uses conventional path and I was wondering if the defaulted "RECORD=Y" was possibly causing the issue, since I've used RECORD=N. So I went to Tahiti -- the webpage, not the island. There is no record of the RECORD option of exp in the 9.2 nor 10.1 utilities manuals.
Curiousity got me so I started doing trials with DBMS_SUPPORT.START_TRACE(WAITS=>TRUE, BINDS=>TRUE) active in a logon trigger in another 10.1 DB on Linux. The trace outputs are almost exactly the same between traces using RECORD=N and RECORD=Y, save for timing differences, as reported by sdiff and awk.
So is the RECORD option just an obsolete placeholder? I'm not having any luck searching with the ubiquitous "record".
TIA,
Rich
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 05 2006 - 12:50:57 CST
![]() |
![]() |