mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix sphinx build error
This commit is contained in:
parent
1ea6279bd7
commit
88fc98fa8a
@ -12,10 +12,17 @@ Oracle DataBase connection module
|
||||
|
||||
:configuration: module provide connections for multiple Oracle DB instances.
|
||||
|
||||
OS Environment:
|
||||
**OS Environment**
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
ORACLE_HOME: path to oracle product
|
||||
PATH: path to Oracle Client libs need to be in PATH
|
||||
pillar:
|
||||
|
||||
**pillar**
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
oracle.dbs: list of known based
|
||||
oracle.dbs.<db>.uri: connection credentials in format:
|
||||
user/password@host[:port]/sid[ as {sysdba|sysoper}]
|
||||
@ -117,7 +124,7 @@ def run_query(db, query):
|
||||
|
||||
def show_dbs(*dbs):
|
||||
'''
|
||||
Show databases configuration from pillar. Filter by *args
|
||||
Show databases configuration from pillar. Filter by args
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user