摘要:
数据库启动失败 ORA-03113: end-of-file on communication channel SQL> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACL 阅读全文
摘要:
1:使用decode判断字符串是否一样 DECODE(value, if1, then1, if2, then2, if3,then3, ..., else) 含义为IF 条件=值1 THEN RETURN(value 1)ELSIF 条件=值2 THEN RETURN(value 2) ..... 阅读全文
摘要:
rpad函数从右边对字符串使用指定的字符进行填充 rpad(string,padded_length,[pad_string]) string 表示:被填充的字符串 padded_length 表示:字符的长度,是返回的字符串的数量,如果这个数量比原字符串的长度要短,rpad函数将会把字符串截取成从 阅读全文
摘要:
1.数据库服务器 Database Server 2. 数据库实例 Database Instance 3.系统全局区 System Global Area 4.程序全局区 Program Global Area 5.后台进程 Background processes 程序全局区域(PGA)是一个非 阅读全文
摘要:
软解析(soft prase)和硬解析(hard prase)以及 Soft Soft Parse 每个sql会产生两个share cursor 父游标(parent cursor)和子游标(child cursor) ,缓存在库缓存区的对象都是以一种叫库缓存对象句柄(library cache o 阅读全文