<?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; console</title>
	<atom:link href="http://www.webxpert.ro/andrei/tag/console/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>How to change proxy in Windows console</title>
		<link>http://www.webxpert.ro/andrei/2008/09/16/how-to-change-proxy-in-windows-console/</link>
		<comments>http://www.webxpert.ro/andrei/2008/09/16/how-to-change-proxy-in-windows-console/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 14:47:42 +0000</pubDate>
		<dc:creator>andreiash</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.webxpert.ro/andrei/?p=110</guid>
		<description><![CDATA[Apparently windows console does not take the environmental settings from Internet Explorer, so if you properly set your proxy in IE, it is not valid in console. And if you are running a console application that need to connect to the web and you are after a proxy, then you have a problem. The solutions [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently windows console does not take the environmental settings from Internet Explorer, so if you properly set your proxy in IE, it is not valid in console.<br />
And if you are running a console application that need to connect to the web and you are after a proxy, then you have a problem.</p>
<p>The solutions are:</p>
<ul>
<li>run windows utility <strong>proxycfg.exe</strong> like this:
<div class="dean_ch" style="white-space: wrap;">C<span class="co2">:&gt;proxycfg -p proxy_name:proxy_port</span></div>
</li>
<li>move to a network where you don&#8217;t need a proxy <img src='http://www.webxpert.ro/andrei/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webxpert.ro/andrei/2008/09/16/how-to-change-proxy-in-windows-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

