posted @ 2009-10-22 14:15 hallo 阅读(2417) 评论(0) 推荐(0) 编辑
摘要:
Windows 2008 中安装 Virtual Server 2005 R2 SP1 分为三个步骤。首先安装主程序,然后打相应的补丁包。------------------------------------------------------------------------------------------------------------------------- 下面显示的是 Vi... 阅读全文
摘要:
TiddlyWiki 一个小巧的 Wiki 系统,完全由 CSS + JavaScript + HTML 所开发。是一个很好的知识管理工具。 由于笔记中需要书写数学公式,就想到使用 LaTex 插件来完成。这个 jsMath 使用 JavaScript 来写的。它的安装稍微复杂了一些。1. 安装 jsMath 插件包 下载 jsMath 插件包,这里选择 jsMath-3.6c.zip 。将内容解... 阅读全文
posted @ 2009-09-28 18:23 hallo 阅读(1706) 评论(0) 推荐(0) 编辑
摘要:
PL/SQL 中的 Automatic Statistics 功能用来为所执行的 SQL 语句、测试用的脚本生成统计报表。通常情况下,新建的用户由于不具有相应的权限,所以实际并不能使用(即使你激活了该选项,可以参看这里),如下图所示。 这里的权限针对是否允许访问 动态性能表(Dynamic Performance Tables) 。 如果希望让一般用户也具有这项自动统计的功能,可以通过管理员授予如... 阅读全文
posted @ 2009-08-25 19:09 hallo 阅读(3358) 评论(1) 推荐(2) 编辑
摘要:
Dynamic Performance Tables not accessible, Automatic Statistics Disabled for this session You can disable statistics in the preference menu,or obtanin select priviliges on the v$session,v$sesstat and ... 阅读全文
posted @ 2009-08-25 18:28 hallo 阅读(2436) 评论(0) 推荐(0) 编辑
摘要:
ORA-0131: Insufficient privileges. Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database w... 阅读全文
posted @ 2009-08-25 14:58 hallo 阅读(4267) 评论(0) 推荐(0) 编辑
摘要:
NLS - 区域语言支持,用来定义用户所在区域的日期格式,计数方法,货币单位以及语言设置等选项。 阅读全文
posted @ 2009-06-28 20:34 hallo 阅读(1977) 评论(0) 推荐(0) 编辑
摘要:
USERENV 可以用来查看当前 SESSION 的相关信息,诸如是否拥有 DBA 权限(ISDBA)、当前会话的 SESSIONID 等。 阅读全文
posted @ 2009-06-28 19:40 hallo 阅读(580) 评论(0) 推荐(0) 编辑