摘要:
删除用户 由于资源占用,oracle报错01940,解决方案如下: 1.首先将索要删除的用户锁定,这句必须执行,否则之后杀死进程无效! alter user 用户名 account lock; 2.从【v$Session】表查看当前用户占用资源,有使用资源的情况下,肯定不能删除用户 select s 阅读全文
摘要:
create or replace function getid(newId in number) return number is isInsert number(8); begin isInsert:=0; --查出v_calling_type select flow_id into isIns 阅读全文