Skip to content

Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #22972

@sean-che

Description

@sean-che

public static void cleanupParameters(@Nullable Collection<?> paramValues) {

When using SimpleJdbcCall with MapSqlParameterSource but without initial parameters declaration - all parameters became as SqlParameterValue.

But cleanup method doesn't expect such type of parameters and therefore is not executing freetemporary for LOBs.

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions