Hello, can anyone help?
I dont know if this is a oracle or a Linux problem.
I have a few Linux shell scripts which when run as one user, say batch3, login to our oracle 9i database as a user and spool the output to a spool file - spool.opt.
The problem is the spool.opt file is being created with the owner as the default Oracle user - oracle9, group oinstall.
This means that the script later on ftps the file then removes it, but it cant becuase its not the owner causing the files to build up each day and then more and more files are ftp'd! You get the picture!
So why is the script which is being run as Linux user batch3, creating spool files as default linux oracle account oracle9?!!
cheers for any help.
I dont know if this is a oracle or a Linux problem.
I have a few Linux shell scripts which when run as one user, say batch3, login to our oracle 9i database as a user and spool the output to a spool file - spool.opt.
The problem is the spool.opt file is being created with the owner as the default Oracle user - oracle9, group oinstall.
This means that the script later on ftps the file then removes it, but it cant becuase its not the owner causing the files to build up each day and then more and more files are ftp'd! You get the picture!
So why is the script which is being run as Linux user batch3, creating spool files as default linux oracle account oracle9?!!
cheers for any help.