Skip to content

Commit

Permalink
Remove ORACLE_HOME requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Feb 14, 2020
1 parent eb57528 commit 623f883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ func main() {
i, err := integration.New(integrationName, integrationVersion, integration.Args(&args))
exitOnErr(err)

if oracleHome := os.Getenv("ORACLE_HOME"); oracleHome == "" {
log.Error("Required argument oracle_home is unset")
}

// parse tablespace whitelist
err = parseTablespaceWhitelist()
exitOnErr(err)
Expand Down

0 comments on commit 623f883

Please sign in to comment.