Operating System - HP-UX
1753506 Members
5478 Online
108794 Solutions
New Discussion юеВ

how to export data from database user

 
Salvador Reyna
Advisor

how to export data from database user

Hi,

My boss is asking me for extract the data of an user.
I'm making: exp user/passw file=filename.dmp owner=ownername log=logfile.log

But this, export all the schema of this user. How can I export & import the data contents into the tables,...etc.

Thanks a log & Regards.
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: how to export data from database user

http://www.orafaq.com/faqiexp.htm
[Oracle Import/ Export FAQ]

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Salvador Reyna
Advisor

Re: how to export data from database user

thanks a lot.

but, how can i do it ?

Arunvijai_4
Honored Contributor

Re: how to export data from database user

# exp scott/tiger file=emp.dmp tables=(emp,dept)

(Is it not? )
-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Jean-Luc Oudart
Honored Contributor

Re: how to export data from database user

Hi

find the full documentation for export/import here :
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/toc.htm

We may help if you specify in details what you are looking for.

Regards
Jean-Luc
fiat lux
Salvador Reyna
Advisor

Re: how to export data from database user

thanks a lot