Oracle Application Express 开发环境
在使用 application Express 进行开发时,我正在努力解决如何实现版本控制以及如何拥有应用程序的 DEV 和 PROD 版本。如何发布从开发到产品的更改?我知道我可以导出整个应用程序,然后导入到生产中,但是有没有办法轻松导入更改?
Oracle 10g 上的 APEX 3.2
When developing with application express, I am struggling with how to implement version control and how to have both DEV and PROD versions of an application. How do you publish changes from dev to prod? I know that I can export the entire application and then import into production, but is there a way to just import changes easily?
APEX 3.2 on Oracle 10g
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于我们的 Apex 应用程序*,我们在 apex 应用程序级别采用了导出\导入方法。对于小的改变来说可能有点过大,但它确实有效。
Apex OTN 论坛上的这个 帖子 似乎指向也可用于版本控制的应用程序级导出。
*只是为了澄清我在哪里说 Apex 应用程序,我的意思是 Apex 在导出时生成的 sql 文件。
For our Apex Applications* we have adopted the export\import method at the apex application level. Can be bit of an overkill for small changes but it works.
This thread on the Apex OTN forum seems to point to application level exports for version control as well.
*Just to clarify where I say Apex application what I mean is the sql file that Apex produces on an export.