Welcome 微信登录

首页 / 数据库 / MySQL / 一个简单的Oracle存储过程测试数据插入效率

一,测试准备1 创建表数据空间SQL> create tablespace cat_data nologgingdatafile "/home/Oracle/app/oracle/oradata/catdb/cat_data.dbf" size 4096Mextent management local autoallocate; 2,创建表索引空间SQL> create tablespace cat_index nologgingdatafile "/home/oracle/app/oracle/oradata/catdb/cat_index.dbf" size 4096Mextent management local autoallocate;3,创建用户SQL> create user cat identified by cat default tablespace cat_data account unlock;SQL> grant connect, resource to cat;SQL> grant select on v_$instance to cat;SQL> grant select on v_$session to cat;SQL> grant select any table to cat;SQL> grant alter any sequence to cat;SQL> grant create any trigger to cat;SQL> grant create any directory to cat;SQL> grant create any procedure to cat;SQL> grant create any table to cat;SQL> grant dba to cat;更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12
  • 1
  • 2
  • 3
  • 下一页
Oracle 逐条和批量插入数据方式对比Fedora 16 X86_64系统下Oracle 11g R2的安装笔记相关资讯      Oracle数据库基础教程 
  • 在Oracle数据库中插入含有&符号的  (03/06/2013 09:20:14)
  • Oracle 执行计划更改导致数据加工  (02/13/2013 14:45:04)
  • 判断Oracle Sequence是否存在  (02/13/2013 14:32:26)
  • Oracle数据库中无法对数据表进行  (02/26/2013 14:24:58)
  • Oracle 在同一台主机上建立用户管  (02/13/2013 14:40:58)
  • Oracle em 无法启动,报not found错  (02/13/2013 14:29:48)
本文评论 查看全部评论 (0)
表情: 姓名: 字数