<?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>DJS Consulting Tech Blog &#187; SQL Server</title>
	<atom:link href="http://djs-consulting.com/linux/blog/category/databases/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://djs-consulting.com/linux/blog</link>
	<description>Technical Information You Can Use (or not - but hey, at least it&#039;s free!)</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:11:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle SQL Developer Debian Package</title>
		<link>http://djs-consulting.com/linux/blog/2008/oracle-sql-developer-debian-package</link>
		<comments>http://djs-consulting.com/linux/blog/2008/oracle-sql-developer-debian-package#comments</comments>
		<pubDate>Wed, 29 Oct 2008 13:17:13 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[sql developer]]></category>
		<category><![CDATA[toad]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/?p=72</guid>
		<description><![CDATA[Oracle SQL Developer is a Java-based tool that provides a graphical interface to a database.  While it&#8217;s main focus is Oracle (of course), it can be hooked up, via JDBC, to many other databases, such as MySQL, PostgreSQL, and SQL Server.  It&#8217;s similar to Toad, but is provided by Oracle at no cost.
Oracle [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle.com/technology/products/database/sql_developer/index.html" title="Oracle SQL Developer &bull; Oracle">Oracle SQL Developer</a> is a Java-based tool that provides a graphical interface to a database.  While it&#8217;s main focus is Oracle (of course), it can be hooked up, via JDBC, to many other databases, such as MySQL, PostgreSQL, and SQL Server.  It&#8217;s similar to <a href="http://www.toadsoft.com/">Toad</a>, but is provided by Oracle at no cost.</p>
<p>Oracle provides SQL Developer in either an RPM, or a generic binary install.  I like the ability to manage packages, but I&#8217;ve never had much luck at getting RPM to run on Ubuntu.  I downloaded the RPM file, and, using <a href="http://kitenet.net/~joey/code/alien/">alien</a>, I converted the package to a .deb package (Debian package format) and installed it.  I worked like a charm!</p>
<p>I haven&#8217;t tested it with gcj, but using Sun&#8217;s Java 6 update 7 from the Ubuntu repositories, it ran just fine.  After you install the package, do a directory list on /usr/lib/jvm.  You&#8217;re looking for the Sun JDK &#8211; if it&#8217;s installed, you&#8217;ll have a symlink java-6-sun that points to java-6-sun-1.6.0.07.  Once you&#8217;ve determined the location of the JDK, run &#8220;sqldeveloper&#8221; from the command line &#8211; the program will prompt you for the path to your JDK.  Enter it (probably &#8220;/usr/lib/jvm/java-6-sun&#8221;) and you&#8217;re good to go.  (You have to install the package as root &#8211; but, for the rest of these steps, use your normal user, not root, as this puts settings in a .sqldeveloper directory off your home directory.)  The package installs an icon in the &#8220;Programming&#8221; or &#8220;Development&#8221; group.  Once you&#8217;ve told it where the JDK is, you can use this to launch it.</p>
<p><a href="http://www.djs-consulting.com/linux/software/sqldeveloper/sqldeveloper_1.5.54.40-2_all.deb" title="SQL Developer 1.5.1 Debian Package &bull; DJS Consulting Linux Software Repository">Download SQL Developer 1.5.1 Debian Package</a></p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2008/oracle-sql-developer-debian-package/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Transferring Data between Oracle and SQL Server</title>
		<link>http://djs-consulting.com/linux/blog/2007/transferring-data-between-oracle-and-sql-server</link>
		<comments>http://djs-consulting.com/linux/blog/2007/transferring-data-between-oracle-and-sql-server#comments</comments>
		<pubDate>Mon, 09 Jul 2007 21:23:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/2007/transferring-data-between-oracle-and-sql-server</guid>
		<description><![CDATA[There are lots of &#8220;how to&#8221; articles on sharing data between Oracle and SQL Server.  Most of these involve installing Oracle&#8217;s code base on the SQL Server machine, then using that instance to link tables within Oracle.  This technique does not require that, thanks to a product from Oracle called Oracle Instant Client.
To [...]]]></description>
			<content:encoded><![CDATA[<p>There are lots of &#8220;how to&#8221; articles on sharing data between Oracle and SQL Server.  Most of these involve installing Oracle&#8217;s code base on the SQL Server machine, then using that instance to link tables within Oracle.  This technique does not require that, thanks to a product from Oracle called <a href="http://www.oracle.com/technology/tech/oci/instantclient/index.html" title="Download Oracle Instant Client">Oracle Instant Client</a>.</p>
<p>To set up the Oracle piece, download the packages for &#8220;Basic&#8221; and &#8220;ODBC Supplement&#8221;, and follow the instructions for installation, on the machine with SQL Server.  (This is not an &#8220;install&#8221; per se &#8211; it&#8217;s basically an unzip.)  Next, you&#8217;ll need to provide a TNSNAMES.ORA file &#8211; this can be any valid file, including a simple shell with an &#8220;ifile=&#8221; statement pointing to a common TNSNAMES.ORA file.  Finally, set the environment variable TNS_ADMIN to point to the directory where this TNSNAMES.ORA file resides.</p>
<p>Now, you can easily create a DTS script through SQL Server to push or pull data however you&#8217;d like.  Oracle Instant Client will appear in the drop-down list of providers, and you&#8217;ll be able to specify your connection the way you normally do (i.e., &#8220;DB01.WORLD&#8221;).</p>
<p>Happy migrating!</p>
]]></content:encoded>
			<wfw:commentRss>http://djs-consulting.com/linux/blog/2007/transferring-data-between-oracle-and-sql-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
