Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Md. Arif .

Asked: April 30, 2016 - 5:58 pm UTC

Last updated: August 14, 2017 - 1:03 am UTC

Version: 12c

Viewed 1000+ times

You Asked

Dear Tom

How can I Install Oracle Apex on Oracle Database 12c.

and Connor said...

Apex is already installed when you create a default database.

So the next thing you need to do is install ORDS to allow http access to it.

http://www.oracle.com/technetwork/developer-tools/rest-data-services/overview/index.html

Alternatively, you can have the database be the http listener itself (ie, without any ORDS installation) - See the Apex installation guide:

https://docs.oracle.com/cd/E59726_01/install.50/e39144/overview.htm#HTMIG369

for how to set this up

Hope this helps.

Rating

  (2 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Md. Arif Hossain, May 02, 2016 - 6:46 pm UTC

12c database uses apex 4.0.2 by default. but I am trying to install apex 5.0.3 but I can't install. Please advice me hot can I do it.
Chris Saxon
May 03, 2016 - 1:35 am UTC

Are you multitenant ? If so, probably best to get to the point where we're heading anyway with Apex, that is, an installation into the pluggable database and *not* in the container.

See http://joelkallman.blogspot.com.au/2016/03/an-important-change-coming-for-oracle.html

Assuming you've not used Apex 4 in your 12c instance, I'd be inclined to deinstall it first, and then install Apex 5. There's an "apxremov" script in the installation directory, but double check the installation guide for each release.

Hope this helps.

how tow create dynamic action from data piker to set value to select list

ghazi, August 12, 2017 - 11:51 pm UTC