Warning: include_once(/home/tabrez/www/talk/mtrefsearch.php) [function.include-once]: failed to open stream: No such file or directory in /home/tabrezsyed/mandalivia.com/talk/archives/000498.php on line 118
Warning: include_once() [function.include]: Failed opening '/home/tabrez/www/talk/mtrefsearch.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/tabrezsyed/mandalivia.com/talk/archives/000498.php on line 118
August 19, 2003
More Oracle issues
Google Groups: View Thread "What means: Shared memory realm does not exist?"
So I had this problem on a Win XP box (keywords: win32 windows, windows NT, Win2k, windows 2000). All of a sudden my app server refused to work. It would complain that:
== ORA-01034: ORACLE not available
== ORA-27101: shared memory realm does not exist
I tried restarting my machine. I tried restarting the Oracle DB. I tried connecting from Net 8 Assistant to no avail. The magic incantation is:
sqlplus /nolog
connect sys/ORACLE as sysdba
startup
(ORACLE is the default password if you haven't taken the time to change it).
Comments
Post a comment