How to export users from oracle database. (Oracle 10g express edition) -


i trying export user database, showing

enter image description here

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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -