调用存储过程超时

{ CALL tjyl.PROC_SPL_SP(:p_objectname, :p_publisherid, :p_flowtype, :p_nodeid, :p_djh, :p_plansno, :p_userid, :p_result, :p_result_yj, :p_flag, ?, ?, ?, ?) }

调用存储过程 提示:
SQL 错误 [4012] [25000]: Transaction timeout occurred, please rollback the transaction, set the variable ob_trx_timeout to a larger value and then restart the transaction
[172.20.10.6:2882] [2023-07-20 14:26:47.727340] [YB42AC140A06-000600B97A9E9BC3-0-0]

看报错是超时了,它提示调整下 ob_trx_timeout 这个参数再重试哈

你好,我已经调整过了 ,还是超时,我是这么设置的

	SET GLOBAL ob_trx_timeout=30000000;

30秒,可以继续往大调整,是不是里边过程比较耗时

调大了, 也没有效果,过程里面就是游标比较多,一些 查询 和update语句。里面也调用 其他过程 了 ,我把调其他过程注释了,也不行。