惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
DataBreaches.Net
腾讯CDC
GbyAI
GbyAI
I
InfoQ
博客园 - Franky
G
Google Developers Blog
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
Vercel News
Vercel News
博客园_首页
MyScale Blog
MyScale Blog
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium
V
V2EX
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
雷峰网
雷峰网
H
Hackread – Cybersecurity News, Data Breaches, AI and More
大猫的无限游戏
大猫的无限游戏
The GitHub Blog
The GitHub Blog

博客园 - trylazy

oracle 共享服务器 专用服务器 SQLPlus 点滴 oracle初始化参数 Oracle 学习记录 oracle的Bug? 存取器不是参数存取器 C# Equals 与 == 程序的易用性 dcom 终端 多个实例 asp.net 超时 asp.net 重启 数据库表设计 根据机器名不能访问 C# WinForm .net Drag Drop NULL SQL Server Oracle 更改Delphi 中ClientDataSet中字段的数据类型 VS.net在打开窗体设计器时报错 安装程序检测到另一个程序要求计算机重启 Log4net使用注意 高精度计数 .net 1.1
Oracle 错误
trylazy · 2006-05-08 · via 博客园 - trylazy

 1.   登陆出现ora-27101错误? 
        错误如下: 
        SQL*Plus: Release 8.1.7.0.0 - Production on 星期六 5月 8 08:02:41 2004 

        (c) Copyright 2000 Oracle Corporation. All rights reserved. 
    
        请输入用户名: system 
        请输入口令: 
        ERROR: 
        ORA-01034: ORACLE not available 
        ORA-27101: shared memory realm does not exist 
        
    解决方法:
        实例没有启动

        sqlplus /nolog
        connect / as sysdba
        startup 

        then ...

posted on 2006-05-08 09:31  trylazy  阅读(210)  评论()    收藏  举报