How to get DDL for Oracle 8i
807753Nov 24 2011 — edited Nov 25 2011Hello All,
i have a Oracle 8i Database. I need DDL queries for this database, as i need to create the database in my local system for testing purpose.
As per my knowledge, "DBMS_METADATA.GET_DDL" does not work on Oracle 8i and below.
So, is there any workaround for the same.
Thanks