|
|
At a quick glance, the error message tells us the problem might is from a magic number. The system couldn't load libttsh10.a module. The reason might be that in memory there is a very small number (for example, 1.0*E-20) existed which normally need to be 0 or the memory trunk(segment) deserved to be allocated for this module was not initialized(still have a handler or something on it). That caused the loading of libttsh10.a module fail. That possible area you might need to look into is;
1. shared memory between OS kernal and Oracle Kernal
2. some modules are not consistent on the either level of OS or Oracle, Or both
3. seeking help from Oracle Support |
|