oracle’s sql devloper data modeler on a debian based (ubuntu,mint) linux ?

March 28, 2013 — 13 Comments

today I quickly wanted a visual representation of an oracle schema and remembered that oracle provides sql developer data modeler which will do this for me. headed over to the download page, wanted to download … ups, only a rpm available for linux.

but, there is alien and this makes the conversion from a rpm to a deb package straightforward and easy:

$sudo apt-get install alien
$sudo alien datamodeler-3.3.0.744-1.noarch.rpm
  Warning: Skipping conversion of scripts in package datamodeler: postinst
  Warning: Use the --scripts parameter to include the scripts.
  datamodeler_3.3.0.744-2_all.deb generated

done. installed:

$sudo dpkg -i datamodeler_3.3.0.744-2_all.deb
  Selecting previously unselected package datamodeler.
  (Reading database ... 150737 files and directories currently installed.)
  Unpacking datamodeler (from datamodeler_3.3.0.744-2_all.deb) ...
  Setting up datamodeler (3.3.0.744-2) ...

ready to use:

$which datamodeler
/usr/local/bin/datamodeler
$ datamodeler 

Oracle SQL Developer Data Modeler
 Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 

data modeler

13 responses to oracle’s sql devloper data modeler on a debian based (ubuntu,mint) linux ?

  1. 

    Thanks. It’s working.

  2. 

    Thank You Its working :)

  3. 

    Both zip packages labeled windows contains starting point for linux. In root directory you will find sqlmodeler.sh. No need to use rpm packages labeled linux. Work out of box on my Xubuntu 14.04 with java installed. One of the windows packages contains ready to use jre if java is not installed.

  4. 

    Hey guys,

    I’ve got it running, too.
    But I can’t select data types for columns.
    When I create a new table and add a column with data type “logical” the combo box TYP contains “unknown”, only.

    (I’ve used the Data Modeler with Windows before, it’s working there).

    Any ideas?

    Thanks & Best,
    Chris

  5. 

    did you try to click on the “unknown” button/text? works for me

    cheers
    daniel

  6. 

    same for FKs….damn!
    Need to startup win7 again :/

  7. 

    Thanks! This works for me (:

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.