mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +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.
|
:configuration: module provide connections for multiple Oracle DB instances.
|
||||||
|
|
||||||
OS Environment:
|
**OS Environment**
|
||||||
|
|
||||||
|
.. code-block:: text
|
||||||
|
|
||||||
ORACLE_HOME: path to oracle product
|
ORACLE_HOME: path to oracle product
|
||||||
PATH: path to Oracle Client libs need to be in PATH
|
PATH: path to Oracle Client libs need to be in PATH
|
||||||
pillar:
|
|
||||||
|
**pillar**
|
||||||
|
|
||||||
|
.. code-block:: text
|
||||||
|
|
||||||
oracle.dbs: list of known based
|
oracle.dbs: list of known based
|
||||||
oracle.dbs.<db>.uri: connection credentials in format:
|
oracle.dbs.<db>.uri: connection credentials in format:
|
||||||
user/password@host[:port]/sid[ as {sysdba|sysoper}]
|
user/password@host[:port]/sid[ as {sysdba|sysoper}]
|
||||||
@ -117,7 +124,7 @@ def run_query(db, query):
|
|||||||
|
|
||||||
def show_dbs(*dbs):
|
def show_dbs(*dbs):
|
||||||
'''
|
'''
|
||||||
Show databases configuration from pillar. Filter by *args
|
Show databases configuration from pillar. Filter by args
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user