Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sys.npexp$
I had the same problem, doing a full export but trying to exclude
certain objects.
I accomplished it by adding a where clause (i.e. "and o$.name not in
('PS_AUDIT_0000222', 'PS_AUDIT_0000223', 'PS_AUDIT_0000224')"
to the export views sys.EXU8CLU and SYS.EXU8TAB
However, as others have mentioned it is not recommended changing
dictionary objects and if you do, I'm not sure how that affects Oracle
support.
In my case, we were rebuilding the db (due to corrupted system
tablespace blocks) so this was a good solution.
Another approach is to use Fine Grained Access control so that no rows are being exported for those tables. However, it's only available since 8i and in my situation I had to work with 8.0.6
Vlado Barun, M.Sc.
Senior Data Architect, Cadre5
www.cadre5.com
Sybrand Bakker wrote:
> On 31 Mar 2005 10:40:39 -0800, "knm_dibba" <rbhuma_at_ford.com> wrote:
>
> >thanks for the replies.
> >the export is done using a script which cannot be changed.
>
> I assume it is also forbidden to develop an alternative script?
> If both your hands are tied to your back, why are you still working
> there?
>
>
> --
> Sybrand Bakker, Senior Oracle DBA
Received on Thu Mar 31 2005 - 13:47:29 CST
![]() |
![]() |