Oracle SQL Developer export sources for version control

人盡茶涼 提交于 2019-12-01 12:37:28

Yes, SQL Developer can unload a schema to files for you. And then you could take such files to your SVN or Git projects.

Tools - Database Export.

I set the output to multiple directories - so one directory for schema object type.

Then I set my application schema, then proceed to FINISH/OK.

Output looks like:

I talk about this in more detail here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!