摘要:        
一般程序包出现该问题,都是程序包的问题, 先检查一下程序包的问题,在看其他的。 >http://www.lxway.com/586292514.htm    阅读全文
posted @ 2018-01-08 17:58
AlisonGavin
阅读(1708)
评论(0)
推荐(0)
        
            
        
        
摘要:        
修改数据update语法: update table_name set column_name1=data1, column_name2=data2,...(where codition) ;    阅读全文
posted @ 2018-01-08 14:58
AlisonGavin
阅读(269)
评论(0)
推荐(0)
        
            
        
        
摘要:        
/** 校正数据表和对应的序列 使用方法:在 SQL 窗口执行 call PROC_CORRECT_TABLEANDSEQ('表名','序列字段名','序列名');*/ create or replace procedure PROC_SEQ_RESET(v_seqname varchar2)asn    阅读全文
posted @ 2018-01-08 14:10
AlisonGavin
阅读(286)
评论(0)
推荐(0)
        
            
        
        
摘要:        
--用户名不区分大小写--删除用户表空间drop user &用户名 cascade;drop tablespace &永久表空间名称 including contents and datafiles; drop tablespace &临时表空间名称 including contents and     阅读全文
posted @ 2018-01-08 14:09
AlisonGavin
阅读(673)
评论(0)
推荐(0)
        
            
        
        
摘要:        
给scott用户解锁, 以sysdba用户进入 alter user scott account unlock; 给scott用户设置密码 alter user scott identified by tiger; 创建用户wpms created user wpms identified by w    阅读全文
posted @ 2018-01-08 14:03
AlisonGavin
阅读(169)
评论(0)
推荐(0)
        
            
        
        
摘要:        
利用游标cursor    阅读全文
posted @ 2018-01-08 13:59
AlisonGavin
阅读(393)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号