Reverse-engineering scripts in 8i?

Using Oracle8i, is it possible to generate a script of an existing database?

    Requires Free Membership to View

Unfortunately, it wasn't until Oracle9i that the DBMS_METADATA package was available to reverse engineer database objects. That is one of the reasons why there were so many tools on the market to do this very thing. Oracle's Enterprise Manager lets you get the DDL for any object by right-clicking on the object and choosing Show Object DDL. You can even save this DDL to a file. There are many third party tools which will do the same. If that doesn't work for you, then you can search the Web for reverse-engineering scripts.

This was first published in March 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.