<?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: duplicate file check</title>
	<atom:link href="http://kirtandesai.com/write/index.php/2007/04/03/duplicate-file-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/</link>
	<description></description>
	<lastBuildDate>Tue, 23 Aug 2011 14:40:20 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Kirtan Desai</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-33</link>
		<dc:creator>Kirtan Desai</dc:creator>
		<pubDate>Wed, 16 May 2007 20:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-33</guid>
		<description>You need to read the following.

http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_obtool.htm#6518

Since 10g, with DBMS_CRYPTO, the task became much more easier. DBMS_OBFUSCATION_TOOLKIT hash its own challenges that you are coming across right now. I would suggest you read the documentation for 9i if that&#039;s the version you want to use. Personally, i think time for switching to 10g was almost two years ago.
Read the 9i docs, write the code using DBMS_OBFUSCATION_TOOLKIT and let me know if you have any problems.

Anyways, have fun.
Kirtan</description>
		<content:encoded><![CDATA[<p>You need to read the following.</p>
<p><a href="http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_obtool.htm#6518" rel="nofollow">http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_obtool.htm#6518</a></p>
<p>Since 10g, with DBMS_CRYPTO, the task became much more easier. DBMS_OBFUSCATION_TOOLKIT hash its own challenges that you are coming across right now. I would suggest you read the documentation for 9i if that&#8217;s the version you want to use. Personally, i think time for switching to 10g was almost two years ago.<br />
Read the 9i docs, write the code using DBMS_OBFUSCATION_TOOLKIT and let me know if you have any problems.</p>
<p>Anyways, have fun.<br />
Kirtan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathmadala</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-32</link>
		<dc:creator>sampathmadala</dc:creator>
		<pubDate>Wed, 16 May 2007 19:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-32</guid>
		<description>Now i can able to grant privilege to SCOTT user. I replaced the DBMS_CRYPTO with DBMS_OBFUSCATION_TOOLKIT,but now i am getting error at the following line in the code

myraw := DBMS_OBFUSCATION_TOOLKIT.hash(src =&gt; myclob, typ =&gt; DBMS_OBFUSCATION_TOOLKIT.hash_md5);

ERROR:
PLS-00302: component &#039;HASH&#039; must be declared</description>
		<content:encoded><![CDATA[<p>Now i can able to grant privilege to SCOTT user. I replaced the DBMS_CRYPTO with DBMS_OBFUSCATION_TOOLKIT,but now i am getting error at the following line in the code</p>
<p>myraw := DBMS_OBFUSCATION_TOOLKIT.hash(src =&gt; myclob, typ =&gt; DBMS_OBFUSCATION_TOOLKIT.hash_md5);</p>
<p>ERROR:<br />
PLS-00302: component &#8216;HASH&#8217; must be declared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirtan Desai</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-31</link>
		<dc:creator>Kirtan Desai</dc:creator>
		<pubDate>Wed, 16 May 2007 19:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-31</guid>
		<description>Check out DBMS_OBFUSCATION_TOOLKIT for 8i or 9i.</description>
		<content:encoded><![CDATA[<p>Check out DBMS_OBFUSCATION_TOOLKIT for 8i or 9i.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathmadala</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-30</link>
		<dc:creator>sampathmadala</dc:creator>
		<pubDate>Wed, 16 May 2007 19:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-30</guid>
		<description>Oops, i think this function is not available in Oracle 9i version. I am i correct.

Thanks &amp; Regards,
Sam.</description>
		<content:encoded><![CDATA[<p>Oops, i think this function is not available in Oracle 9i version. I am i correct.</p>
<p>Thanks &amp; Regards,<br />
Sam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathmadala</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-29</link>
		<dc:creator>sampathmadala</dc:creator>
		<pubDate>Wed, 16 May 2007 18:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-29</guid>
		<description>I am working on Oracle 9i, oh it seems this function is not available in this version.

Thanks &amp; Regards,
Sam.</description>
		<content:encoded><![CDATA[<p>I am working on Oracle 9i, oh it seems this function is not available in this version.</p>
<p>Thanks &amp; Regards,<br />
Sam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirtan Desai</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-28</link>
		<dc:creator>Kirtan Desai</dc:creator>
		<pubDate>Wed, 16 May 2007 17:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-28</guid>
		<description>I should have asked this before but anyways what version of Oracle are you using?
First of all, you should not be using sys or system accounts for regular use. Create your own user and assign DBA priv. to it.

For DBMS_CRYPTO, log in as sys (as sysdba) and execute the same command. It works fine for me as sys (as sysdba).

&lt;code&gt;

[oracle@raclinux1 ~]$ sqlplus sys as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 16 13:14:49 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, Real Application Clusters, Oracle Label Security, OLAP
and Data Mining Scoring Engine options

SQL&gt; grant execute on dbms_crypto to scott;

Grant succeeded.

SQL&gt;

&lt;/code&gt;

Let me know.</description>
		<content:encoded><![CDATA[<p>I should have asked this before but anyways what version of Oracle are you using?<br />
First of all, you should not be using sys or system accounts for regular use. Create your own user and assign DBA priv. to it.</p>
<p>For DBMS_CRYPTO, log in as sys (as sysdba) and execute the same command. It works fine for me as sys (as sysdba).</p>
<p><code></p>
<p>[oracle@raclinux1 ~]$ sqlplus sys as sysdba</p>
<p>SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 16 13:14:49 2007</p>
<p>Copyright (c) 1982, 2005, Oracle. All rights reserved.</p>
<p>Enter password:</p>
<p>Connected to:<br />
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production<br />
With the Partitioning, Real Application Clusters, Oracle Label Security, OLAP<br />
and Data Mining Scoring Engine options</p>
<p>SQL> grant execute on dbms_crypto to scott;</p>
<p>Grant succeeded.</p>
<p>SQL></p>
<p></code></p>
<p>Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathmadala</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-27</link>
		<dc:creator>sampathmadala</dc:creator>
		<pubDate>Tue, 15 May 2007 23:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-27</guid>
		<description>Hi Kirtan,

I logged on as &#039;system&#039; user name and executed the above statement for &#039;Scott&#039; user. But i am unsuccessful i am getting the following error.

ORA:04042 Procedure,Function,Package or Package body does not exist.</description>
		<content:encoded><![CDATA[<p>Hi Kirtan,</p>
<p>I logged on as &#8216;system&#8217; user name and executed the above statement for &#8216;Scott&#8217; user. But i am unsuccessful i am getting the following error.</p>
<p>ORA:04042 Procedure,Function,Package or Package body does not exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirtan Desai</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-26</link>
		<dc:creator>Kirtan Desai</dc:creator>
		<pubDate>Tue, 15 May 2007 19:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-26</guid>
		<description>Your user ID does not have EXECUTE permission on that function.

GRANT EXECUTE on sys.DBMS_CRYPTO to &lt;i&gt;your user id&lt;/i&gt;

that should take care of it. Let me know.</description>
		<content:encoded><![CDATA[<p>Your user ID does not have EXECUTE permission on that function.</p>
<p>GRANT EXECUTE on sys.DBMS_CRYPTO to <i>your user id</i></p>
<p>that should take care of it. Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathmadala</title>
		<link>http://kirtandesai.com/write/2007/04/03/duplicate-file-check/comment-page-1/#comment-25</link>
		<dc:creator>sampathmadala</dc:creator>
		<pubDate>Tue, 15 May 2007 18:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://kirtandesai.com/write/2007/04/03/duplicate-file-check/#comment-25</guid>
		<description>Hi kirtan,

I read your post in informaticadevelopment yahoogroups on CRC55 function to find the change in a row with looking up into many columns at a time and your approach thru oracle pl/sql. I am in a learning stage and i am trying to execute the procedure you wrote above but i am getting an error while executing this. Can you please tell me how and where i should declare this function.

The error is:

PLS-00201: identifier &#039;DBMS_CRYPTO.HASH&#039; must be declared</description>
		<content:encoded><![CDATA[<p>Hi kirtan,</p>
<p>I read your post in informaticadevelopment yahoogroups on CRC55 function to find the change in a row with looking up into many columns at a time and your approach thru oracle pl/sql. I am in a learning stage and i am trying to execute the procedure you wrote above but i am getting an error while executing this. Can you please tell me how and where i should declare this function.</p>
<p>The error is:</p>
<p>PLS-00201: identifier &#8216;DBMS_CRYPTO.HASH&#8217; must be declared</p>
]]></content:encoded>
	</item>
</channel>
</rss>

