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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle_In_NT !!!

Re: Oracle_In_NT !!!

From: Paul Drake <paled_at_home.com>
Date: Fri, 23 Mar 2001 07:14:31 -0800
Message-ID: <F001.002D5E89.20010323060021@fatcity.com>

To use svrmgrl, the following conditions must be met:

  1. the NT Service must be started. (use the "net start" command or "srvinfo" to display service info)
  2. the environment variable ORACLE_SID must be defined

C:\>set oracle_sid=DEV
C:\>svrmgrl

Oracle Server Manager Release 3.1.7.0.0 - Production

Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.

ORA-12560: TNS:protocol adapter error
SVRMGR> quit
Server Manager complete.

C:\>net start oracleservicedev
The OracleServiceDEV service is

starting........................................
...................

The OracleServiceDEV service was started successfully.

C:\>net start oracleorahome81tnslistener

The OracleOraHome81TNSListener service was started successfully.

C:\>set oracle_sid=DEV
C:\>set oracle_sid
oracle_sid=DEV
C:\>svrmgrl

Oracle Server Manager Release 3.1.7.0.0 - Production

Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.

Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the Partitioning option
JServer Release 8.1.7.0.0 - Production

SVRMGR> quit
Server Manager complete.

hth,

Paul

Jackson Dumas wrote:
>
> Hi there
>
> I have a problem when I install Oracle 816 on NT. I have done it twice
> before amd it worked, that was Oracle 805 and 806. Now I am trying to
> install and create database on NT, Oracle 8i version, 816.
> I get the error ORA-12560, which protocol adapter error, whenever I
> try connect to server manager. At first I thought it's because I
> created the database with the option during installation. I tried to
> install software only and then use scripts to create the database
> manually, but I get the same error. Can somebody help me?
> ___________________________________

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: paled_at_home.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Mar 23 2001 - 09:14:31 CST

Original text of this message

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