Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

failed to lock memory

726348Apr 20 2010 — edited Apr 20 2010
In odbc.ini, I set MemoryLock=4, and in /etc/security/limits.conf (timesten is installed as oracle user)
oracle soft memlock 131072
oracle hard memlock 131072

But when I tried to use ttisql, it reported that
712: Unable to lock data store memory segment, error 12.
It seems that there is not enough memory. But in fact, when use free command, it shows that there still have 6718332 free memory.
[oracle@testdl380c bin]$ free
total used free shared buffers cached
Mem: 16439076 6718332 9720744 0 175420 1674916
-/+ buffers/cache: 4867996 11571080
Swap: 522104 0 522104

Anything wrong in my configuration?
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2010
Added on Apr 20 2010
7 comments
2,069 views