|
|
最初由 embed_rabbit 发布
[B]楼主说的是 select max() into 时候的错误
metalink 的建议也是更改该参数 [/B]
我看了文档,似乎这话只针对一个平台而言。
SolutionBug 4458790 is fixed in 11.0 Version of Database.
@ Backport Patches are available for 10.1.0.4.0 on Linux x86, Solaris (SPARC 64-bit) and 10.2.0.1.0 on AIX5L Based
@ Systems
However there are 3 workarounds for this problem. The last 2 workarounds involve changing the Code whereas the first workaround requires the modification of an spfile parameter:
Workaround 1:
==========
Set the initialization parameter blank_trimming to true. Please refer Note 249664.1 for more help on how to change the initialization parameters in spfile or pfile. |
|