1823228 Members
4315 Online
109648 Solutions
New Discussion юеВ

5344 memory fault

 
Piotr Pyda
Advisor

5344 memory fault

I have OS 11.23.
When I run script remotely i have error 5344 and 5346 memory fault.
Script close Oracle 9.2.0.6.
This script run correctly when I run it on sever (local).
Help my please
3 REPLIES 3
Kent Ostby
Honored Contributor

Re: 5344 memory fault

What sort of commands is the script using?

What application are you running on top of the oracle database.

Also, can you please post output from swlist:

swlist -l product | grep PH

so we can see the patches you are currently running.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Piotr Pyda
Advisor

Re: 5344 memory fault

it is file
Piotr Pyda
Advisor

Re: 5344 memory fault

i use this command :
export, su, sqlplus.

it is a part of my script:

su $ORACLE_USER -c "${ORACLE_HOME}/bin/sqlplus '/as sysdba'" <shutdown immediate
exit
EOF