<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Generating Datapump Export Dump with Dumpfile name Containing Current Date and Time</title>
	<atom:link href="http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:27:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7880</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7880</guid>
		<description>Lisa,

I think while specifying logfile parameter, u ended with double quote &quot;. Actaully it is single quote and then ` 

-Amit</description>
		<content:encoded><![CDATA[<p>Lisa,</p>
<p>I think while specifying logfile parameter, u ended with double quote &#8220;. Actaully it is single quote and then ` </p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7874</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7874</guid>
		<description>Saurabh,

I got an error, LRM-00112: multiple values not allowed for parameter &#039;logfile&#039;, while running the same script:

#!/bin/ksh

################################################################
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
export ORACLE_SID=hrdmo91
export PATH=$PATH:$ORACLE_HOME/bin
expdp sysadm/sysadm@hrdmo91 dumpfile=expdp-&#039;date &#039;+%d%m%Y_%H%M%S&#039;&#039;.dmp directory=hrdmo91_dir logfile=expdp-&#039;date &#039;+%d%m%Y_%H%M%S&#039;&#039;.log schemas=sysadm 

Could you shed some lights how to fix it?
Thank you in advance,
Lisa</description>
		<content:encoded><![CDATA[<p>Saurabh,</p>
<p>I got an error, LRM-00112: multiple values not allowed for parameter &#8216;logfile&#8217;, while running the same script:</p>
<p>#!/bin/ksh</p>
<p>################################################################<br />
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1<br />
export ORACLE_SID=hrdmo91<br />
export PATH=$PATH:$ORACLE_HOME/bin<br />
expdp sysadm/sysadm@hrdmo91 dumpfile=expdp-&#8217;date &#8216;+%d%m%Y_%H%M%S&#8221;.dmp directory=hrdmo91_dir logfile=expdp-&#8217;date &#8216;+%d%m%Y_%H%M%S&#8221;.log schemas=sysadm </p>
<p>Could you shed some lights how to fix it?<br />
Thank you in advance,<br />
Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7672</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7672</guid>
		<description>Neil,

For password Hiding, Oracle Wallet can be used:

Following post explain that:

http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/

Cheers!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Neil,</p>
<p>For password Hiding, Oracle Wallet can be used:</p>
<p>Following post explain that:</p>
<p><a href="http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/" rel="nofollow">http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/</a></p>
<p>Cheers!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7671</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7671</guid>
		<description>@ Neil,

For password Hiding, Oracle Wallet can be used:

Following post explain that:

http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/

Cheers!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>@ Neil,</p>
<p>For password Hiding, Oracle Wallet can be used:</p>
<p>Following post explain that:</p>
<p><a href="http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/" rel="nofollow">http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/</a></p>
<p>Cheers!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7670</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7670</guid>
		<description>Hi Ghulam,

I cannot find any problem with the code.
Let me know what issue you are facing.

Cheers!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Hi Ghulam,</p>
<p>I cannot find any problem with the code.<br />
Let me know what issue you are facing.</p>
<p>Cheers!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7669</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7669</guid>
		<description>Hi Niel,

There is solution for your password problem.
It is named as &quot;Secure External Password Store&quot; and is implemented by using &quot;Oracle Wallet&quot;.

It is described by Amit. Check the following link:

http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/

Hope this will help you..
Cheers!!!
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Hi Niel,</p>
<p>There is solution for your password problem.<br />
It is named as &#8220;Secure External Password Store&#8221; and is implemented by using &#8220;Oracle Wallet&#8221;.</p>
<p>It is described by Amit. Check the following link:</p>
<p><a href="http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/" rel="nofollow">http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/</a></p>
<p>Hope this will help you..<br />
Cheers!!!<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghulam Mayhd Din</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7667</link>
		<dc:creator>Ghulam Mayhd Din</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7667</guid>
		<description>hi
dear sir
plz. check ur code there is some prob..
i cant understand where is prob.
plz. reply me my id
thz.
awaiting ur reply</description>
		<content:encoded><![CDATA[<p>hi<br />
dear sir<br />
plz. check ur code there is some prob..<br />
i cant understand where is prob.<br />
plz. reply me my id<br />
thz.<br />
awaiting ur reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majid Niazi</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-7666</link>
		<dc:creator>Majid Niazi</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-7666</guid>
		<description>thanks..it is very helpful</description>
		<content:encoded><![CDATA[<p>thanks..it is very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil B.</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-3980</link>
		<dc:creator>Neil B.</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-3980</guid>
		<description>Thanks. That is a good idea.</description>
		<content:encoded><![CDATA[<p>Thanks. That is a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-3514</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-3514</guid>
		<description>Neil,

I doubt that we can do this without hiding password. But you can schedule DataPump jobs with dbms_scheduler if you have any security risk from OS.

- Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Neil,</p>
<p>I doubt that we can do this without hiding password. But you can schedule DataPump jobs with dbms_scheduler if you have any security risk from OS.</p>
<p>- Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil B.</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comment-3501</link>
		<dc:creator>Neil B.</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=494#comment-3501</guid>
		<description>Is there anyway to run a script like this and conceal the schema users password?  We have are not allowed to store any passwords on the file system.  If there was a way to store the passwords that would be great.</description>
		<content:encoded><![CDATA[<p>Is there anyway to run a script like this and conceal the schema users password?  We have are not allowed to store any passwords on the file system.  If there was a way to store the passwords that would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-02-12 17:06:22 by W3 Total Cache -->
