<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7129630260275476132</id><updated>2011-04-21T16:48:01.439-07:00</updated><category term='Ubuntu'/><category term='Oracle'/><category term='SQL Developer'/><title type='text'>Fucina Tecnica</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fucinatecnica.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7129630260275476132/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://fucinatecnica.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MB</name><uri>http://www.blogger.com/profile/09827537375100017492</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7129630260275476132.post-1448904570211682281</id><published>2009-01-12T04:41:00.000-08:00</published><updated>2009-01-12T05:54:52.639-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL Developer'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Install Oracle SQL Developer on Ubuntu 8.10 Intrepid</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-style: italic;"&gt;#I installed on Ubuntu 8.10 maybe it's ok also for the other&lt;/span&gt;&lt;br /&gt;Ok I writing down this because the standard installation on Oracle SQL Developer doesn't work!!!&lt;br /&gt;And also I create a script to resolve the problem.&lt;br /&gt;&lt;br /&gt;Installation Task:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;download &lt;span style="font-weight: bold;"&gt;Sun Java(TM) Development Kit (JDK) 5.0&lt;/span&gt; from http://packages.ubuntu.com/intrepid/sun-java5-jdk for yours ubuntu version and your architecture and install it;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;download &lt;span style="font-weight: bold;"&gt;Oracle SQL Developer for other platforms&lt;/span&gt; from http://www.oracle.com/technology/products/database/sql_developer/index.html (click on the icon free download) (do you need a metalink account, you can create on the site);&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Ensure you have a JDK installed, if not, install;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Download the file above;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Unzip sqldeveloper.zip;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;cd sqldeveloper;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;open a terminal and go into the directory where is unzipped;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;chmod a+x sqldeveloper;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;in the terminal (the position is the directory where is unzipped) launch: sh sqldeveloper;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;you recive a request about the position where is installed the JDK (for me is: /usr/lib/jvm/java-1.5.0-sun-1.5.0.16/bin/);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;the Oracle SQL Developer start but...........&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;But you can't see any window to work, only a big window but no other.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;THIS IS THE PROBLEM OF THE STANDARD INSTALLATION TASK&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;So i resolve and i create this script for you:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;download this script: &lt;a href="http://www.freedrive.com/file/639872"&gt;sqldev_modify.tar&lt;/a&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;copy this into dir where there's the Oracle SQL Developer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;open a terminal and &lt;/span&gt;&lt;span style="font-size:100%;"&gt;go into the directory of Oracle SQL Developer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;untar the file;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;chmod a+x sqldev_modify;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;./sqldev_modify;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;so now we can start Oracle SQL Developer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;launch it: sh sqldeveloper;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;it take to start some second, and maybe re-request the position of JDK.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:100%;"&gt;That's all!&lt;br /&gt;&lt;br /&gt;mb&lt;br /&gt;&lt;br /&gt;Please post comments or something about ;-)&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7129630260275476132-1448904570211682281?l=fucinatecnica.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fucinatecnica.blogspot.com/feeds/1448904570211682281/comments/default' title='Commenti sul post'/><link rel='replies' type='text/html' href='http://fucinatecnica.blogspot.com/2009/01/install-oracle-sql-developer-on-ubuntu.html#comment-form' title='0 Commenti'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7129630260275476132/posts/default/1448904570211682281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7129630260275476132/posts/default/1448904570211682281'/><link rel='alternate' type='text/html' href='http://fucinatecnica.blogspot.com/2009/01/install-oracle-sql-developer-on-ubuntu.html' title='Install Oracle SQL Developer on Ubuntu 8.10 Intrepid'/><author><name>MB</name><uri>http://www.blogger.com/profile/09827537375100017492</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
