摘要:
https://jingyan.baidu.com/article/3a2f7c2e144d2826aed61167.html 阅读全文
摘要:
一般程序包出现该问题,都是程序包的问题, 先检查一下程序包的问题,在看其他的。 >http://www.lxway.com/586292514.htm 阅读全文
摘要:
修改数据update语法: update table_name set column_name1=data1, column_name2=data2,...(where codition) ; 阅读全文
摘要:
/** 校正数据表和对应的序列 使用方法:在 SQL 窗口执行 call PROC_CORRECT_TABLEANDSEQ('表名','序列字段名','序列名');*/ create or replace procedure PROC_SEQ_RESET(v_seqname varchar2)asn 阅读全文
摘要:
--用户名不区分大小写--删除用户表空间drop user &用户名 cascade;drop tablespace &永久表空间名称 including contents and datafiles; drop tablespace &临时表空间名称 including contents and 阅读全文
摘要:
给scott用户解锁, 以sysdba用户进入 alter user scott account unlock; 给scott用户设置密码 alter user scott identified by tiger; 创建用户wpms created user wpms identified by w 阅读全文
摘要:
利用游标cursor 阅读全文