Oracle Database Tutorial 55: How to export tables using PARFILE in expdp Data Pump By Manish Sharma
Skills:
Database Integration90%
Key Takeaways
Exports tables from an Oracle Database using a parameter file in the expdp data pump export utility
Full Transcript
what up internet I'm man from rebellionrider.com and I'm back once again with another Oracle database tutorial till so far we have seen how to export full database schema of the database and table spaces of the database the only export which remains left is table export thus in today's data pump tutorial we will learn how to export tables using expdp export but there is a Twist in today's tutorial in the previous three tutorials I demonstrated you the traditional way of exporting but today I will show you how you can perform the export of tables using parameter files in expdp utility so without further Ado let's start the tutorial like always first we need to make a directory you can create a directory anywhere in your system and give it a name this directory will serve as a default directory which will hold all the files created by expdp data pump utility such as dump file and lock file so let's create the directory I just created a directory and named it table export and I place this directory inside the folder data pump which is in the D drive thus the full path of our directory table export is D data pump table export next we will create a directory object as I have already explained in my previous tutorial that directory object is a pointer pointing over a directory which you want your expdp utility to use when storing all exported files so to make a directory object first we need to log onto our database using CIS user with CIS DBA privileges here I am now let's create the directory object but first let me clear the screen for you let's create the directory object let's hit the enter and execute the query directory created using this query we created a directory object and named it expore table this directory object will point the directory table export next we will grant the read and write privileges on the directory table export which we just created to the user who wants to perform the export for the demonstration I will use my user HR to perform the export you can you can use whatever user you want Grant succeeded apart from read and right you will also have to Grant data pump _ expore full database role to your user from which you are performing the export and as I already told you in my case this user is a CH Grant succeeded these are a few general settings which you have to do before performing the export next we have to create the parameter file param met file is just a simple text file which you can create anywhere in your system and give whatever name and extension you want though it's always recommended to give do p extension I will create my parameter file in my D drive let's come here and just go back now I am in my D drivve creation process is very simple just right click and select new and then text document now let's give it some name for the demonstration I have named it table. P next I will open this file with my notepad this file must contain all the required parameter of expdp data pum utility let's write it let's take a look of our parameter file first is the directory parameter which is set on the directory object expore table which we just created next is dump file parameter using which you can can set the name of your dump file you can give whatever name you want as I have given here HR table. DMP similarly using lock file parameter you can set the name of your lock file and the last parameter here is tables this parameter specifies that we want to perform a table mode export as I want to export employees and Department stable of my HR schema thus I have specified employees and Department stable as the value of this parameter similarly you can supply schema parameter or table space parameter if you want to do schema or table space this export but right now we want to export tables so let it be the table here save this file and close it again come to your command prompt now it's time to perform the export do remember to exit from your SQL prompt because we can execute expdp only on command prompt not on the SQL prompt okay as you can see right now I am on my command prompt let me clear the screen first okay now let's write the expdp export command command is fairly simple first we have our expdp utility followed by login information you cannot Supply login information in your parameter file and so you have to write your login information at the time of writing expdp command only then we have PAR file parameter the value of this parameter is the path of your parameter file let's execute this command as you can see export is successful please visit my blog here you can find the answers of questions like what is parameter file where should we create it and what are the naming conventions of parameter files also what are the contents of the parameter file along with all the commands which I have performed in this tutorial and the in-depth knowledge of this topic you can find the link of this blog in the description box hope you enjoyed this tutorial if yes then please hit the thumbs up button you can also comment your feedbacks and share the video and don't forget to subscribe as many more short crispy and interesting videos are coming to your way thanks for watching we'll see you soon till then take care this is Manish from Rebellion wrer
Original Description
In this Oracle Tutorial you will learn how to export tables of the database using Parameter File (PARFILE) in Data Pump expdp export utility.
------------------------------------------------------------------------
►►►LINKS◄◄◄
Blog: http://bit.ly/expdp-parfile-table-mode-export
Previous Tutorial
Tut 52 Expdp Full Database http://youtu.be/K8_PjUksT54
Tut 53 Expdp Tablespace http://youtu.be/-hXBZd-FCjs
Tut 54 Expdp Schema http://youtu.be/t8TSLDGN5gg
-------------------------------------------------------------------------
Copy Cloud referral link || Use this link to join copy cloud and get 20GB of free storage
https://copy.com?r=kb4rc1
--------------------------------------------------------------------------
►Make sure you SUBSCRIBE and be the 1st one to see my videos!
--------------------------------------------------------------------------
Amazon Wishlist: http://bit.ly/wishlist-amazon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
►►►Find me on Social Media◄◄◄
Follow What I am up to as it happens on
https://twitter.com/rebellionrider
https://www.facebook.com/imthebhardwaj
http://instagram.com/rebellionrider
https://plus.google.com/+Rebellionrider
http://in.linkedin.com/in/mannbhardwaj/
http://rebellionrider.tumblr.com/
http://www.pinterest.com/rebellionrider/
You can also Email me at
RebellionRiderYT@gmail.com
Please please LIKE and SHARE my videos it makes me happy.
Thanks for liking, commenting, sharing and watching more of our videos
This is Manish from RebellionRider.com
♥ I LOVE ALL MY VIEWERS AND SUBSCRIBERS
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Manish Sharma · Manish Sharma · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Oracle Database tutorials 1: How to install Oracle Database 11g on windows 7
Manish Sharma
Oracle Database tutorials 2:How To install SQL Developer on windows 7
Manish Sharma
Oracle Database tutorials 3:How to enable Line numbers in SQL Developer.
Manish Sharma
Oracle Database tutorials 4: database connectivity using SQL developer and command prompt
Manish Sharma
Oracle Database tutorials 5: how to Fetch Data using SELECT - SQL statement by Manish Sharma
Manish Sharma
Oracle Database11g tutorials 6 | | How to use Concatenation operator, character String
Manish Sharma
Oracle Database11g tutorials 7 | |SQL DISTINCT keyword || SQL tutorials
Manish Sharma
Canon EOS 600D 2 lens kit/Canon rebell EOS T3i 2 lens kit Unboxing
Manish Sharma
First look: ORACLE CERTIFIED ASSOCIATE (OCA) CERTIFICATE - ORACLE DATABASE ADMINISTRATOR
Manish Sharma
Oracle Database11g tutorials 8 || SQL DISTINCT with multiple columns |SQL Distinct with Two columns
Manish Sharma
Oracle Database11g tutorials 9 || What is archive log mode and how to enable archive log mode
Manish Sharma
Oracle Database11g tutorials 10 || SQL Single Row Function (SQL Functions )
Manish Sharma
Oracle Database11g tutorials 11: SQL case manipulation function in Oracle Database
Manish Sharma
how to add channel trailer and section on your youtube channel 2014
Manish Sharma
Oracle Database11g tutorials 12 || SQL Concat Function - SQL character manipulation function
Manish Sharma
Oracle Database11g tutorials 13 || SQL substr function / SQL substring function
Manish Sharma
Oracle Database11g tutorials 14 : How to CREATE TABLE using sql developer and command prompt
Manish Sharma
SQL tutorials 15 || How To CREATE TABLE using enterprise manager 11g
Manish Sharma
Oracle Database11g tutorials 16: How to uninstall oracle 11g from windows 7 64 bit
Manish Sharma
ORACLE CERTIFIED PROFESSIONAL(OCP) CERTIFICATE First look - ORACLE DATABASE ADMINISTRATOR
Manish Sharma
Plantronics audio 655 USB headset with Mic Unboxing and Review and Plantronics audio 655 Mic test
Manish Sharma
SQL tutorials 17: SQL Primary Key constraint, Drop primary Key
Manish Sharma
SQL tutorials 18: SQL Foreign Key Constraint By Manish Sharma
Manish Sharma
SQL tutorial 19: ON DELETE SET NULL clause of Foreign Key By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorials 20: On Delete Cascade Foreign Key By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorial 21: How To Rename Table in SQL using ALTER TABLE statement By Manish Sharma
Manish Sharma
SQL tutorial 22: How to Add / Delete column from an existing table using alter table
Manish Sharma
SQL tutorial 23: Rename and Modify Column Using Alter Table By Manish Sharma (RebellionRider)
Manish Sharma
SQL tutorial 24 :SQLJoins- Natural Join With ON and USING clause By Manish/Rebellionrider
Manish Sharma
Oracle Database11g tutorials 25: How to install Oracle Database 11g Express Edition R2 on Windows 7
Manish Sharma
SQL tutorial 26: Introduction to SQL Joins in Oracle Database
Manish Sharma
Vidcon 2014 YouTube Fan Funding: How to enable fan funding on YouTube Channel
Manish Sharma
SQL tutorial 27: Right Outer Join in SQL by Manish Sharma for RebellionRider
Manish Sharma
SQL tutorial 28: Left Outer Join By Manish Sharma / RebellionRider
Manish Sharma
SQL tutorial 29: Full Outer Join with example By Manish Sharma/ RebellionRider
Manish Sharma
SQL tutorial 30: Inner Join In SQL by Manish Sharma/RebellionRider
Manish Sharma
SQL tutorial 31 : SQL Cross Join In Oracle Database By Manish Sharma from RebellionRider
Manish Sharma
SQL tutorial 32: How To Insert Data into a Table Using SQL Developer
Manish Sharma
SQL tutorial 33:How To Insert Data into a Table Using SQL INSERT INTO dml statement
Manish Sharma
SQL tutorial 34: How to copy /Insert data into a table from another table using INSERT INTO SELECT
Manish Sharma
SQL tutorial 35: DELETE and TRUNCATE how to delete data from a table
Manish Sharma
SQL tutorial 36: how to create database using database configuration assistant DBCA
Manish Sharma
SQL tutorial 37: How to create NEW USER account using Create User statement in Oracle database
Manish Sharma
SQL tutorial 38: How to create user using SQL Developer in Oracle database
Manish Sharma
SQL tutorial 39: How to create user in oracle using Enterprise Manager
Manish Sharma
SQL tutorial 40: DBA Trick, How to drop a user when it is connected to the database
Manish Sharma
Motorola Moto G 2nd Generation / G2 Unboxing and Review
Manish Sharma
SQL tutorial 41: How to UNLOCK USER in oracle Database
Manish Sharma
SQL tutorial 42: How to Unlock user using SQL Developer By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 43: How to create an EXTERNAL USER in oracle database By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 44: How to import data from Microsoft Excel to Oracle Database using SQL Developer
Manish Sharma
SQL tutorial 45: Introduction to user Privileges in Oracle Database By Manish Sharma RebellionRider
Manish Sharma
SQL tutorial 46: What are System Privileges & How To Grant them using Data Control Language
Manish Sharma
SQL tutorial 47: How to Grant Object Privileges With Grant Option in Oracle Database
Manish Sharma
SQL tutorial 48: How to create Roles in Oracle Database
Manish Sharma
SQL tutorial 49: CASE - Simple Case Expression in Oracle Database (1/2)
Manish Sharma
SQL tutorial 50: CASE - Searched Case Expression In Oracle (2/2)
Manish Sharma
SQL tutorial 51: DECODE function in Oracle Database By Manish Sharma (RebellionRider)
Manish Sharma
Oracle Database Tutorial 52 : Data Pump expdp - How to Export full database using expdp
Manish Sharma
Oracle Database Tutorial 53 : Data pump expdp - How to Export tablespace in Oracle Database
Manish Sharma
More on: Database Integration
View skill →Related Reads
📰
📰
📰
📰
AI Tools that Actually Pay You Back: A Developer's Guide to Monetizing AI
Dev.to AI
How to Summarize PDFs Programmatically in 2026 (+ a Free No-Code Option)
Dev.to · Ai tools overview
The new ChatGPT macOS app redesign has made basic navigation so much worse
Reddit r/artificial
Three Token-2022 Mints in One Week: Fees, Yield, and Soulbound
Dev.to · atharv shukla
🎓
Tutor Explanation
DeepCamp AI