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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -