ORDS configuratie

$ ords -h
2025-07-08T21:09:46Z INFO   ORDS has not detected the option '--config' and this will be set up to the default directory.

ORDS: Release 25.2 Production on Tue Jul 08 21:09:48 2025

Copyright (c) 2010, 2025, Oracle.

Configuration:
  /etc/ords/config


Usage:
  ords [OPTIONS] [COMMAND]

Oracle REST Data Services command line interface

Options:
        --config <folder>        Path to Oracle REST Data Services
                                 configuration folder

        --debug                  Equivalent to --verbose

    -h, --help                   Show usage information for the command

        --java-options <options...>
                                 To specify additional Java options that should
                                 be passed to the Java Virtual Machine

    -v, --verbose                Configure Oracle REST Data Services to run in
                                 verbose mode

        --version                Show version information

Commands:
        config                   Configure application and database connection
                                 pool settings

        extract                  Extracts Oracle REST Data Services scripts.

        install                  Configure database connection and
                                 install/upgrade Oracle REST Data Services
                                 schema, ORDS database user and related
                                 database objects.

        migrate                  Migrates Oracle REST Data Services
                                 configuration files and parameter file from
                                 release 21.4.x and earlier releases.

        pool                     Monitor pools of a running Oracle REST Data
                                 Services instance

        serve                    Launch Oracle REST Data Services in standalone
                                 mode

        uninstall                Uninstall Oracle REST Data Services schema,
                                 ORDS database user and related database
                                 objects.

        war                      Create a web application from the the
                                 distributed ords.war that can be deployed in a
                                 supported servlet container. 

Run ords <COMMAND> --help for more information on a command.

For example run: ords config --help
$ ords config list
$ ords config set jdbc.InitialLimit 20
SettingValueSourceDescription
database.api.enabledtrueGlobalSpecifies whether the Database API is enabled.
db.connectionTypebasicPool
db.hostnamedb-host-namePool
db.password*****Pool Wallet
db.port1521Pool
db.servicenameFREEPDB1Pool
db.usernameORDS_PUBLIC_USERPool
db.invalidPoolTimeout2mPoolSpecifies how long to wait before retrying an invalid pool. Default value: 15m
feature.sdwtruePoolSpecifies to enable the Database Actions feature.
jdbc.InitialLimit20PoolSpecifies the initial size for the number of connections that will be created.
jdbc.MaxLimit50PoolSpecifies the maximum number of connections.
jdbc.MinLimit20PoolSpecifies the minimum number of connections.
plsql.gateway.modeproxiedPoolIndicates if the PL/SQL Gateway functionality should be available for a pool or not.
restEnabledSql.activetruePool
security.requestValidationFunctionords_util.authorize_plsql_gatewayPoolSpecifies a validation function to determine if the requested procedure in the URL should be allowed or disallowed for processing.
standalone.doc.root/etc/ords/config/global/doc_rootGlobalPoints to the location where static resources to be served under the / root server path are located.
standalone.http.port8080Global