How to invoke the data pump export utility?
Answer / Shweta Dixit
To invoke the Data Pump Export Utility in Oracle, you can use SQL*Plus or Command Line Interface. Here's a simple example for command line interface:nn`expdp [username/password@connect_identifier] directory=data_pump_dir dumpfile=export_dumpfile.dmp tablespace_list=(table_spaces) table=(table_names);`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a oracle database?
How to use "startup" command to start default instance?
Are truncate and delete commands same? If so why?
What is an oracle recycle bin?
What is a sub query and what are the different types of subqueries?
What is max rowid in oracle?
How do you rate yourself in oracle and sql server ?
What is a trace file and how is it created in oracle?
What is forall Statement ?
State the difference between a primary key and foreign key?
Explain how you would restore a database using RMAN to Point in Time?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.