Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:Reverse engineering

Re:Reverse engineering

From: <dgoulet_at_vicr.com>
Date: Fri, 23 Mar 2001 07:38:29 -0800
Message-ID: <F001.002D602B.20010323070054@fatcity.com>

Roland,

    I had a similar experience when trying to reverse engineer a third party application (I needed a data dictionary but they refused to provide one) with Oracle Designer. The problem was that the duhveloper made extensive use of Oracle's object naming exception. We had object (table and column names) that were case sensitive, started with an underscore, had spaces in them, etc... The only way to reference objects like that is to enclose them in double quotes which makes getting table definitions from the Oracle data dictionary VERY hard.

    How do you fix it, Good question. I think one needs to go straight back to the drawing board or find another vendor.

Dick Goulet

____________________Reply Separator____________________
Author: Roland.Skoldblom_at_ica.se
Date:       3/23/2001 5:21 AM

Hallo,

I am doing a reverse engineer of the Oracle database, which means that I am loading the database into the program Erwin. When it i simported into erwin I willbe able to seeall the relations, tables, views etc of the database. But when i am doing the
reverse engineer I get many error messages during the process? Erormessages which I get are for instance,
A: "Can' t load the table X".
B: ORA-error: Invalid Caracter - cant load the table. Why is it so? Does it depend on the fact that some procedures are invalid in the database ? or what is the reason to this? What should I do to fix this thing?
Hope someone could help me.

Roland Sköldblom

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Roland.Skoldblom_at_ica.se

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Fri Mar 23 2001 - 09:38:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US