With regard to the error "TNS-12540: TNS:internal limit restriction exceeded"...
This would imply you are hitting some kind of OS limit, first place to check would be the listener.log to see if there is any kind of error stack listed in there - specifically some kind of OS related error (low on system memory or swap, processes, files, etc)
Main Topics
Browse All Topics





by: markgeerPosted on 2006-03-14 at 06:32:50ID: 16183665
If my math is correct, that should give you a total SGA of close to 1.5GB, right? That should be about right for a Windows server with 4GB of RAM, assuming that it is dedicated to running Oracle and is not also functioning as a: print server, domain administrator, web server, etc. One possible problem I see is the sort_area_size, since that memory is outside of the SGA and will use up to 5M per process. If you have multiple, concurrent processes that are all doing sorts or summaries at the same time, that could tie up a lot of RAM.
What does Performance Monitor show you for memory utilization and swap file activity?