nope, not using the indexfile definition you won't. That way all you'll see 
are table and index create statements.

if you do a full import, using show=y and log=<logname> you will get a  file 
that contains ALL statements that would recreate your database. They aren't 
particularly readable as oracle breaks lines in the middle of words, but 
it's a start.

or you could just write SQL statements to generate SQL... using the 
dba_users, dba_ts_quotas, dba_roles, dba_tab_privs and dba_sys_privs
views.

>From: Rajesh Dayal <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>Subject: RE: export user definitions
>Date: Mon, 10 Sep 2001 04:10:18 -0800
>
>Do a full export ( without data, rows=n ) and import with indexfile
>option. You can see all the information including users.
>
>HTH,
>Rajesh
>
>
>-----Original Message-----
>Sent: Monday, September 10, 2001 1:45 PM
>To: Multiple recipients of list ORACLE-L
>
>
>hi everyone
>
>can anybody help me with a script that recreates
>user definitions and the granted roles ?
>
>thanks
>
>g.g. kor
>rdw ict groningen
>
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author:
>   INET: [EMAIL PROTECTED]
>
>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: [EMAIL PROTECTED] (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).
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Rajesh Dayal
>   INET: [EMAIL PROTECTED]
>
>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: [EMAIL PROTECTED] (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).


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to