How to export users from oracle database. (Oracle 10g express edition)
database, export, oracle, oracle10g
Solution
To export just 1 user you can type the following:
exp system/<system_password>@<database> file=<user>.dmp owner=<user>
The export utility will ask no further questions.
Problem
I am trying to export the user from database, but its showing But if i am trying to export entire database then its successfully completing. I want to export only one user. How to fix the problem with this Oracle character set. Thanking you!