Last active
August 31, 2015 13:50
-
-
Save mortenbra/a4603f13b72a81918335 to your computer and use it in GitHub Desktop.
Configure ORDS RESTful Services for Apex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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