DIM-00000 to DIM-00228: ORADIM Command Syntax Errors
ORADIM
is a command-line tool for starting and stopping database instances that is only available on Oracle Database for Windows.
It is not available on any other platform.
Oradim Errors | DIM-0000 to DIM-00228 |
---|---|
00000 |
ORADIM completed with no errors |
00001 |
ORADIM: <command> [options]. Refer to manual. |
00002 |
The specified command was invalid. |
00003 |
An argument is missing for the parameter |
00004 |
SID or service name was not specified. |
00005 |
SID with more than 64 characters specified. |
00006 |
Missing SID |
00007 |
Missing or invalid |
00008 |
A valid service name is OracleService appended with a SID |
00009 |
SID name is mandatory. |
00010 |
|
00011 |
The specified service does not exist. |
00012 |
A PFILE is necessary for AUTOSTART option. |
00013 |
Service start mode could not be set in the registry. |
00014 |
Cannot open the Windows Service Control Manager. |
00015 |
Cannot start already-running ORACLE - shut it down first. |
00016 |
Missing or invalid |
00017 |
Instance shutdown mode must be one of the following: a for abort, i for immediate or n for normal. |
00018 |
Failed to stop Oracle Service. |
00019 |
Create Service Error. |
00020 |
A service for this name exists. |
00021 |
Registry open failed. |
00040 |
Invalid option for the -NEW command. |
00041 |
Invalid option for the -EDIT command. |
00042 |
Invalid option for the -DELETE command. |
00043 |
Invalid option for the -STARTUP command. |
00044 |
Invalid option for the -SHUTDOWN command. |
00045 |
Internal error in ORADIM. |
00046 |
Invalid Pfile. |
00050 |
Instance deleted. |
00051 |
Instance created. |
00075 |
Failed to control service. |
00076 |
Failed to delete service. |
00077 |
Failed to change service configuration. |
00078 |
Failed to start service. |
0090 |
SID name is invalid. |
0092 |
Unable to determine Oracle service user. |
0093 |
Invalid option for the -ACL command. |
0094 |
Failed to change ACLs on the object. |
00200 |
Enter one of the following commands: |
00201 |
Create an instance by specifying the following options: |
00202 |
-NEW -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | -APXSID sid| |
00203 |
-SRVC srvc | -ASMSRVC srvc | -MGMTDBSRVC srvc | -IOSSRVC srvc | |
00204 |
-APXSRVC srvc [-SYSPWD pass] [-STARTMODE auto|manual] |
00205 |
[-SRVCSTART system|demand] [-PFILE file | -SPFILE] |
00206 |
[-SHUTMODE normal|immediate|abort] [-TIMEOUT secs] [-RUNAS osusr/ospass] |
00207 |
Edit an instance by specifying the following options: |
00208 |
-EDIT -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | -APXSID sid |
00209 |
[-SYSPWD pass] [-STARTMODE auto|manual] [-SRVCSTART system|demand] |
00210 |
[-PFILE file | -SPFILE] [-SHUTMODE normal|immediate|abort] |
00211 |
[-SHUTTYPE srvc|inst] [-RUNAS osusr/ospass] |
00212 |
Delete instances by specifying the following options: |
00213 |
-DELETE -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | |
00214 |
-APXSID sid| -SRVC srvc | -ASMSRVC srvc | -MGMTDBSRVC srvc | |
00215 |
-IOSSRVC srvc | -APXSRVC srvc |
00216 |
Startup services and instance by specifying the following options: |
00217 |
-STARTUP -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid |
00218 |
| -APXSID sid [-SYSPWD pass] [-STARTTYPE srvc|inst|srvc,inst] |
00219 |
[-PFILE filename | -SPFILE] |
00220 |
Shutdown service and instance by specifying the following options: |
00221 |
-SHUTDOWN -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | |
00222 |
-APXSID sid [-SYSPWD pass] [-SHUTTYPE srvc|inst|srvc,inst] |
00223 |
[-SHUTMODE normal|immediate|abort] |
00224 |
Manipulate ACLs by specifying the following options: |
00225 |
-ACL -setperm|-addperm|-removeperm dbfiles|diag|registry |
00226 |
-USER username -OBJTYPE file|dir|registry -OBJPATH object-path |
00227 |
-RECURSE true|false [-HOST hostname] |
00228 |
Query for help by specifying the following parameters: -? | -h | -help |
- DIM-00000
-
ORADIM completed with no errors.
- DIM-00001
-
ORADIM: <command> [options]. Refer to manual.
- DIM-00002
-
The specified command was invalid.
- DIM-00003
-
An argument is missing for the parameter.
- DIM-00004
-
SID or service name was not specified.
- DIM-00005
-
SID with more than 64 characters specified.
- DIM-00006
-
Missing SID.
- DIM-00007
-
Missing or invalid -STARTMODE parameter. Valid -STARTMODE parameter is AUTO or MANUAL.
- DIM-00008
-
A valid service name is OracleService appended with a SID
- DIM-00009
-
SID name is mandatory.
- DIM-00010
-
SYSTEM\CurrentControlSet\Services\OracleService key does not exist.
- DIM-00011
-
The specified service does not exist.
- DIM-00012
-
A PFILE is necessary for AUTOSTART option.
- DIM-00013
-
Service start mode could not be set in the registry.
- DIM-00014
-
Cannot open the Windows Service Control Manager.
- DIM-00015
-
Cannot start already-running ORACLE - shut it down first.
- DIM-00016
-
Missing or invalid -SHUTTYPE parameter. A valid -SHUTTYPE parameter is SRVC or INST.
- DIM-00017
-
Instance shutdown mode must be one of the following: a for abort, i for immediate or n for normal.
- DIM-00018
-
Failed to stop Oracle Service.
- DIM-00019
-
Create service error.
- DIM-00020
-
A service for this name exists.
- DIM-00021
-
Registry open failed
- DIM-00040
-
Invalid option for the -NEW command.
- DIM-00041
-
Invalid option for the -EDIT command.
- DIM-00042
-
Invalid option for the -DELETE command.
- DIM-00043
-
Invalid option for the -STARTUP command.
- DIM-00044
-
Invalid option for the -SHUTDOWN command.
- DIM-00045
-
Internal error in ORADIM
- DIM-00046
-
Invalid Pfile.
- DIM-00050
-
Instance deleted
- DIM-00051
-
Instance created.
- DIM-00075
-
Failed to control service.
- DIM-00076
-
Failed to delete service.
- DIM-00077
-
Failed to change service configuration.
- DIM-00078
-
Failed to start service.
- DIM-00090
-
SID name is invalid.
- DIM-00092
-
Unable to determine Oracle service user.
- DIM-00093
-
Invalid option for the -ACL command.
- DIM-00094
-
Failed to change ACLs on the object.
- DIM-00200
-
Enter one of the following commands:
- DIM-00201
-
Create an instance by specifying the following options:
- DIM-00202
-
-NEW -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | -APXSID sid|
- DIM-00203
-
-SRVC srvc | -ASMSRVC srvc | -MGMTDBSRVC srvc | -IOSSRVC srvc |
- DIM-00204
-
-APXSRVC srvc [-SYSPWD pass] [-STARTMODE auto|manual]
- DIM-00205
-
[-SRVCSTART system|demand] [-PFILE file | -SPFILE]
- DIM-00206
-
[-SHUTMODE normal|immediate|abort] [-TIMEOUT secs] [-RUNAS osusr/ospass]
- DIM-00207
-
Edit an instance by specifying the following options:
- DIM-00208
-
-EDIT -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid | -APXSID sid
- DIM-00209
-
[-SYSPWD pass] [-STARTMODE auto|manual] [-SRVCSTART system|demand]
- DIM-00210
-
[-PFILE file | -SPFILE] [-SHUTMODE normal|immediate|abort]
- DIM-00211
-
[-SHUTTYPE srvc|inst] [-RUNAS osusr/ospass]
- DIM-00212
-
Delete instances by specifying the following options:
- DIM-00213
-
-DELETE -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid |
- DIM-00214
-
-APXSID sid| -SRVC srvc | -ASMSRVC srvc | -MGMTDBSRVC srvc |
- DIM-00215
-
-IOSSRVC srvc | -APXSRVC srvc
- DIM-00216
-
Startup services and instance by specifying the following options:
- DIM-00217
-
-STARTUP -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid
- DIM-00218
-
| -APXSID sid [-SYSPWD pass] [-STARTTYPE srvc|inst|srvc,inst]
- DIM-00219
-
[-PFILE filename | -SPFILE]
- DIM-00220
-
Shutdown service and instance by specifying the following options:
- DIM-00221
-
-SHUTDOWN -SID sid | -ASMSID sid | -MGMTDBSID sid | -IOSSID sid |
- DIM-00222
-
-APXSID sid [-SYSPWD pass] [-SHUTTYPE srvc|inst|srvc,inst]
- DIM-00223
-
[-SHUTMODE normal|immediate|abort]
- DIM-00224
-
Manipulate ACLs by specifying the following options:
- DIM-00225
-
-ACL -setperm|-addperm|-removeperm dbfiles|diag|registry
- DIM-00226
-
-USER username -OBJTYPE file|dir|registry -OBJPATH object-path
- DIM-00227
-
-RECURSE true|false [-HOST hostname]
- DIM-00228
-
Query for help by specifying the following parameters: -? | -h | -help
Parent topic: Error Messages on Windows