Advertisement
fkeles

Untitled

Apr 13th, 2023
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.98 KB | Source Code | 0 0
  1. [root@ords-2 ~]# ords install adb --interactive --prompt-password --log-folder /u01/ords/log
  2. 2023-04-13T09:14:50Z INFO       ORDS has not detected the option '--config' and this will be set up to the default directory.
  3.  
  4. ORDS: Release 23.1 Production on Thu Apr 13 09:14:52 2023
  5.  
  6. Copyright (c) 2010, 2023, Oracle.
  7.  
  8. Configuration:
  9.   /etc/ords/config/
  10.  
  11. The configuration folder /etc/ords/config does not contain any configuration files.
  12.  
  13. Oracle REST Data Services - Interactive Customer Managed ORDS for Autonomous Database
  14.  
  15.   Enter the Autonomous Database Wallet path: /u01/ords/config/Wallet_ML3DOZ8P2WLCQEKW.zip
  16.   Enter a number to select the TNS Network alias to use
  17.     [1] ML3DOZ8P2WLCQEKW_LOW ...service_name=gf5f9ffc50769d0_ml3doz8p2wlcqekw_low.adb....
  18.     [2] ML3DOZ8P2WLCQEKW_MEDIUM ...service_name=gf5f9ffc50769d0_ml3doz8p2wlcqekw_medium.a...
  19.     [3] ML3DOZ8P2WLCQEKW_HIGH ...service_name=gf5f9ffc50769d0_ml3doz8p2wlcqekw_high.adb...
  20.     [4] ML3DOZ8P2WLCQEKW_TP ...service_name=gf5f9ffc50769d0_ml3doz8p2wlcqekw_tp.adb.o...
  21.     [5] ML3DOZ8P2WLCQEKW_TPURGENT ...service_name=gf5f9ffc50769d0_ml3doz8p2wlcqekw_tpurgent...
  22.   Choose [1]: 4
  23.   Provide database user name with administrator privileges.
  24.     Enter the administrator username [ADMIN]:
  25.   Enter the database password for ADMIN:
  26. Connecting to Autonomous database user: ADMIN TNS Service: ML3DOZ8P2WLCQEKW_TP
  27.   Enter the ORDS runtime database username [ORDS_PUBLIC_USER2]:
  28.   Enter the database password for ORDS_PUBLIC_USER2:
  29. Confirm password:
  30.   Enter the PL/SQL Gateway database username: ORDS_PLSQL_GATEWAY2
  31.   Enter the database password for ORDS_PLSQL_GATEWAY2:
  32. Confirm password:
  33. Retrieving information
  34. Checking Autonomous database user: ORDS_PUBLIC_USER2 TNS Service: ML3DOZ8P2WLCQEKW_TP
  35. Checking Autonomous database user: ORDS_PLSQL_GATEWAY2 TNS Service: ML3DOZ8P2WLCQEKW_TP
  36.   Enter a number to select additional feature(s) to enable:
  37.     [1] Database Actions  (Enables all features)
  38.     [2] REST Enabled SQL and Database API
  39.     [3] REST Enabled SQL
  40.     [4] Database API
  41.     [5] None
  42.   Choose [1]: 1
  43.   Enter a number to configure and start ORDS in standalone mode
  44.     [1] Configure and start ORDS in standalone mode
  45.     [2] Skip
  46.   Choose [1]: 1
  47.   Enter a number to select the protocol
  48.     [1] HTTP
  49.     [2] HTTPS
  50.   Choose [1]: 1
  51.   Enter the HTTP port [8080]:
  52. The setting named: db.wallet.zip.path was set to: /u01/ords/config/Wallet_ML3DOZ8P2WLCQEKW.zip in configuration: default
  53. The setting named: db.wallet.zip.service was set to: ML3DOZ8P2WLCQEKW_TP in configuration: default
  54. The setting named: db.username was set to: ORDS_PUBLIC_USER2 in configuration: default
  55. The setting named: db.password was set to: ****** in configuration: default
  56. The setting named: plsql.gateway.mode was set to: proxied in configuration: default
  57. The setting named: feature.sdw was set to: true in configuration: default
  58. The global setting named: database.api.enabled was set to: true
  59. The setting named: restEnabledSql.active was set to: true in configuration: default
  60. The setting named: security.requestValidationFunction was set to: ords_util.authorize_plsql_gateway in configuration: default
  61. The global setting named: standalone.http.port was set to: 8080
  62. The global setting named: standalone.context.path was set to: /ords
  63. The global setting named: standalone.doc.root was set to: /etc/ords/config/global/doc_root
  64. 2023-04-13T09:17:28.497Z INFO        HTTP and HTTP/2 cleartext listening on host: 0.0.0.0 port: 8080
  65. 2023-04-13T09:17:28.535Z INFO        Disabling document root because the specified folder does not exist: /etc/ords/config/global/doc_root
  66. 2023-04-13T09:17:33.308Z INFO        Configuration properties for: |default|lo|
  67. standalone.context.path=/ords
  68. db.password=******
  69. conf.use.wallet=true
  70. security.requestValidationFunction=ords_util.authorize_plsql_gateway
  71. db.wallet.zip.service=ML3DOZ8P2WLCQEKW_TP
  72. database.api.enabled=true
  73. db.username=ORDS_PUBLIC_USER2
  74. standalone.http.port=8080
  75. restEnabledSql.active=true
  76. resource.templates.enabled=false
  77. plsql.gateway.mode=proxied
  78. db.wallet.zip.path=/u01/ords/config/Wallet_ML3DOZ8P2WLCQEKW.zip
  79. feature.sdw=true
  80. config.required=true
  81. standalone.doc.root=/etc/ords/config/global/doc_root
  82.  
  83. 2023-04-13T09:17:33.406Z WARNING     *** jdbc.MaxLimit in configuration |default|lo| is using a value of 20, this setting may not be sized adequately for a production environment ***
  84. 2023-04-13T09:17:33.406Z WARNING     *** jdbc.InitialLimit in configuration |default|lo| is using a value of 3, this setting may not be sized adequately for a production environment ***
  85. 2023-04-13T09:17:38.680Z INFO        
  86.  
  87. Mapped local pools from /etc/ords/config/databases:
  88.   /ords/                              => default                        => VALID    
  89.  
  90.  
  91. 2023-04-13T09:17:38.793Z INFO        Oracle REST Data Services initialized
  92. Oracle REST Data Services version : 23.1.0.r0861423
  93. Oracle REST Data Services server info: jetty/10.0.12
  94. Oracle REST Data Services java info: Java HotSpot(TM) 64-Bit Server VM 19.0.2+7-44
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement