2015. 10. 13. 15:49 오라클
ORA-32005: error while parsing size specification
외국 블로그를 보다가 오라클 구문 테스트..
같은건데 안됨? Tera 단위는 코드에 없는 것일까?
SQL> alter system set pga_aggregate_target=1T scope=spfile;
alter system set pga_aggregate_target=1T scope=spfile
*
ERROR at line 1:
ORA-32005: error while parsing size specification [1T]
SQL> alter system set pga_aggregate_target=1000G scope=spfile;
System altered.