473,394 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Oracle 9i problem

Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?
Jul 19 '05 #1
7 13420
NTidd wrote:

Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


Windows 2000 Server? Oracle9i Release 1?

(I'd certainly be looking at upping the memory a bit - I'd expect
512M/CPU, but that's likely off topic!)

In the above you do not need to shutdown. It's already shut down,
recognizable by the 'connected to an idle instance' message and the
reason for the ORA-01034/27101. (Nothing wrong with your procedure
though.)

TSTO - something's terminating the Oracle instance. Any chance you've
got Windows Update running and rebooting the machine automatically? Or
some other utility? Do you have Oracle's services auto-starting after
reboot? What else is running on the machine? Is there a job
consistently running immediately prior to the 'crash'? Can you monitor
for memory leaks?
Jul 19 '05 #2
Hmm, Windows update is set to run and install updates I believe, but
not to reboot. This is release 1 from oracle. We initially thought
that it was the backups but the backups run at midnight, and sometimes
users can connect up to about 9:00 am before it crashes. After reboot
everything starts up and works as it should, the server is running
sp4. About the only other thing running on this machine is iis and an
online app that uses oracle.

Hans Forbrich <fo******@yahoo.net> wrote in message news:<3F***************@yahoo.net>...
NTidd wrote:

Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


Windows 2000 Server? Oracle9i Release 1?

(I'd certainly be looking at upping the memory a bit - I'd expect
512M/CPU, but that's likely off topic!)

In the above you do not need to shutdown. It's already shut down,
recognizable by the 'connected to an idle instance' message and the
reason for the ORA-01034/27101. (Nothing wrong with your procedure
though.)

TSTO - something's terminating the Oracle instance. Any chance you've
got Windows Update running and rebooting the machine automatically? Or
some other utility? Do you have Oracle's services auto-starting after
reboot? What else is running on the machine? Is there a job
consistently running immediately prior to the 'crash'? Can you monitor
for memory leaks?

Jul 19 '05 #3
NT***@douglas-associates.com (NTidd) wrote in
news:db**************************@posting.google.c om:
Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


What are the last 20-30 lines of the alrtSID.log file? This will
give you a clue if the DB is falling over because of itself or
because of an outside influence. If the log file just stops,
that is to say that everything's normal until it breaks, then
there in an outside process killing the DB. If the log file
reports errors, like ORA-00600 or ORA-07745, then you need to
research those errors and see why Oracle is falling over.

Good Luck,
Mike
Jul 19 '05 #4
> news:db**************************@posting.google.c om:
Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


HELLO,
I AM JUST AMAZED TO SEE THAT U LOGIN TO ORACLE USING SYS AS
SYSDBA.THEN U GIVE SHUTDOWN COMMAND. Y?? IF IT IS CONNECTED TO IDLE
INSTANCE THEN DO GIVE 'STARTUP' COMMAND.aLSO SEE IT TO IT THAT UR
LISTENER IS ALSO STARTED. IT MAYBE COZ UR ORACLE DATABASE SERVICE IS
NOT GIVEN AUTOMATICALLY IN THE aDMINISTATION TOOL>SERVICES.

REGARDS,
CHERRISH VAIDIYAN
Jul 19 '05 #5
Cherrish Vaidiyan wrote:

HELLO,
I AM JUST AMAZED TO SEE THAT U LOGIN TO ORACLE USING SYS AS
SYSDBA.THEN U GIVE SHUTDOWN COMMAND. Y?? IF IT IS CONNECTED TO IDLE
INSTANCE THEN DO GIVE 'STARTUP' COMMAND.aLSO SEE IT TO IT THAT UR
LISTENER IS ALSO STARTED. IT MAYBE COZ UR ORACLE DATABASE SERVICE IS
NOT GIVEN AUTOMATICALLY IN THE aDMINISTATION TOOL>SERVICES.

REGARDS,
CHERRISH VAIDIYAN


Would you mind:
- not shouting?
- learn to spell?
--
Regards, Frank van Bortel

Jul 19 '05 #6
un***************@yahoo.com (Cherrish Vaidiyan) wrote in message news:<f0*************************@posting.google.c om>...
news:db**************************@posting.google.c om:
Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


HELLO,
I AM JUST AMAZED TO SEE THAT U LOGIN TO ORACLE USING SYS AS
SYSDBA.THEN U GIVE SHUTDOWN COMMAND. Y?? IF IT IS CONNECTED TO IDLE
INSTANCE THEN DO GIVE 'STARTUP' COMMAND.aLSO SEE IT TO IT THAT UR
LISTENER IS ALSO STARTED. IT MAYBE COZ UR ORACLE DATABASE SERVICE IS
NOT GIVEN AUTOMATICALLY IN THE aDMINISTATION TOOL>SERVICES.

REGARDS,
CHERRISH VAIDIYAN


Yep, that is amazing, simply amazing. Anyways found out that there
was a miscommunication with one of my fellow coworkers, and it appears
to be a backup exec problem. Thanks for the help.
Jul 19 '05 #7
un***************@yahoo.com (Cherrish Vaidiyan) wrote in message news:<f0*************************@posting.google.c om>...
news:db**************************@posting.google.c om:
Since we have upgraded to oracle 9i every day or so we have to go in
and shutdown oracle and restart it, here is what we do:

sqlplus /nolog
connect sys as sysdba
password:
connected to an idle instance
shutdown
ORA-01034 Oracle not available
ORA-27101 Shared memory realm does not exist
startup

Then it starts up and works fine for another day or so.

This is running on a Windows 2000 machine with 512mb ram, 2 1.8GHz
processors.

Any ideas?


HELLO,
I AM JUST AMAZED TO SEE THAT U LOGIN TO ORACLE USING SYS AS
SYSDBA.THEN U GIVE SHUTDOWN COMMAND. Y?? IF IT IS CONNECTED TO IDLE
INSTANCE THEN DO GIVE 'STARTUP' COMMAND.aLSO SEE IT TO IT THAT UR
LISTENER IS ALSO STARTED. IT MAYBE COZ UR ORACLE DATABASE SERVICE IS
NOT GIVEN AUTOMATICALLY IN THE aDMINISTATION TOOL>SERVICES.

REGARDS,
CHERRISH VAIDIYAN


Yep, that is amazing, simply amazing. Anyways found out that there
was a miscommunication with one of my fellow coworkers, and it appears
to be a backup exec problem. Thanks for the help.
Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: simianphile | last post by:
OK, I had a problem that I've now fixed but I can't really understand what was causing it in the first place. I have an intranet site that uses basic authentication to allow users to view and...
3
by: Harry | last post by:
Using Oracle 8i enterprise on win 2000 (sp3) Installed the standard configuration & whenever I make a connection it takes about 10 secs. It's running on a P1900 with 1gb Ram so no reason there...
1
by: Phil Hindmoor | last post by:
Hi, I am sure if anyone can help me, you guys can! I am an Informix Developer, moving to Oracle 8i and later databases. I am struggling to find the Oracle equivelant to many of the useful...
5
by: SerGioGio | last post by:
Hello, I am going nuts. I am trying to connect to my local ORACLE instance using ODBC. It used to work few weeks ago, but it fails now. Connection with: - SQL*plus: connection works! -...
4
by: Ellen K. | last post by:
Hi all, Being that so far I didn't get an answer to my below problem on the Oracle newsgroup, I figured it couldn't hurt to try here. While at my current job I've been working with mostly SQL...
11
by: Ellen K | last post by:
Hi all, I set up our Oracle Financials as a linked server to one of my SQL Server boxes. On running a test query, I got the following error message: OLE DB provider 'MSDAORA' supplied...
63
by: Nick Palmer | last post by:
Hi all, Is there a DB2 equivilant to Oracle's DB Link functionality ? I have two DB2 databases and I need to get access to the tables in one from the other. In Oracle I would just create a DB...
2
by: Steve Foo | last post by:
I have been posting this question in google group, EE, and Oracle OTN forum and still no cannot find a suitable solution for it. I have contacted Singapore Microsoft support regarding the problem...
13
by: Chris Botha | last post by:
The machine is running XP Pro with all the latest service packs, etc. I must access an Oracle database so I installed the Oracle client stuff. I can query Oracle from a Windows app, no problem....
2
by: Ruslan A Dautkhanov | last post by:
Hello ! I'm about to install O9i on FreeBSD box. uname -a: FreeBSD stat2.scn.ru 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Apr 23 19:19:43 KRAST 2004...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.