Is there a way to have a windows service access a mapped network drive?
We have oracle running on c:\. The actual table structure is on d:\.
D:\ is failing, so we want to move it's contents, directory structure in tact, to another server. Then I'd remove d:, and map d: to the remote server. I figured oracle would be none the wiser.
Turns out since oracle is running as a service (and no the currently logged on user who has the new mapped d: drive) it can't see that drive letter.
So - is there any way to have a windows service get a mapped network drive?
PS. I am obviously not an oracle dba. I am a server admin, our DBA is on sick leave.
Thanks,
Andrew
Thanks,
Andrew
We have oracle running on c:\. The actual table structure is on d:\.
D:\ is failing, so we want to move it's contents, directory structure in tact, to another server. Then I'd remove d:, and map d: to the remote server. I figured oracle would be none the wiser.
Turns out since oracle is running as a service (and no the currently logged on user who has the new mapped d: drive) it can't see that drive letter.
So - is there any way to have a windows service get a mapped network drive?
PS. I am obviously not an oracle dba. I am a server admin, our DBA is on sick leave.
Thanks,
Andrew
Thanks,
Andrew