Thursday, January 31, 2013

DIM-00014: Cannot open the Windows NT Service Control Manager.



After i took class on how to create database using CREATE database command in windows,

One of My Student tried creating a service using oradim and got the below error.


##########################
#  Error
##########################






##########################
#  Error Occurred
##########################

Error occurs when tried to create a database service using oradim in Windows 7

##########################
## Cause
##########################
  1. User Access Control is Enabled
  2. Owner which ran the Command is not the owner of the oracle software.
##########################
## Solution
##########################

1.  Disable User Access Control by 

  • Click Start, and then click Control Panel.
  • In Control Panel, click User Accounts.
  • In the User Accounts window, click User Accounts.
  • In the User Accounts tasks window, click Turn User Account Control on or off.
2.  Run the command prompt by logging to the owner of the software

3.  Start -> Accessories ->  Right click on Command Prompt 


and select "Run as Administrator".

No comments: