PHP Copy() with Oracle AppServer

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dbutler
Forum Newbie
Posts: 1
Joined: Tue Apr 08, 2003 12:25 pm

PHP Copy() with Oracle AppServer

Post by dbutler »

I am trying to copy files from a remote server through PHP using the Copy() function. I am runnning Windows2000 Server with Oracle 9 Application Server. The Oracle service does not run correctly unless logged in as the LocalSystem account, however, the LocalSystem account is not allowed to copy files from a remote server.

Thanks in advance for your help.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I have not installed a oracle9as (yet ;) ) but the administrator's guide explaines how to install the service as domain user in Using Oracle Database Configuration Assistant
Post Reply