i wrote this code to execute the command to start oracle service inside java, but i have a problem that this command require administrator privileges :eek::confused:Code:Runtime rt = Runtime.getRuntime();
Process proc = rt.exec("net start OracleDBConsoleORCL");
OS: windows 7 .
please i need help ?

