• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

笑看红尘

笑看红尘
  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2006年8月4日

oracle 解锁

摘要: select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time;--查看锁--alter system kill session 'sid,serial#';--把锁给KILL掉alter... 阅读全文

posted @ 2006-08-04 16:00 孙彬 阅读(855) 评论(0) 推荐(0)

存储过程中结构体的使用.相当于数组

摘要: type Type_BorrowID is table of varchar2(20); 定义一个表的一个varchar2(20)类型的一个字段 type Type_Date is table of varchar2(14); type Type_Number is table of number(10, 2); type Type_Dept is table of number(4); ... 阅读全文

posted @ 2006-08-04 09:45 孙彬 阅读(616) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3