lakerfan4life
lakerfan4life

Reputation: 13

Can the installation of Oracle APEX on LINUX be accomplished if Oracle DB resides on separate system?

Wonder if this can be achieved. Install Oracle APEX onto a Linux VM and have Oracle DB residing on a separate server to point to it. Is it possible to install Oracle APEX without Oracle currently installed on the same box? Can't find any documentation on the Oracle site for this setup.

Upvotes: 1

Views: 311

Answers (1)

thatjeffsmith
thatjeffsmith

Reputation: 22457

No. Application Express (APEX) runs out of the database itself. APEX is a collection of PL/SQL packages and tables.

Now the web tier could most definitely be moved to another machine (linux even). That would be something like Oracle REST Data Services and Apache Tomcat.

Upvotes: 2

Related Questions