1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

README: Escape asterisks in "SQL*Plus".

This commit is contained in:
Ben Harris 2019-05-19 12:22:36 +01:00
parent 31ef021712
commit 69990448a0

View File

@ -807,10 +807,10 @@ The PL/pgSQL implementation of mal requires a running Oracle DB
server (the "kanaka/mal-test-plsql" docker image automatically server (the "kanaka/mal-test-plsql" docker image automatically
starts an Oracle Express server). The implementation connects to the starts an Oracle Express server). The implementation connects to the
Oracle server to create types, tables and stored procedures. The Oracle server to create types, tables and stored procedures. The
default SQL*Plus logon value (username/password@connect_identifier) is default SQL\*Plus logon value (username/password@connect_identifier) is
"system/oracle" but this can be overridden with the ORACLE_LOGON "system/oracle" but this can be overridden with the ORACLE_LOGON
environment variable. The implementation has been tested with Oracle environment variable. The implementation has been tested with Oracle
Express Edition 11g Release 2. Note that any SQL*Plus connection Express Edition 11g Release 2. Note that any SQL\*Plus connection
warnings (user password expiration, etc) will interfere with the warnings (user password expiration, etc) will interfere with the
ability of the wrapper script to communicate with the DB. ability of the wrapper script to communicate with the DB.