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: Help needed on creating database after Installation

Re: Help needed on creating database after Installation

From: Daniel A. Morgan <Daniel.Morgan_at_attws.com>
Date: Fri, 22 Jun 2001 13:10:18 -0700
Message-ID: <3B33A62A.EDF7A2B7@attws.com>

Jackson Zhu wrote:

> Hi,
>
> After Installation of oracle 8i, I use dbassist to create the first database
> "sales", during initialization stage, it says "not connected to ORACLE" or
> "ORACLE not available". after that, I try to login and fail.
>
> Anybody can help me?
>
> Thanks in advance

There are a very large number of possibilities. First you need to diagnose what the problem is and get back to us. Check out the following:

  1. Go to the control panel, system. Are there environment variables for ORACLE_HOME and ORACLE_SID?
  2. Go to control panel, services. Are their services for Oracle named OracleOraHome81TNSListener? Is it started? Are there any other Oracle services? Are any started? Which ones?
  3. Go to c:\oracle\ora81\bin and type the following:

lsnrctl status?

What is the full message?

4. Also in c:\oracle\ora81\bin type the following:

tnsping <and your instance name> (most likely oracle) so "tnsping oracle"

What message came back?

5. Also in c:\oracle\ora81\bin type the following:

svrmgrl

then type

connect internal

if it asks for a password type "Oracle"

perform the following:

SELECT COUNT(*)
FROM user$;

Report any error messages.

6. Go to c:\oracle\ora81\network\admin.

Is there a file named listener.ora? tnsnames.ora? sqlnet.ora?

Daniel A. Morgan Received on Fri Jun 22 2001 - 15:10:18 CDT

Original text of this message

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