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: "service name is not valid": problems to create a new DB on NT

Re: "service name is not valid": problems to create a new DB on NT

From: Marcelo Parra <marcelop_at_pidcgroup.com>
Date: Thu, 28 Feb 2002 15:44:57 -0300
Message-ID: <a5lue1$b8i$1@newsreader.mailgate.org>



Hi Francesco,

try this
oradim80 -new -sid MYSID -intpwd xxxx -startmode auto -pfile D:\Database\BINGO\PFILE\initMYSID.ora
oradim80 -startup -sid MYSID -starttype srvc,inst -usrpwd xxxx -pfile D:\Database\BINGO\PFILE\initMYSID.ora

regards,
Marcelo Parra
marcelop@pidcgroup.com

Francesco Moi wrote:

Hello.

I'm trying to create a new database (Oracle 8.0.5 on Windows NT4.0).

I've got another database, and the services are running
('OracleTNSListener80', 'OracleStartMYSID' and 'OracleServiceMYSID')

On MS-DOS, I perform:

c:> oradim80 -new -sid BACKUP -intpwd xxx -startmode auto -pfile
initBACKUP.ora

+ I copied initBACKUP.ora from initMYSID.ora, and modified it.

+ BACKUP is the name of my new database

When trying to check if OracleServiceBACKUP is running, I notice that
it's not.

So, I do:

c:> net start OracleServiceBACKUP

But I get this error message:

**** service name is not valid ****

Any experience? Regards.

Received on Thu Feb 28 2002 - 12:44:57 CST

Original text of this message

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