文档解释
ORA-13528: name (string) is already used by an existing baseline
Cause: The operation failed because the specified baseline name already exists in the Workload Repository.
Action: check the baseline name and retry the operation.
ORA-13528是Oracle报出的一个错误,表示提供的baseline名称(字符串)已经被现有baseline使用。
官方解释
ORA-13528表明提供的Baseline名不再有效,因为现有的Baseline已经使用了它。如果您想处理此问题,请提供另一个有效的名称,并避免与现有Baseline的名称相冲突。
常见案例
ORA-13528通常在尝试使用已存在的baseline名时发生,通常在提交数据后会出现这个错误。
正常处理方法及步骤
1. 将新名称赋给此baseline。
2. 最好使用不同的baseline名,以避免此类问题。
3. 再次提交数据,以确保它正确提交并构建baseline。