1

we have a DB with lots of tables related to our application (not all ), views, triggers, functions, procedures etc.

Is there any way to generate script to create those objects in another DB + insert statements.

We don't want to take DB backup as it has lot other things.

please suggest.

1 Answer 1

1

you could use DBMS_METADATA to extract the DDL

oryou could use SQL Developer Tools->Database Export

in Toad you can use Database->Export->Export DDL

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.