Book a Demo

Author Topic: Import Data Model from Oracle Database  (Read 4751 times)

LarsB

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Import Data Model from Oracle Database
« on: September 21, 2009, 09:28:07 pm »
Hi,

I am trying to import an existing data model from an Oracle 10g database for the purpose of reengineering. The  EAP version is 7.10.844. When I use the Oracle driver I get a protocol error. Using the Microsoft Oracle I get a connection to the DB but I don't see any tables from our sceme. Sequences and procedures under sys user are visible. Any suggestions?

arose

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Import Data Model from Oracle Database
« Reply #1 on: September 26, 2009, 09:05:36 am »
I have a similar problem.  

Attempting to import a DB schema from Oracle using the MS ODBC driver, I can connect to the Oracle database, but get an empty list of tables.  

Using the Easysoft ODBC Driver for Oracle, I can get the list of tables, and even import one or two tables at a time, but if I select a few more tables (say 5 or 6) or all of the tables, it begins to perform the import, and dies.  

The Microsoft error report indicates a failure in:
AppName: ea.exe       AppVer: 7.1.0.827       ModName: esoracle.dll
ModVer: 3.2.0.3       Offset: 0000626f

Both the MS and Easysoft drivers work properly using MS Query, and Toad, so I wonder if the problem might be in the way EA is accessing the driver.

Does anyone know of someone who has successfully imported an Oracle schema into EA?

almussio

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Import Data Model from Oracle Database
« Reply #2 on: October 07, 2009, 01:12:22 am »
Hi...

I had the same problem. I used the Oracle ODBC driver to solve it.
You can download this driver at: http://www.oracle.com/technology/software/tech/windows/odbc/index.html

Good luck!

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Import Data Model from Oracle Database
« Reply #3 on: October 07, 2009, 08:55:08 am »
In the Help - (Connect to an) Oracle Data Repository and, more recently, Set Up a Database Repository - there are specific instructions to select the Oracle Provider for OLE DB and not select Microsoft OLE DB Provider for Oracle. Enterprise Architect can not operate properly with the Microsoft provider.
Best Regards, Roy

LarsB

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Import Data Model from Oracle Database
« Reply #4 on: March 02, 2010, 01:18:47 am »
Hi,

by chance, I found out. One has to use the oracle odbc driver. Furthermore, I had a problem with ldap. After renaming the file C:\Programme\Ora102\NETWORK\ADMIN\ldap.ora everything works fine.

Greetings, Lars