<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Directory Object on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/directory-object/</link><description>Recent content in Directory Object on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Sat, 11 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/directory-object/index.xml" rel="self" type="application/rss+xml"/><item><title>Oracle Data Pump: Create the DATA_PUMP_DIR Directory</title><link>https://www.oraclescripts.com/post/oracle-data-pump-create-the-data-pump-dir-directory/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/oracle-data-pump-create-the-data-pump-dir-directory/</guid><description>
&lt;h2 id="oracle-data-pump-create-the-data_pump_dir-directory"&gt;Oracle Data Pump: Create the DATA_PUMP_DIR Directory&lt;/h2&gt;
&lt;p&gt;Before you can run any Oracle Data Pump export (&lt;code&gt;expdp&lt;/code&gt;) or import (&lt;code&gt;impdp&lt;/code&gt;) job, Oracle needs to know where to write and read dump files and log files on the server. You do this by creating a &lt;strong&gt;directory object&lt;/strong&gt; inside the database that points to a real folder on the operating system.
&lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1012089347386563"
crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1012089347386563"
data-ad-slot="5317081938"
data-ad-format="auto"
data-full-width-responsive="true"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/p&gt;
&lt;h2 id="what-this-script-does"&gt;What This Script Does&lt;/h2&gt;
&lt;p&gt;This one-line SQL command creates a database directory object named &lt;code&gt;DATA_PUMP_DIR&lt;/code&gt; that maps to the physical path &lt;code&gt;/u01/ora_backup/datapump&lt;/code&gt; on the server. Once created, Oracle Data Pump jobs can use this directory to store export dump files and log files.&lt;/p&gt;</description></item></channel></rss>