在没有 EBS 实例的情况下开发 OAF 页面

Develop OAF Pages without an EBS Instance

是否可以在没有 EBS 实例的情况下通过 JDeveloper 开发 OAF 页面? 我希望将它连接到本地 Oracle 11g 数据库。

我问的原因是每当我 运行 来自 JDeveloper 的页面时,加载一个简单页面需要很长时间(大约 5 - 10 分钟)。 我正在连接到远程 EBS 实例。

我在这里找到了答案: Can I develop OAF pages (extension to EBS R12) without having an EBS instance in my computer?

根据用户 aJohny(我改写了其中的一些词):

You need to have access to an E-Business Suite Instance. Just having an Oracle Database is not good enough. It all depends of what (level of) customization you want to do and what objects are involved. Worst case, if System Administrators/DBAs don't want to give access and you want to develop the pages from Jdeveloper, you need to create dummy tables in your database and use that to develop. But you will not be able to test. You can just develop, you need to deploy this into the server to test.

我还意识到,在创建 OA 页面期间,我们正在提供 FND_USER 登录名和分配给所述用户的职责,这进一步证明我们需要一个有效的 EBS 实例来开发 OAF 页面。