Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle & NT services don't want start

Re: Oracle & NT services don't want start

From: Paweł Plichta <Pawel_NO-SPAM_Plichta_at_netia.pl>
Date: Thu, 15 Jul 1999 18:12:55 +0200
Message-ID: <7ml1cp$lbd$1@info.nask.pl>


try this command

set ORACLE_SID=TEST
D:\ORANT\bin\oradim<oracle-ver> -new -sid TEST -intpwd password -startmode auto -pfile D:\ORANT\database\initTEST.ora D:\ORANT\bin\oradim<oracle-ver> -startup -sid TEST -starttype srvc,inst -usrpwd password -pfile D:\ORANT\database\initTEST.ora D:\ORANT\bin\svrmgr<oracle-ver> @TESTrun.sql - you can run manual the script step by step

#### testrun.sql
spool D:\ORANT\database\spoolmain
set echo on
connect INTERNAL/password
startup nomount pfile=D:\ORANT\database\initTEST.ora CREATE DATABASE TEST
LOGFILE 'd:\data.ora\test\test1.log' SIZE 2048K,

    'd:\data.ora\test\test2.log' SIZE 2048K MAXLOGFILES 32
MAXLOGMEMBERS 4
MAXLOGHISTORY 1
DATAFILE 'd:\data.ora\test\system.rdb' SIZE 100M MAXDATAFILES 254
MAXINSTANCES 1
CHARACTER SET ?????
NATIONAL CHARACTER SET ????;
#### in next step
- run admin script (cat, catproc ...)
create tablespace, rollbacksegments etc ..

Before you have to

- remove if exists service OracleServiceTest and OracelStartTest
- remove if exists  <oracle_home>\database\Strttest.cmd
- remove  if exists <oracle_home>\database\pwdtest.ora
- create correct parameter file <oracle_home>\database\inittest.ora with
remote_login_passwordfile = shared (NOT exclusive)

socrate napisał(a) w wiadomości: <7mk94a$fkl$1_at_news.ficnet.net>...
>Could you help me for a oracle 7.3.4 installation on windows Nt 4 SP3 my
>problem's the oracle service don't want start and oracle installation can't
>create a database.
>Thanks for your help
>
>
>
Received on Thu Jul 15 1999 - 11:12:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US