How to export users from oracle database. (Oracle 10g express edition) -
i trying export user database, showing

but if trying export entire database completing. want export 1 user. how fix problem oracle character set.
thanking you!
to export 1 user can type following:
exp system/<system_password>@<database> file=<user>.dmp owner=<user> the export utility ask no further questions.
Comments
Post a Comment