Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Last active August 31, 2015 13:50
Show Gist options
  • Save mortenbra/a4603f13b72a81918335 to your computer and use it in GitHub Desktop.
Save mortenbra/a4603f13b72a81918335 to your computer and use it in GitHub Desktop.
Configure ORDS RESTful Services for Apex
# configure ORDS RESTful Services for Apex
# see https://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29335
su - oracle
cd /u01/download/apex501
sqlplus /nolog
connect sys as sysdba
@apex_rest_config.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment