How to setup Oracle on Windows not to run as local system user -


i need oracle database (single instance 10gr2) able access files on network. running service under local system account prevents this. using unc paths won't run drive mapping issues.

what account should use? how setup such account?

any expriences welcome.

go services manager (start -> run -> "services.msc") select oracle services need change, right-click, , choose "properties" click "log on" tab

you can set account there.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -