Такая проблемма может возникнуть, при попытки создать базу в Database Configuration Assistant, и возникает оно в операционных системах Windows Vista, Windows 7, означает, что пользователь, который вы используете oradim не имеет достаточных привилегий. Но в большинстве случаев жалобы пользователей, что они выполняют эту задачу с пользователя-администратора или у них есть только один счет в окнах и его администратора, но все они сталкиваются с этой проблемой .
Таким образом, решение очень простое.
Вопервых нужно попробывать создать групу пользователей, в которую будут входить АДМИНИСТРАТОР, ORA_DBA, и потом пробывать запустить Database Configuration Assistant. Чтобы изменить учетную запись, при входе в систему в качестве администратора, перейдите по ссылке:
Панель управления -> Учетные записи пользователей -> Управление Другой Accounnt
нажмите на учетную запись, которую необходимо изменить,
Нажмите кнопку Изменить тип учетной записи
Выберите администратора
нажмите на изменение типа.
После чего необходимо выйти из сеанса и зайти под АДМИНИСТАРТОР. Ошибка должна исчезнуть и запустится процес инсталяции…
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
##########################
- User Access Control is Enabled
- 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”.
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
##########################
- User Access Control is Enabled
- 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».