First page Back Continue Last page Graphics

ORADIM


Notes:

In Windows, a Service is required to create and run an instance. Creating a new service, modifying a service, or deleting a service is accomplished with the Oracle Instance Manager (ORADIM.EXE). Available parameters to pass to ORADIM include;
-NEW - create a new database instance
-STARTUP - startup an existing instance, service or both
-SHUTDOWN - Shutdown an active instance
-EDIT - Modify an instance. e.g. change the instance name from class to PROD
-DELETE - Delete an instance and related service. Removes the service from the list shown in theWindowsServices utility.
-SID - SID name
-SERVE - Service name; same as SID name.
-USERPWD - Password (Internal no longer supported)
-STARTMODE [AUTO | MANUAL ] - Auto starts the instance automatically when Windows starts.
-PFILE - Name of the initialization parameter file for this instance.

Notes continue…