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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to tell what users/schemas are in a DMP file

Re: How to tell what users/schemas are in a DMP file

From: Andy Finkenstadt <kahuna_at_panix.com>
Date: Thu, 30 May 2002 22:30:47 +0000 (UTC)
Message-ID: <ad696n$2ju$1@reader1.panix.com>


>So, I have to direct the output to a log file, and then go
>through the log file, looking for the word "importing" to find all the
>users in the dump file.

If you are using unix, or Windows NT with Cygwin installed,

imp userid=scott/tiger_at_instance full=y show=y log=something.log

grep -i importing something.log

alternatively, use NOTEPAD to look at something.log and Find... to find the importing statements.

andy

-- 
Andrew Finkenstadt (http://www.finkenstadt.com/andy/)
Received on Thu May 30 2002 - 17:30:47 CDT

Original text of this message

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