- 博客(18)
- 收藏
- 关注
转载 奇怪的ora-01722错误
一个和子查询,视图有关的ora-01722错误子查询中的ora-01722; 语句: select * from (select /*+full(b)*/ (substr(a034, 1, 4)) test...
2019-06-23 19:42:04 311
转载 转载 ---使用正则表达式实现四则运算的一条sql语句
使用正则表达式实现四则运算的一条sql语句 http://www.itpub.net/viewthread.php?action=printable&tid=1051167create table mar_te...
2019-06-20 17:48:06 204
转载 use_hash的使用实例
SELECT count(*) FROM FEEDBACK f, company r, feedback_detail d, category cWHERE f.feedback_status = 2 and f.fee...
2019-06-12 17:27:04 1748
转载 server_errno=1236
server_errno=1236设置主/从时,Log中出现如下的错误信息081023 16:56:47 mysqld ended081023 16:58:08 mysqld started081023...
2019-06-11 07:15:04 593
转载 WHERE 条件中的Is null 不能使用索引,除非加上not null的约束
WHERE 条件中的Is null 不能使用索引,除非加上not null的约束 。select * from test_jack a a a a a a a a a...
2019-06-10 07:39:05 960
转载 DUMP locally managed temporary tablespace
Normal 0 7.8 磅 0 2 false false false ...
2019-06-04 20:45:05 89
转载 windows下的数据库在重新安装操作系统如何重用
windows下的数据库在重新安装操作系统如何重用方法一: 1. 安装完操作系统。2. 安装数据库软件。(将原有的listener.ora tnsnames.ora password文件及spfile文件拷贝到相应目录下)3. ...
2019-05-28 10:42:06 230
转载 dump 段头
1. 定位出segment header的数据块select segment_name, header_file, header_block from dba_segments ...
2019-05-05 12:24:04 125
转载 使用trigger对update语句进行审计,且记下所提交的语句
create or replace trigger monitor_udpate_member after update on memberdeclarels_osuser varchar2(200) ;ls_ipaddr...
2019-04-24 22:06:07 244
转载 partition outer join
partition outer join ---对于员工100,101分别和部门表进行outer join 。此时用到right outer join,对于employee表中不匹配的记录,employee_id字段不显...
2019-04-08 07:18:05 126
转载 mysql master/slave复制设置
1. 在主库上创建replicate用户且赋予replication slave权限mysql> GRANT REPLICATION SLAVE ON *.* TO repclub2 IDENTIFIED BY...
2019-03-28 12:06:05 107
转载 导出数据库的DDL语句
导出数据库的DDL语句1. 方法1:: 使用包dbms_metadata.get_ddl 只能对一个单独对象使用,不能批量导出。select dbms_metadata.get_ddl('USER',UPPER('HR'...
2019-03-17 11:36:05 2940
转载 utf8字符集中的乱码
在server和client都为utf8字符集时,插入和查看中文都为乱码。需执行以下命令: Normal 0 7.8 磅 0 2 false...
2019-02-26 10:06:06 165
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人