Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Big Dump file (12gb) from nt to
Comments inline.
GANTI.SIVA_at_ponl.com wrote:
>
> Hi hessu,
>
> Your export might have been right one,Which unix r u using .can you give info..
>
> There is a command strings in AIX which gives all the printable characters of
> any object-file or dumpfile.So try similar command in your unix.
>
> and give the following at the command prompt
>
> >strings "dumpfile"|grep table_name (the table you are worried) It may take
> few minutes.because of the file-size....But it'll give some result.
>
> Ignore any error line-length can't be more than 2048 chars. etc.Otherwise you
> can use AWK.
>
Go and get a real copy of strings, its part of binutils, compile it on your platform and not be limted by the stupid 2K buffer, you can't expect to see much if you're doing anything with range partitions. Range partitions each range can have its own storage clause, you that 2K gets eaten up pretty quickly.
<SNIP>
Joe
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Joseph S. Testa INET: teci_at_oracle-dba.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Feb 26 2001 - 07:09:59 CST
![]() |
![]() |