
orcle
文章平均质量分 65
qq_41537835
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQL中EXISTS与IN的使用及效率
Sql中EXISTS与IN的使用及效率 </h1> <div class="post"> <div class="postcontent"> in 和exists对于以上两种查询条件,in是把外表和内表作hash 连接,而exists 是对外表作loop 循环,每次loop 循环再对内表进行查询。...原创 2020-02-23 12:01:39 · 191 阅读 · 0 评论 -
为什么group by后面不能使用列的别名
同事工作中遇到一个问题:select count(billingdate),to_char(billingdate,'YYYYmm') monthfrom tu_tradewhere to_char(billingdate,'YYYY') ='2017'and repo...转载 2020-02-23 10:56:36 · 667 阅读 · 1 评论 -
oracle initialization or shutdown in progress解决方法
本文是转载的文章,已经很好了,但我来作点补充,红色部分为修改的部分!今儿一直在测试服务器的迁移问题,不断地创建表空间、创建数据库、创建用户。后来感觉创建这么多东西太占用磁盘空间,心想删除一下吧,于是,我们执行了dbca命令,将没用的数据库统统删除,将dbf和dmp文件也统统删除了,再后来发现服务无法启动了,连接时会提示oracle initialization or shutdown in ...转载 2019-02-25 15:18:45 · 1097 阅读 · 1 评论 -
家庭版找不到用户和组的情况下用CONN / AS SYSDBA命令登录win10系统的Oracle11g,显示ORA-01031: insufficient privileges
问题:使用CONN / AS SYSDBA(注意空格)命令登录win10系统的Oracle11g数据库...转载 2019-07-15 09:35:27 · 206 阅读 · 0 评论