Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:change unix user when running external procedure
John,
I'm not totally sure this will work, but it's worth a try.
Create the shared library file (.so in Unix land) as the owner of the file that needs to be read. Then set the suid bit on the .so file. Make sure there is execute priviledges to public as well I thins it's "chmod 755". When the external procedure is called it should launch under the original owner's account/permissions.
Dick Goulet
____________________Reply Separator____________________ Author: John Dunn <john.dunn_at_sefas.co.uk> Date: 3/13/2001 9:11 AM
I am running an external C procedure. The C function needs to access afile...but it is not owned by oracle and is read only for the user that does own it.
Is there anyway that I can access this file? External procedures always seem to run as oracle.
John
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: John Dunn
INET: john.dunn_at_sefas.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Mar 13 2001 - 17:41:59 CST
![]() |
![]() |