Skip to content

Commit

Permalink
ctl file content logging
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Nov 24, 2024
1 parent 9626410 commit ba37877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/dbio/database/database_oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ func (conn *OracleConn) SQLLoad(tableFName string, ds *iop.Datastream) (count ui
return
}

g.Debug("sqldr ctl file content (%s):\n%s", ctlPath, ctlStr)

password, _ := url.User.Password()
hostPort := url.Host
sid := strings.ReplaceAll(url.Path, "/", "")
Expand Down

0 comments on commit ba37877

Please sign in to comment.