(unknown charset) Re: PO 8 i INSTALL PROBLEM
Date: 2000/06/06
Message-ID: <393CC799.F1E441C7_at_removethis.ugrad.cs.ubc.ca>#1/1
[Quoted] I've been down that road and it's pretty frustrating so let me see if I can help. ORA-1034 usually means that your database *instance* is not started. The [Quoted] database instance is the set of processes that need to be running in order to [Quoted] use databases.
What you need to do is connect to the the server manager and start the instance. You can only do this, however, when you connect to the instance manager as sysdba or maybe sysoper. Most official Oracle documentation that [Quoted] I've read neglects to mention this last fact about how you have to connect AS [Quoted] SYSDBA but it's vital! On Solaris this is done using the database user account and typing the following commands:
>svrmgrl
[Quoted] // this gets you to the SVRMGRL> prompt
// now type
SVRMGRL> connect as SYSDBA
// enter the username and password for which you are prompted (use the SYS user)
[Quoted] SVRMGRL> startup OPEN insert-your-SID-here
This starts the instance. Once the instance is up you should be able to use all [Quoted] of the database tools. I don't know how this parallel operation is accomplished [Quoted] in Windows but I imagine there is a similar set of commands available from the [Quoted] DOS prompt in \orant\bin or perhaps some distracting GUI that abstracts what's [Quoted] really going on away from the user.
Geordie
Aleksander wrote:
>
> Please help,
> I downloaded a PO 8 i and installed on my pc with win 98, 128mb ram.
> Installation goes fine, but when I start a database, I get a message :
> ORA - 01034 ORACLE NOT AVAILABLE
>
> What ever I do, I can't start ORACLE!
> What must I do ?
> Aleksander
Received on Tue Jun 06 2000 - 00:00:00 CEST
