上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 65 下一页
摘要: Working with Strings By Steven Feuerstein Part 3 in a series of articles on understanding and using PL/SQL Every application needs data. That seems ra 阅读全文
posted @ 2013-08-20 01:26 一锤子技术员 阅读(6) 评论(0) 推荐(0) 编辑
摘要: This article gives you all the information you need in order to begin working with numbers in your PL/SQL programs. Numbers in PL/SQL PL/SQL offers a 阅读全文
posted @ 2013-08-19 00:39 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Working with Dates in PL/SQL By Steven Feuerstein 史蒂芬.佛伊尔斯坦 The previous articles in this introductory PL/SQL series focused on working with strings a 阅读全文
posted @ 2013-08-18 00:54 一锤子技术员 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 转载自: Windows XPSP3通过网络级身份验证方式连接Windows Server 2008远程桌面 远程桌面大大方便了大家的日常管理工作,Windows Server 2008同样秉承这一优秀特性,并引入网络级身份验证(NLA)作为远程桌面连接的默认身份验证方式。 网络级身份验证 (NLA 阅读全文
posted @ 2013-08-14 23:04 一锤子技术员 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 以下内容来自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 一锤子技术员 阅读(19) 评论(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 一锤子技术员 阅读(2) 评论(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 一锤子技术员 阅读(4) 评论(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 一锤子技术员 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Oracle Autonomous Transactions 自治事务允许你离开主事务环境,执行一个独立事务,不影响主事务状态下返回主事务。 自治事务与调用事务没有关联,所以只有已提交的数据可以被2个事务共享。 Autonomous transactions allow you to leave t 阅读全文
posted @ 2013-07-16 13:42 一锤子技术员 阅读(22) 评论(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 一锤子技术员 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 65 下一页