<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Logical Backup on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/logical-backup/</link><description>Recent content in Logical Backup on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Fri, 10 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/logical-backup/index.xml" rel="self" type="application/rss+xml"/><item><title>Oracle Data Pump Export Schema with expdp Command Guide</title><link>https://www.oraclescripts.com/post/oracle-data-pump-export-schema-expdp-command-guide/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/oracle-data-pump-export-schema-expdp-command-guide/</guid><description>
&lt;h2 id="oracle-data-pump-export-schema-with-expdp-command-guide"&gt;Oracle Data Pump Export Schema with expdp Command Guide&lt;/h2&gt;
&lt;p&gt;Oracle Data Pump's &lt;code&gt;expdp&lt;/code&gt; utility lets you take a fast, flexible logical backup of any schema in your Oracle database. This post breaks down a simple schema-level export command, explains each parameter, and shows you how to run it safely.
&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-command-does"&gt;What This Command Does&lt;/h2&gt;
&lt;p&gt;The command below exports all objects and data from the &lt;code&gt;andy&lt;/code&gt; schema into a binary dump file stored in an Oracle directory object called &lt;code&gt;my_dir&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Oracle expdp Schema Export Using Data Pump</title><link>https://www.oraclescripts.com/post/oracle-expdp-schema-export-data-pump/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/oracle-expdp-schema-export-data-pump/</guid><description>
&lt;h2 id="oracle-expdp-schema-export-using-data-pump"&gt;Oracle expdp Schema Export Using Data Pump&lt;/h2&gt;
&lt;p&gt;Oracle Data Pump's &lt;code&gt;expdp&lt;/code&gt; utility lets you export a full database schema — including tables, indexes, constraints, and data — into a portable dump file. This guide breaks down the single-line command that does exactly that for the &lt;code&gt;andy&lt;/code&gt; schema.
&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="purpose-of-this-command"&gt;Purpose of This Command&lt;/h2&gt;
&lt;p&gt;The goal of this command is to create a &lt;strong&gt;logical backup&lt;/strong&gt; of a single Oracle database schema called &lt;code&gt;andy&lt;/code&gt;. The export produces a binary dump file (&lt;code&gt;andy.dp&lt;/code&gt;) saved to a pre-defined Oracle directory object (&lt;code&gt;my_dir&lt;/code&gt;) on the server. This backup can later be imported into the same or a different Oracle database using &lt;code&gt;impdp&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>