
oracle
iteye_1020
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ORACLE_10g
####################################################################### oracle 10g# ----------# OracleDBConsoleorcl# OracleJobSchedulerORCL# OracleOraDb10g_home1iSQL*Plus [Y]# ...原创 2009-12-12 10:51:15 · 102 阅读 · 0 评论 -
统计数据的SQL例子
[code="java"]/* Formatted on 2011/06/08 17:58 (Formatter Plus v4.8.8) */SELECT (SELECT 1 + 1 FROM DUAL) + (SELECT 2 + 2 FROM DUAL) col1, 3 + 4 col2, 34 col3 FROM DUAL;/* result...原创 2011-06-09 13:21:23 · 208 阅读 · 0 评论 -
ORACLE Isolation Level
ORACLE Isolation Level 4个级别,3种读取情况 Isolation LevelDirty ReadNonrepeatable ReadPhantom ReadRead uncommittedPossiblePossiblePossibleRead committedNot possiblePoss...原创 2011-08-03 17:34:11 · 248 阅读 · 0 评论 -
11g_Install_Steps
################################################################## oracle 11g# # 1.# download the install file from oracle official site.# two large files.# # 2.# make ...原创 2011-03-31 11:14:28 · 119 阅读 · 0 评论 -
卸载ORACLE
Manual and Clean Uninstall Oracle for Windows Warning: Editing registry may cause problems to your PC. If you facing problems trying to uninstall Oracle from your Windows workstation, or unabl...原创 2012-02-10 22:49:03 · 135 阅读 · 0 评论 -
oracle11g在ghost_xp_sp3上安装出现问题的解决办法
oracle11g在ghost_xp_sp3上安装出现问题的解决办法 首先保证 Server 服务开启然后在 命令提示符下 键入 “net share c$=c:” 回车 C盘的默认共享,建议把其他的盘也开了. 原因:不打开默认共享,oracle无法检查环境的可用性! 还有安装时记得把默认的字符改成unicode,千万别用蛋疼的gbk之类码....原创 2012-07-19 12:23:35 · 213 阅读 · 0 评论