![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Hi, I installed OracleExpress on a windows 2003 server. Right after the installation, I was able to create and use a database. Then, after the first reboot, the database didn't start automatically, but after SQL> connect / SQL> startup things worked fine again. Now, after a third reboot, this trick doesn't work anymore: SQL> connect / ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Q: How can I fix this? (there is already data in my database that I really would like to use) And that Oracle behaves differently after the second and the third reboot? Thanks in advance for your help. Below is the result of a few obvious things that I checked before posting this message. M. I've checked the ORACLE_SID in the environment and it is set to XE. >set ... ORACLE_SID=XE ... The listener is running: >lsnrctl status XE STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for 32-bit W..: Ver.. 10.2.0.1.0 - Production Start Date 01-NOV-2006 10:29:36 Uptime 0 days 0 hr. 1 min. 22 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Default Service XE and tnsping works: >tnsping xe ... OK (30 msec) |
#12
| |||
| |||
|
|
"Forum registration is possible only by downloading and installing Oracle Database XE. After installation, click on the "Registration" link from the Database homepage." - http://www.oracle.com/technology/pro.../xe/forum.html |
#13
| |||
| |||
|
|
Frank van Bortel wrote: Mathijs schreef: 01 nov 2006, (Charles Hooper): Check the initialization file, check the alert log. I suspect this has something to do with it: Mon Oct 30 11:35:58 2006 Memory Notification: Library Cache Object loaded into SGA Heap size 2208K exceeds notification threshold (2048K) KGL object name :XDB.XDbD/PLZ01TcHgNAgAIIegtw== However, I would not know where to start resolving this... Someone else, perhaps? Any more messages after this line? I believe that "Heap size 2208K exceeds notification threshold (2048K)" just indicates that a large object is being read into the SGA. Each object loaded into the SGA requires a continuous range of memory. Loading and unloading of large objects into the SGA can cause lot of little available memory areas, that may be too small for a slightly larger object to use, thus the instance may reach the SGA_MAX size quicker than expected. This is just a polite warning that a large (2.2MB) object is being loaded. I almost tripped over that warning too. Charles Hooper PC Support Specialist K&M Machine-Fabricating, Inc. Hm - it has nothing to do with limits imposed on XE, then? |
#14
| |||
| |||
|
|
Charles Hooper schreef: Frank van Bortel wrote: Mathijs schreef: 01 nov 2006, (Charles Hooper): Check the initialization file, check the alert log. I suspect this has something to do with it: Mon Oct 30 11:35:58 2006 Memory Notification: Library Cache Object loaded into SGA Heap size 2208K exceeds notification threshold (2048K) KGL object name :XDB.XDbD/PLZ01TcHgNAgAIIegtw== However, I would not know where to start resolving this... Someone else, perhaps? Any more messages after this line? I believe that "Heap size 2208K exceeds notification threshold (2048K)" just indicates that a large object is being read into the SGA. Each object loaded into the SGA requires a continuous range of memory. Loading and unloading of large objects into the SGA can cause lot of little available memory areas, that may be too small for a slightly larger object to use, thus the instance may reach the SGA_MAX size quicker than expected. This is just a polite warning that a large (2.2MB) object is being loaded. I almost tripped over that warning too. Charles Hooper PC Support Specialist K&M Machine-Fabricating, Inc. Hm - it has nothing to do with limits imposed on XE, then? -- Regards, Frank van Bortel Top-posting is one way to shut me up... |
#15
| |||
| |||
|
|
1) Register your request to access tyhe XE forum at http://www.oracle.com/technology/xe/registration |
|
2) Sign in to the OTN Discussion groups with the same userid that you registered; |
|
3) Access the discussion forum at http://forums.oracle.com/forums/forum.jspa?forumID=251 |

#16
| |||
| |||
|
|
2) Sign in to the OTN Discussion groups with the same userid that you registered; http://forums.oracle.com/forums/cate...?categoryID=84 (I'm logged in, top right says Welcome, Mathijs) |
#17
| |||
| |||
|
|
On Thu, 02 Nov 2006 08:21:06 +0000, Mathijs wrote: 2) Sign in to the OTN Discussion groups with the same userid that you registered; http://forums.oracle.com/forums/cate...?categoryID=84 (I'm logged in, top right says Welcome, Mathijs) Does it show the XE forum on the bottom of that page? Did you sign in using the same userid that was registered for XE? |
#18
| |||
| |||
|
|
Does it show the XE forum on the bottom of that page? Did you sign in using the same userid that was registered for XE? And ... did you re-sign in after you registered? |
![]() |
| Thread Tools | |
| Display Modes | |
| |