.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
How to startup oracle9i without using windows services

How to startup oracle9i without using windows services

2005-07-11       - By Vlad Sadilovskiy
Reply:     1     2     3  

I wonder if you know why this person needs what he/she asks for? And
of course you can and will use any undocumented means if you are in
need. For instance, Oracle puts start up script/link in /etc/rc*.d
folders on *ix boxes. Will you always consider starting/shutting
Oracle instances with those scripts? Why is the Windows any different?

In this (software,hardware) world you can do anything if you know how
it works. The only question whether it is really necessary to use
undocumented means.

- Vladimir

On 7/11/05, Niall Litchfield <niall.litchfield@(protected)> wrote:
> I've been watching all this with some incredulity.
>  
> services are the appropriate technological approach to use for background
> processes (like the Oracle.exe process) on the win32 platform. You should
> use them where provided, and encourage your third party vendors that write
> for the win32 platform to use them as well.
>  
> thomas' approach is certainly the most common way to script the startup and
> shutdown of services on the windows platform.
>  
> generically you have another approach which is to use the windows management
> instrumentation interface, start here for information
> for oracle you also have the option of calling oradim.exe to start and stop
> the database.
>  
>
>  
> On 7/8/05, Vlad Sadilovskiy <vlovsky@(protected)> wrote:
> > Hi,
> >
> > Actually you can run it without the starting the service. If you can
> > peek inside the service you'd see what command line it uses to start
> > Oracle. The command is:
> >
> > %ORACLE_%HOME%\bin\ORACLE.EXE <ORACLE_SID>
> >
> > Wait for "Hit any key to exit server:"
> >
> > If it finds corresponding registry key and you have autostart
> > configured, then it'll bring your DB up. Otherwise, you'll need to do
> > following from the other CMD window.
> >
> > set ORACLE_SID=<ORACLE_SID>
> > sqlplus "/ as sysdba"
> > startup
> > exit
> >
> > - Vladimir
> >
--
http://www.freelists.org/webpage/oracle-l