Link to home
Start Free TrialLog in
Avatar of sakthikumar
sakthikumar

asked on

oracle apex. How to export an application with tables.

Hi,

I have a requirement to export an existing application with tables related to that application.

Is there a way to do this.
ASKER CERTIFIED SOLUTION
Avatar of GuruJava
GuruJava

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of johnsone
What are you going to do with the tables and data?  If it is going back into an Oracle database, I would highly recommend using data pump -> http://docs.oracle.com/cd/E11882_01/server.112/e22490/part_dp.htm#i436481

This would also get a lot more information than just dumping data into flat files.  You would get table structure, indexes, procedures/functions/packages, triggers, etc.