51CTO博客开发
declare v_sql varchar2(4000); v_c1 number; v_c2 number; begin v_c2 := 999; v_sql := 'begin '; v_sql := v_sql||'update te1 set c1='||v_c1||', c2='||v_c2||' where c1=1 and c2=1;'; v_sql := v_sql
环境:RHEL 6.2 x64Oracle 11.2.0.1.0Memory 4GMEMORY_TARGET=1584M/dev/shm 2G将MEMORY_TARGET调整为2048M后,重启数据库报错ORA-00845: MEMORY_TARGET not supported on this systemoerr ora 84500845, 00
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号