<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrei DANEASA &#187; dbf</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/dbf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webxpert.ro/andrei</link>
	<description>Programming, database, security, Oracle, .NET, C#, PHP, Travel</description>
	<lastBuildDate>Tue, 18 Oct 2011 15:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DBase DBF import to Oracle freeware tool &#8211; console version</title>
		<link>http://www.webxpert.ro/andrei/2008/11/05/dbase-dbf-import-to-oracle-freeware-tool-console-version/</link>
		<comments>http://www.webxpert.ro/andrei/2008/11/05/dbase-dbf-import-to-oracle-freeware-tool-console-version/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 16:04:19 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[dbase]]></category>
		<category><![CDATA[dbf]]></category>
		<category><![CDATA[foxpro]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=176</guid>
		<description><![CDATA[As I had a request and I must agree it really makes sense, I developed a console version of the DBF2Oracle tool. Functionality is the same, just that you need to give it parameters from command line. Usage is: C:\&#62;DBFImportConsole.exe [file] [username] [password] [TNS] Example C:\&#62;DBFImportConsole.exe &#34;C:\test.dbf&#34; HR HR XE In the end it will [...]]]></description>
			<content:encoded><![CDATA[<p>As I had a request and I must agree it really makes sense, I developed <em><strong>a console version</strong></em> of the <a href="http://www.webxpert.ro/andrei/2008/05/30/dbase-dbf-import-to-oracle-freeware-tool/">DBF2Oracle</a> tool. Functionality is the same, just that you need to give it parameters from command line.<br />
<a href="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/command_prompt.jpg"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/command_prompt-300x272.jpg" alt="" title="command_prompt" width="300" height="272" class="aligncenter size-medium wp-image-177" /></a></p>
<p>Usage is:</p>
<div class="dean_ch" style="white-space: wrap;">
C:\&gt;DBFImportConsole.exe [file] [username] [password] [TNS]</div>
<p><span id="more-176"></span><br />
Example</p>
<div class="dean_ch" style="white-space: wrap;">
C:\&gt;DBFImportConsole.exe &quot;C:\test.dbf&quot; HR HR XE</div>
<p>In the end it will give you (hopefully) a result as above.</p>
<p><strong>How to use it:</strong></p>
<ol>
<li>Make sure that you have .Net Framework 2.0 installed</li>
<li>Make sure that you have an available Oracle 10g or 11g database</li>
<li>Download the DBF2OracleConsole from <a href="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/dbf2oracle_console101.zip">here</a></li>
<li>Unzip it into a folder close to root folder and avoid spaces in path</li>
<li>Copy the .DBF file to the above folder or put it into the same kind of folder</li>
<li>Run the console application and supply all parameters in the command line</li>
<li>Check the log and statistics file</li>
<li>Connect to Oracle to see your data (table name is DBF file name)</li>
</ol>
<p><strong>Download here:</strong> <a href="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/dbf2oracle_console101.zip">DBF2OracleConsole.zip</a></p>
<p>As an alternative, you can use this file, archived with 7-Zip: <a href='http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/dbf2oracle_console101_.zip'>DBF2OracleConsole_</a></p>
<p>In my test here is how the folder looks like:<br />
<a href="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/command_prompt2.jpg"><img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/11/command_prompt2-300x145.jpg" alt="" title="command_prompt2" width="300" height="145" class="aligncenter size-medium wp-image-179" /></a><br />
If you will find it useful or if you have any kind of suggestions just leave a comment.</p>
<p>Good luck!</p>
<p>Read also:</p>
<li><a href="http://www.webxpert.ro/andrei/2008/05/30/dbase-dbf-import-to-oracle-freeware-tool/">DBase DBF import to Oracle freeware tool</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/">SQL Developer 2.1 EA1 available</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/27/migrate-from-firebird-to-oracle-step-by-step-part-3/">Migrate from Firebird to Oracle step by step &#8211; Part 3</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/26/migrate-from-firebird-to-oracle-step-by-step-part-2/">Migrate from Firebird to Oracle step by step &#8211; Part 2</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/26/migrate-from-firebird-to-oracle-step-by-step-part-1/">Migrate from Firebird to Oracle step by step &#8211; Part 1</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2008/11/05/dbase-dbf-import-to-oracle-freeware-tool-console-version/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>DBase DBF import to Oracle freeware tool</title>
		<link>http://www.webxpert.ro/andrei/2008/05/30/dbase-dbf-import-to-oracle-freeware-tool/</link>
		<comments>http://www.webxpert.ro/andrei/2008/05/30/dbase-dbf-import-to-oracle-freeware-tool/#comments</comments>
		<pubDate>Fri, 30 May 2008 19:16:56 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[dbase]]></category>
		<category><![CDATA[dbf]]></category>
		<category><![CDATA[foxpro]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=75</guid>
		<description><![CDATA[UPDATE 2008-11-05! A console version is available here Since I had more and more requests for DBF migrations to Oracle and SQL Developer offers no support for DBF migrations, I decided to make a tool to ease my work. There used to be a command prompt tool (ImpDBF.exe) which generates the equivalent table for Oracle [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>UPDATE 2008-11-05</strong>! A console version is available <a href="http://www.webxpert.ro/andrei/2008/11/05/dbase-dbf-import-to-oracle-freeware-tool-console-version/">here</a></em></p>
<p>Since I had more and more requests for DBF migrations to Oracle and SQL Developer offers no support for DBF migrations, I decided to make a tool to ease my work. There used to be a command prompt tool (ImpDBF.exe) which generates the equivalent table for Oracle and SQL*Loader scripts for importing the data. This tool was for Oracle 7 and 8 and I don&#8217;t have the source code for this tool. </p>
<p>The workaround was to create a frontend for that tool that can also fix problems in generated files.<br />
The result is the like this:<br />
<img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/05/dbf_import_oracle.png" alt="dbf to oracle import tool" title="dbf_import_oracle" width="392" height="280" class="alignnone size-full wp-image-76" /></p>
<p><span id="more-75"></span><br />
How to use it:</p>
<ol>
<li>Make sure that you have .Net Framework 2.0 installed </li>
<li>Make sure that you have an available Oracle 10g or 11g database</li>
<li>Download the DBF2Oracle from <a href='http://www.webxpert.ro/andrei/wp-content/uploads/2008/05/dbf2oracle101.zip'>here</a></li>
<li>Unzip it into a folder close to root folder and avoid spaces in path</li>
<li>Copy the .DBF file to the above folder or put it into the same kind of folder</li>
<li>Run the application, supply mandatory parameters and click &#8220;Load data&#8221;</li>
<li>Check the log and statistics file</li>
<li>Connect to Oracle to see your data (table name is DBF file name)</li>
</ol>
<p><strong>Download here:</strong> <a href='http://www.webxpert.ro/andrei/wp-content/uploads/2008/05/dbf2oracle101.zip'>DBF2Oracle.zip</a></p>
<p><strong>Known bugs:</strong></p>
<ul>
<li>columns named as reserved words in Oracle will fail</li>
<li>long or complicated paths for both application or DBF file will fail</li>
<li>multiple Oracle homes on the same machine can confuse the user</li>
</ul>
<p>In the end you will see such a screen:<br />
<img src="http://www.webxpert.ro/andrei/wp-content/uploads/2008/05/dbf_import_oracle2.png" alt="DBF import to Oracle finalized" title="dbf_import_oracle2" width="392" height="460" class="alignnone size-full wp-image-78" /></p>
<p>If you will find it useful or if you have any kind of suggestions just leave a comment. </p>
<p>Good luck!</p>
<p>Read also:</p>
<li><a href="http://www.webxpert.ro/andrei/2008/11/05/dbase-dbf-import-to-oracle-freeware-tool-console-version/">DBase DBF import to Oracle freeware tool &#8211; console version</a></li>
<li><a href="http://www.webxpert.ro/andrei/2009/10/01/sql-developer-2-1-ea1-available/">SQL Developer 2.1 EA1 available</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/27/migrate-from-firebird-to-oracle-step-by-step-part-3/">Migrate from Firebird to Oracle step by step &#8211; Part 3</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/26/migrate-from-firebird-to-oracle-step-by-step-part-2/">Migrate from Firebird to Oracle step by step &#8211; Part 2</a></li>
<li><a href="http://www.webxpert.ro/andrei/2008/11/26/migrate-from-firebird-to-oracle-step-by-step-part-1/">Migrate from Firebird to Oracle step by step &#8211; Part 1</a></li>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2008/05/30/dbase-dbf-import-to-oracle-freeware-tool/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

