码迷,mamicode.com
首页 >  
搜索关键字:oracle 12.2 online move    ( 49787个结果
Oracle中的SQL%ROWCOUNT
sql%rowcount用于记录修改的条数,就如你在sqlplus下执行delete from之后提示已删除xx行一样,这个参数必须要在一个修改语句和commit之间放置,否则你就得不到正确的修改行数。例如:SQL> declare n number; 2 begin 3 insert into t...
分类:数据库   时间:2014-05-07 17:21:07    阅读次数:386
Oracle优化技术
1、分区技术2、索引技术3、临时表技术--创建事务级临时表,commit之后数据将丢失但是表结构依然存在CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON CO...
分类:数据库   时间:2014-05-07 17:08:24    阅读次数:414
PL/SQL Developer连接本地Oracle 11g 64位数据库
1.登录PL/SQL Developer这里省略Oracle数据库和PL/SQL Developer的安装步骤,注意在安装PL/SQL Developer软件时,不要安装在Program Files (x86)目录下,不然无法启动PL/SQL Developer。奇怪这里为什么选择不到数据库的TNS...
分类:数据库   时间:2014-05-07 14:03:54    阅读次数:467
Ibatis 访问64位Oracle时的问题
Mybatis, Win64, Oracle
分类:数据库   时间:2014-05-07 14:01:52    阅读次数:398
oracle的exp、imp命令
1、EXP 1 a>完全模式 full=y 2 3 EXP USER/PASSWORD@DB (AS ROLE) BUFFER=64000 FILE=C:\FULL.DMP FULL=Y 4 5 b>用户模式 owner=user 6 7 EXP USER/PASSWO...
分类:数据库   时间:2014-05-07 13:53:41    阅读次数:392
ORACLE 11G 单实例 磁盘文件系统 DG 归档日志删除脚本 基于RED HAT LINUX 5.3 X86 64BIT
最近做个DG的归档日志删除,[oracle@.local logs]crontab -l * 8 * * * sh /home/oracle/dbscripts/del_arc.sh 该脚本分别调用 生成 删除 校验 三个脚本cat del_arc.sh #! /bin/bash source /home/oracle/.bash_profile sh /home/oracle/dbscrip...
分类:数据库   时间:2014-05-07 11:29:48    阅读次数:519
mutiple cycle cpu (转)
言简意赅A single instruction enters the CPU at the Fetch stage and the PC is incremented in one clock cycle. In the next clock cycle, the instruction move...
分类:其他好文   时间:2014-05-07 11:23:20    阅读次数:417
oracle 体系结构
1、oracle内存由SGA+PGA所构成2、oracle数据库体系结构数据库的体系结构是指数据库的组成、工作过程与原理,以及数据在数据库中的组织与管理机制。oracle工作原理:1)、在数据库服务器上启动Oracle实例;2)、应用程序在客户端的用户进程中运行,启用Oracle网络服务驱动器与服务...
分类:数据库   时间:2014-05-07 10:42:28    阅读次数:541
Linux(ubuntu)环境下配置weka
下载java vm。在命令行输入 wget --no-cookie --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" http://download.oracle.com/otn-pub/java/jdk/7u25-b15/jdk-7...
分类:系统相关   时间:2014-05-07 00:43:03    阅读次数:570
Oracle中分区表的使用
http://www.blogjava.net/freeman1984/archive/2011/08/08/356023.htmlhttp://blog.sina.com.cn/s/blog_713978a50100yboz.html
分类:数据库   时间:2014-05-07 00:17:11    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!