Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: exp - imp problem
Hi
You can also use show=3Dy or indexfile option with the import utility to =
generate the ddl.
The indexfile option works really well and you can use the output to grant =
your roles, create users, tables, indexes, all object creations
Regards
$uhen
Oracle DBA
Telkom SA
>>> lvordos_at_uswest.com 07/13/00 11:23AM >>>
That should work, or for fun, you could examine what the export file has. If your platform is Unix, use strings/grep to search the export file. Here is an example where I searched for user PCAT:
$ strings expfile.dmp | grep GRANT | grep PCAT
GRANT "CONNECT" TO "PCAT"
GRANT "RESOURCE" TO "PCAT"
Then you'll know for certain!
Suzy
> Uma Sankara_Sivadanam wrote:
>=20
>=20
>=20
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 Thu Jul 13 2000 - 05:05:06 CDT