Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 14th, 2008, 12:02 AM
Member
 
Join Date: Jul 2007
Posts: 42
Default Export Database tables to a dump file under windows

Hi everybody,

please can somebody help me about how to write the script to export oracle database specific tables into a dump file under windowws

thank you please it is urgent
Reply
  #2  
Old August 14th, 2008, 08:56 AM
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 6,867
Default

you need to use EXP or EXPDP utility from command prompt.
Reply
  #3  
Old August 14th, 2008, 09:56 AM
Newbie
 
Join Date: Aug 2008
Posts: 20
Default

try execute this in DOS prompt

exp scott/tiger@SID file=backup.dmp tables=(table1, table2, table3) log=mybackup.log
Reply
  #4  
Old September 2nd, 2008, 04:39 PM
Member
 
Join Date: Jul 2007
Posts: 42
Default

Thank u very much, it worked with me. But i have one more question please, can u tell me the command to import the data from that exported dump file into a database.

Regards
Reply
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles