Difference between revisions of "Package:SQLdeveloper"

From Funtoo
Jump to navigation Jump to search
(initial commit)
 
m (more details)
 
Line 5: Line 5:
}}
}}
{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
SQLdeveloper is a graphical application for SQL database management
SQLdeveloper is a graphical application for SQL database management provided by oracle.


=== Install ===
=== Install ===
This ebuild requires you to fetch the package from oracles website.  Emerge the package to see which version of the package needs fetched.
{{console|body=###i## emerge dev-db/sqldeveloper}}
http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
Then move the file to /usr/portage/distfiles & change the permissions so portage owns the file.
{{console|body=###i## chown portage:portage /usr/portage/distfiles/sqldeveloper*no-jre.zip}}
Now you may emerge to install:
{{console|body=###i## emerge dev-db/sqldeveloper}}
{{console|body=###i## emerge dev-db/sqldeveloper}}



Latest revision as of 01:28, April 9, 2015

SQLdeveloper

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

SQLdeveloper is a graphical application for SQL database management provided by oracle.

Install

This ebuild requires you to fetch the package from oracles website. Emerge the package to see which version of the package needs fetched.

root # emerge dev-db/sqldeveloper

http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html

Then move the file to /usr/portage/distfiles & change the permissions so portage owns the file.

root # chown portage:portage /usr/portage/distfiles/sqldeveloper*no-jre.zip

Now you may emerge to install:

root # emerge dev-db/sqldeveloper

Media