ORA-07303: ksmcsg: illegal database buffer size.
Cause: The database buffer size must be a multiple of the database block size, and less than the maximum block size.
Action: Verify that the db_block_size parameter is correct in INIT.ORA.
。
ORA-07303: ksmcsg: illegal database buffer size
ORA-07303: ksmcsg: illegal database buffer size 是指设置的数据库缓冲区大小不合法。
某些操作、如:在创建数据库、增加实例时,如果设置的数据库缓冲区大小不合法,则可能会遇到此错误。
1. 确认数据库缓冲区大小是否合法;
2. 如果设置的缓冲区大小不合法,使用与设备的内存相符的缓冲区大小;
3. 最后,重新执行那个操作。