ORDS: What is the "P_AUTO_REST_AUTH" Parameter for when REST Enabling a Schema
(Doc ID 3048763.1)
Last updated on SEPTEMBER 24, 2024
Applies to:
Oracle REST Data Services - Version 24.2.2 and laterInformation in this document applies to any platform.
Goal
What is the purpose of "p_auto_rest_auth" parameter when ORDS enabling a schema?
For example:
BEGIN
ORDS.ENABLE_SCHEMA(p_enabled => TRUE,
p_schema => '<USER>',
p_url_mapping_type => 'BASE_PATH',
p_url_mapping_pattern => '<user>',
p_auto_rest_auth => FALSE);
END;
/
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |