DB shutdown and permission denied

Alex097

New Member
Because of the DB shutdown,I want to start the DB,But I can not access to scripts folder which is have some scripts,including stop,start DB prod.
It show error message :
"[FONT=微软雅黑]# /usr/local/scripts ksh: /usr/local/scripts: 0403-006 Execute permission denied. [/FONT]"

here is one part of that days logs.

03:36:17 Usr 9: KILL signal received. (298)
03:36:17 Usr 10: KILL signal received. (298)
03:36:17 Usr 10: HANGUP signal received. (562)
03:36:17 Usr 9: HANGUP signal received. (562)
03:36:17 Usr 9: Logout by juxu on /dev/pts/15. (453)
03:36:17 Usr 10: Logout by jma on /dev/pts/1. (453)
03:36:35 APW 7: KILL signal received. (298)
03:36:35 BROKER 0: SIGTERM received. (3694)
03:36:35 BROKER 0: Begin normal shutdown (2248)
03:36:35 APW 8: KILL signal received. (298)
03:36:35 WDOG 6: KILL signal received. (298)
03:36:35 BIW 5: KILL signal received. (298)
03:36:35 BIW 5: Stopped. (2520)
03:36:37 BROKER : Removed shared memory with segment_id: 1703954
03:36:37 BROKER : Multi-user session end. (334)

I hope someone can help me to resolve this problems.TKS:confused:
 
My first thought would be to log on as root and change the permissions of the scripts directory chmod 777 /usr/local/scripts unless there's a very good reason why everybody shouldn't have access to it.

I'd also make sure the scripts have the same permisisons as well.

Who do you log in as to start/stop databases? What permissions do they have?
 
Hello,sphipp.
Did u read the log? Im a newbe. can u give some suggestions about the log.I think we can find some usefull message through the log.

Who do you log in as to start/stop databases? What permissions do they have?
In this Server,only Root account have this right that can start/stop DB
:blush:

My first thought would be to log on as root and change the permissions of the scripts directory chmod 777 /usr/local/scripts unless there's a very good reason why everybody shouldn't have access to it.

I'd also make sure the scripts have the same permisisons as well.

Who do you log in as to start/stop databases? What permissions do they have?
 
The log seems to indicate that some wild eyed crazy is sending KILL signals willy nilly in an attempt to crash the db and trash your data.

You might want to invest in a training class while you still have a business running that can pay for it.
 
Back
Top