Code Monkey home page Code Monkey logo

daxul's People

Contributors

tschf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

daxul's Issues

Some parameters are not found when trying to set

begin

APEX_INSTANCE_ADMIN.SET_PARAMETER('PKG_APP_AUTH_ALLOW_HHEAD', 'N');--
APEX_INSTANCE_ADMIN.SET_PARAMETER('PKG_APP_AUTH_ALLOW_LDAP', 'N');--
APEX_INSTANCE_ADMIN.SET_PARAMETER('PKG_APP_AUTH_ALLOW_SSO', 'N');--
APEX_INSTANCE_ADMIN.SET_PARAMETER('SQL_COMMAND_MAX_INACTIVITY', '');--
APEX_INSTANCE_ADMIN.SET_PARAMETER('SQL_SCRIPT_MAX_OUTPUT_SIZE', '200000');--
APEX_INSTANCE_ADMIN.SET_PARAMETER('MAX_SCRIPT_SIZE', '500000');
APEX_INSTANCE_ADMIN.SET_PARAMETER('RESTRICT_IP_RANGE', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('HTTP_STS_MAX_AGE', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('HTTP_RESPONSE_HEADERS', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('ALLOW_RAS', 'N');
APEX_INSTANCE_ADMIN.SET_PARAMETER('BAD_URLS', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('DISABLE_WS_MSG', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PRINT_SVR_TIMEOUT', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_ENABLED', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_LANG', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_ADMIN_EMAIL', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_SUMMARY_EMAIL_TO', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_DAYS_TO_PURGE', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_REMINDER_DAYS_IN_ADVANCE', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_DAYS_INACTIVE', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_GRACE_PERIOD_DAYS', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_MAX_RUN_HOURS', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_MAX_WORKSPACES', '');
APEX_INSTANCE_ADMIN.SET_PARAMETER('PURGE_MAX_EMAILS', '');

end;
/

exit

Application ID min returns nothing despite having a value of 100

image

select apex_instance_admin.get_parameter('APPLICATION_ID_MIN')
from dual;

select apex_instance_admin.get_parameter('APPLICATION_ID_MIN')
  2  from dual;

APEX_INSTANCE_ADMIN.GET_PARAMETER('APPLICATION_ID_MIN')
--------------------------------------------------------------------------------


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.