Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit e79a63b

Browse files
committed
try to fix unwanted readme changes
1 parent 52c7713 commit e79a63b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ All the above docker images have a duplicate image tag ending in
9090
utilization calculation based on the aggregate sum of file sizes in a given
9191
tablespace. The newer mechanism takes into account block sizes, extents, and
9292
fragmentation aligning with the same metrics reported from the Oracle Enterprise
93-
Manager. See <https://github.com/iamseth/oracledb_exporter/issues/153> for
93+
Manager. See https://github.com/iamseth/oracledb_exporter/issues/153 for
9494
details. The versions above should have a more useful tablespace utilization
9595
calculation going forward.
9696

@@ -102,10 +102,9 @@ In order to run, you'll need the [Oracle Instant Client Basic](http://www.oracle
102102
for your operating system. Only the basic version is required for execution.
103103

104104
# Running
105-
106105
Ensure that the environment variable DATA_SOURCE_NAME is set correctly before starting.
107106
DATA_SOURCE_NAME should be in Oracle EZCONNECT format:
108-
<https://docs.oracle.com/en/database/oracle/oracle-database/19/netag/configuring-naming-methods.html#GUID-B0437826-43C1-49EC-A94D-B650B6A4A6EE>
107+
https://docs.oracle.com/en/database/oracle/oracle-database/19/netag/configuring-naming-methods.html#GUID-B0437826-43C1-49EC-A94D-B650B6A4A6EE>
109108
19c Oracle Client supports enhanced EZCONNECT, you are able to failover to standby DB or gather some heavy metrics from active standby DB and specify some additional parameters. Within 19c client you are able to connect 12c primary/standby DB too :)
110109

111110
For Example:
@@ -124,11 +123,8 @@ export DATA_SOURCE_NAME=user/password@//primaryhost:1521,standbyhost:1521/+ASM?a
124123
# Then run the exporter
125124
/path/to/binary/oracledb_exporter --log.level error --web.listen-address 0.0.0.0:9161
126125
```
127-
128126
## Default-metrics requirement
129-
130127
Make sure to grant `SYS` privilege on `SELECT` statement for the monitoring user, on the following tables.
131-
132128
```
133129
dba_tablespace_usage_metrics
134130
dba_tablespaces
@@ -332,7 +328,7 @@ This will try to connect to any available database to scrape for the metrics. Wi
332328

333329
This example allows to achieve this:
334330

335-
### Files & Folder
331+
### Files & Folder:
336332

337333
- tns_admin folder: `/path/to/tns_admin`
338334
- tnsnames.ora file: `/path/to/tns_admin/tnsnames.ora`

0 commit comments

Comments
 (0)