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

oracle 解锁 unlock

select  s.username, 
  decode(l.type,'TM','TABLE  LOCK', 
                              'TX','ROW  LOCK', 
                              NULL)  LOCK_LEVEL, 
  o.owner,o.object_name,o.object_type, 
  s.sid,s.serial#,s.terminal,s.machine,s.program,s.osuser 
  from  v$session  s,v$lock  l,dba_objects  o 
  where  s.sid=l.sid 
  and  o.object_id=l.id1 
  and  s.username  is  not  null
alter system kill session 'sid,serial#'
转自:http://blog.csdn.net/qudymeteor/archive/2009/02/20/3915545.aspx


相关文档:

LEI 连接ORACLE 版本问题

Can you connect to an Oracle database with a 64-bit Oracle client?
 Technote (FAQ)
 
 
 
Question
You are unable to connect to an Oracle database with a 64-bit Oracle client. Does Lotus Enterprise Integrator (LEI), Lotus Domino Enterprise Connection Services (DECS), or LSX ......

关于Oracle 10g scott用户解锁的方法

以system登录进去之后,执行下面的命令:
SQL> alter user scott account unlock; (完成解锁的操作)
 用户已更改。
SQL> alter user scott identified by tiger; (重新给scott这个用户设定密码)
 用户已更改。
SQL> conn scott/tiger  
已连接。 ......

ORACLE物化视图 物化视图的快速刷新


带UNION ALL物化视图的快速刷新
1.   定义的查询的union all操作必须在最顶等级(查询重写后)
2.   物化视图日志指定rowid和including new values
3.   如果表设涉及到一个大量的insert或者直接路径加载,deletes,update,指定sequencea
4.   from列表 ......

oracle 存储图片的存储过程[转]

 C:\>sqlplus /nolog
  SQL*Plus: Release 9.2.0.1.0 - Production on 星期三 1月 19 14:46:21 2005
  Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
  SQL> connect chanet/chanet@oradb;
  已连接。
  SQL> CREATE TABLE IMAGE_LOB (T_ID VARCHAR2 (5) NOT NULL,T_IMAGE ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号