Does anyone have a PL-SQL statement that I can use to create database schema and tables for a specific database on Oracle 10g? I need a schema in a .sql file and, if possible, is compatible with the ANSI-92/99 SQL implementation, so I can use the generated .sql directly on sql server 2005.
Already heard of exp / imp, but it looks like the generated dump file, I need a simple ddl for the .sql file.
thanks
source share