Chinaunix首页 | 论坛 | 博客
  • 博客访问: 777928
  • 博文数量: 99
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1163
  • 用 户 组: 普通用户
  • 注册时间: 2016-09-22 09:50
个人简介

一个守望数据库的老菜鸟

文章分类

全部博文(99)

文章存档

2019年(21)

2018年(17)

2017年(37)

2016年(24)

我的朋友

发布时间:2017-11-25 20:34:44

博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5780032.html我们有时候会遇到,SQL传递参数的数据类型与表索引字段类型不一致,而无法走索引SQL> desc test1 Name             &nbs.........【阅读全文】

阅读(5361) | 评论(0) | 转发(0)

发布时间:2017-10-08 11:11:21

博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5773076.html(1)锁定或者说是稳定执行计划。SQL Profile对于一下类型语句有效:     SELECT语句;     UPDATE语句;     INSERT语句(仅.........【阅读全文】

阅读(1526) | 评论(0) | 转发(0)

发布时间:2017-10-02 19:30:36

博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:1.创建directory(1)创建用户授予至少create any directory的权限SQL> conn /as sysdbaConnected.SQL> SQL> create user test identified by test;Grant succeeded.(2)SQL> host mkdir -p /u01/outdataSQL> CREATE DIRECTORY ext_dir AS.........【阅读全文】

阅读(3663) | 评论(0) | 转发(0)

发布时间:2017-10-02 19:22:04

博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5772867.html1.创建db-link 建立database link之前需要保证:从local database到remote database的网络连接是正常的,tnsping要能成功;在remote database上面有相应的访问权限。Database link .........【阅读全文】

阅读(1009) | 评论(0) | 转发(0)

发布时间:2017-10-02 19:16:27

博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:......【阅读全文】

阅读(1004) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-03 17:08

下载Oracle核心源代码,百度tomcoding

回复  |  举报
留言热议
请登录后留言。

登录 注册