[FEAT MERGE] 4.1 PL/SQL enhence & development

This commit is contained in:
obdev
2023-01-09 08:47:31 +00:00
committed by ob-robot
parent 322032b9ca
commit 08802d94f6
98 changed files with 5260 additions and 2676 deletions

View File

@ -155,7 +155,7 @@ int ObDCLResolver::check_oracle_password_strength(int64_t tenant_id,
} else if (OB_FAIL(pool->acquire(session_info_, conn))) {
LOG_WARN("failed to acquire inner connection", K(ret));
} else if (OB_FAIL(conn->execute_read(session_info_->get_effective_tenant_id(),
sql.ptr(), res, true, false))) {
sql.ptr(), res, true))) {
LOG_WARN("execute sql failed", K(ret), K(sql));
} else if (OB_ISNULL(sql_result = res.get_result())) {
ret = OB_ERR_UNEXPECTED;