ora-00064:object is too large to allocate on this O/S (string,string)

原因:修改了processes的缺省值,本想修改为300,结果不小心改为30000了,然后重启数据库,出现ORA-00064错误。

解决办法:使用之前备份的pfile文件进行启动。

sql>startup pfile='/u01/app/oracle/product/10.2.0/dbs/initorcl.ora'

sql>create spfile from pfile;

请使用浏览器的分享功能分享到微信等