oracle - Periodic tns-12531: TNS: Cannot allocate memory -
i have problem that's been plaguing me year now. have oracle 12.1.x.x installed on machine. after day or 2 listener stops responding , listener.log contains bunch of tns-12531 messages. if reboot, problem goes away , i'm fine day or two. i'm lazy , hate rebooting, decided track down, i'm having no luck. since alternative work don't want do, i'm going spend time researching this.
some notes:
- windows 10 pro
- 64-bit
- 32 gb ram
- generally, 20gb free when error occurs
- i have several databases , doesn't matter db running
- restarting db doesn't help
- restarting listener doesn't help
- only rebooting clears problem
- when set
trace_level_listener = 16, don't more info. trace files not written to - i can connect db if bypass listener (ie, set
oracle_sid=xxx, connect without db identifier) - all other network interactions seem work fine after listener stops
- lsnrctl status hangs , adds
tns-12531listener.log - i have same config @ home , not happen
below example of listener.log file:
fri jul 28 14:21:47 2017 system parameter file d:\app\user\product\12.1.0\dbhome_1\network\admin\listener.ora log messages written d:\app\user\diag\tnslsnr\lj-quad\listener\alert\log.xml trace information written d:\app\user\diag\tnslsnr\lj-quad\listener\trace\ora_24288_14976.trc trace level 16 started pid=24288 listening on: (description=(address=(protocol=tcp)(host=lj-quad)(port=1521))) listening on: (description=(address=(protocol=ipc)(pipename=\\.\pipe\extproc1521ipc))) listener completed notification crs on start timestamp * connect data [* protocol info] * event [* sid] * return code 28-jul-2017 14:22:06 * 12531 tns-12531: tns:cannot allocate memory 28-jul-2017 14:22:47 * 12531 tns-12531: tns:cannot allocate memory 28-jul-2017 14:26:24 * 12531 tns-12531: tns:cannot allocate memory thanks bunch can provide!
Comments
Post a Comment