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 8i installation problem

RE: Oracle 8i installation problem

From: Lord David <dlord_at_haysits.co.uk>
Date: Mon, 18 Jun 2001 08:03:16 -0700
Message-ID: <F001.0032D2D0.20010618075629@fatcity.com>

Pankaj

A couple of possibilities: -

  1. Try using single quotes (or no quotes) around the pfile path rather than double quotes.
  2. In your environment, I noticed that you had

        PATH=$PATH:ORACLE_HOME/bin.

It should be

        PATH=$PATH:$ORACLE_HOME/bin
                   ^

HTH
David Lord
-----Original Message-----
Sent: 18 June 2001 15:21
To: Multiple recipients of list ORACLE-L

David,

As I had mentioned, the dbassist utility fails in the 3rd step at 82%. At this point, it gives the error "Oracle not Available" and the only option that I had was to Ignore & Abort. I clicked on Ignore for a longtime.

Later I found from the web that the semmsl & semmns values were too less and increased to 160 & 310 respectively. I rebooted and restarted the dbassist utility and it went thru all the 4 steps successfully.

Assuming now I can work on the DB, I tried starting the Database with svrmgrl

SVRMGRL> CONNECT INTERNAL SVRMGRL> startup pfile =
"export/home/oracle/admin/FRAME/initFRAME.ora".

The error that I got is
ORA-07217:sltln - Environment Variable cannot be evaluated.

I dont know what this error means or where to look for the error.

Thanks,
gopi

P.S : Is there a way I can copy the solaris files onto a DOS floppy. I work in the US.


Do You Yahoo!?
Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Pankaj Kumar
  INET: pankaj_70_at_yahoo.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).
**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Lord David
  INET: dlord_at_haysits.co.uk

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 Mon Jun 18 2001 - 10:03:16 CDT

Original text of this message

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