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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -