易截截图软件、单文件、免安装、纯绿色、仅160KB

Linux下oracle 10g 中关闭数据库错误

 一次奇怪的数据库启动和关闭经历。
SQL> conn / as sysdba
Connected to an idle instance.
SQL> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01089: immediate shutdown in progress - no operations are permitted
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown abort
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 2499805184 bytes
Fixed Size                  1262368 bytes
Variable Size            1073745120 bytes
Database Buffers         1409286144 bytes
Redo Buffers               15511552 bytes
staDatabase mounted.
Database opened.
SQL> SQL>
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>


相关文档:

实战Linux Bluetooth编程(六) L2CAP编程实例

例一:发送Signaling Packet:
Signaling Command是2个Bluetooth实体之间的L2CAP层命令传输。所以得Signaling Command使用CID 0x0001.
多个Command可以在一个C-frame(control frame)中发送。
 如果要直接发送Signaling Command.需要建立SOCK_RAW类型的L2CAP连接Socket。这样才有机会自己填充Command Code,Identi ......

Linux做代理上网服务器

 
2007年12月05日 星期三 05:36
Linux做代理上网服务器
Linux做代理上网服务器--送给那些想用Linux做网吧代理上网服务器的朋友
首先声明,会这个的老鸟不用看,我这只是给新手看的
首先安装好Linux,准备一台有两块网卡的服务器,一网卡接内网,另一网卡接外网,比如网吧外网IP为61.178.89.234 内网IP段为192.16 ......

超级简单用puppy linux 建立自己的LIVECD

超级简单用puppy linux 建立自己的LIVECD
2008-05-18 13:32
copy form
http://www.linuxsir.org/bbs/thread328351.html
声明: 这是写给和我一样,连命令行不懂的新手看的。
别人还在学习linux,你没学习狗屁不懂的已经发放你自己命名的版本了,有意思吧。下面就教你如何DIY你自己的linux版本。
如果你在 windows下会 ......

Linux下启动Oracle服务和监听程序(基础知识)

 
oracle数据库是重量级的,其管理非常复杂,将其在linux平台上的启动和关闭步骤整理一下。
安装完毕oracle以后,需要创建oracle系统用户,
并在/home/oracle下面的.bash_profile添加几个环境变量:
ORACLE_SID,ORACLE_BASE,ORACLE_HOME。
比如:
export ORACLE_SID=test export ORACLE_BASE=oracle_install_di ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号