07 2013 档案

摘要:以下内容来自Oracle FAQ writen By Kevin,关于ANYDATA类型在项目中的应用。 My newest project needed to create a record keeping component that would keep track of balancing 阅读全文
posted @ 2013-07-23 08:17 一锤子技术员 阅读(33) 评论(0) 推荐(0) 编辑
摘要:Comparing the Contents of Two Tables A表和B表。拥有一致列,C2一列内容不同。 I have two tables named A and B. They have identical columns and have the same number of ro 阅读全文
posted @ 2013-07-21 15:02 一锤子技术员 阅读(3) 评论(0) 推荐(0) 编辑
摘要:Selective System Grants 问题: 我只想授予XX用户alter system set user_dump_dest 权限! I want to give users the ability to execute "alter system set user_dump_dest" 阅读全文
posted @ 2013-07-21 14:48 一锤子技术员 阅读(5) 评论(0) 推荐(0) 编辑
摘要:All about Security - SQL Injection 最近做个一个有关ORACLE数据库安全的网上研讨。我们有1300多位参与者,反馈相当丰富。 I recently did a web seminar on Oracle Database Security (you can see 阅读全文
posted @ 2013-07-20 20:05 一锤子技术员 阅读(10) 评论(0) 推荐(0) 编辑
摘要:Oracle Autonomous Transactions 自治事务允许你离开主事务环境,执行一个独立事务,不影响主事务状态下返回主事务。 自治事务与调用事务没有关联,所以只有已提交的数据可以被2个事务共享。 Autonomous transactions allow you to leave t 阅读全文
posted @ 2013-07-16 13:42 一锤子技术员 阅读(36) 评论(0) 推荐(0) 编辑
摘要:Linux下Mysql的配置 安装 rmp -ivh MySQL-server-4.1.22-0.glibc23.i386.rpm --nodeps rmp -ivh MySQL-client-4.1.22-0.glibc23.i386.rpm --nodeps 查看是否安装成功 netstat - 阅读全文
posted @ 2013-07-14 19:20 一锤子技术员 阅读(2) 评论(0) 推荐(0) 编辑
摘要:解决mysql导入导出数据乱码问题 2013-04-03 22:56:51 来源:JS8.IN 作者:三水清 最近在linux上面用mysqldump导出数据,放在windows系统中导入就会出现中文乱码,然后就会导致出现: Unknown MySQL server host和Can't conne 阅读全文
posted @ 2013-07-14 19:18 一锤子技术员 阅读(6) 评论(0) 推荐(0) 编辑
摘要:Mantis迁移实战 名词解释 Mantis: 开源的BUG管理平台Mantis,也做MantisBT。 同档次产品有EasyBUG,QC,BugFree,Bugzila。 Xampp: 原名叫LAMPP。windows,linux下apache,mysql,php,perl集成安装包。 同档次产品 阅读全文
posted @ 2013-07-14 19:16 一锤子技术员 阅读(24) 评论(0) 推荐(0) 编辑
摘要:The WRAP Utility and the DBMS_DDL Package On occasion it is necessary to hide (obfuscate) your PL/SQL source code. Traditionally this has been done us 阅读全文
posted @ 2013-07-13 09:15 一锤子技术员 阅读(25) 评论(0) 推荐(0) 编辑
摘要:ORACLE 10G OFFICIAL DOCUMNET 一 介绍: 1、语法 for all statement ::= bounds_clause ::= 2、关键字与参数介绍: ==index_name:一个无需声明的标识符,作为集合下标使用; ==sql_statement:静态语句,例如: 阅读全文
posted @ 2013-07-07 15:41 一锤子技术员 阅读(19) 评论(0) 推荐(0) 编辑
摘要:Listing 1: dir *.csv type abc.csv sqlplus scott/tiger@orcl create table emp1 (name varchar2(80), salary number); host notepad abc.ctl load data infile 阅读全文
posted @ 2013-07-06 20:26 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示