ORA-13536: baseline template (string) does not exist
Cause: The operation failed because the specified baseline template name did not exist in the Workload Repository.
Action: Check the baseline template name and retry the operation.
ORA-13536 错误指出,所指定的基线模板(字符串)不存在。
ORA-13536 基线模板 (string) 不存在
该信息显示指定的基线模板字符串无效。
ORA-13536 错误通常发生在指定基线模板的语句上,如:
ALTER SYSTEM SET STANDBY_BASELINE=BASELINE1 SCOPE=spfile;
解决ORA-13536错误的步骤有:
1、检查指定的基线模板名称。
2、如果指定的基线模板未指定,则此语句会引发此错误,因此必须显式指定模板名称;
3、如果基线模板已经指定,但是模板名称有误,则需指定正确的模板名称。
4、检查基线模板是否存在,如果不存在,使用initbma.sql创建基线模板:
$ORACLE_HOME/rdbms/admin/initgma.sql.