2

In sql server, when we do generate scripts we can choose only schema. Likewise I tried to export the schema by clicking "Tools --> Database Export" from oracle sql developer but it comes along with insert command. How can I export just the schema without the data of a database from oracle sql developer?

1 Answer 1

1

When you're in "Export Wizard", you have two "general" options:

  • Export DDL - that checkbox should be checked
  • Export Data - that checkbox should be emptied --> this is what you need

The rest should do.

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.