Describe the bug
When implementing extension plugins for databases like Oracle, errors occur during the modification of configurations in the public namespace. This is because the implementation of ExternalConfigInfoPersistServiceImpl#findConfigInfoState uses hardcoded SQL instead of being wrapped through MapperManager.
Expected behavior
wrapped through MapperManager