`
文章列表
*创建临时表空间 create temporary tablespace test_temp tempfile 'E:\oracle\product\10.1.0\oradata\orcl\test_temp01.dbf' size 32m autoextend on next 32m maxsize 2048m extent management local; *创建用户表间 create tablespace test_data logging datafile 'E:\oracle\product\10.1.0\oradata\orcl\test_temp01. ...
下面介绍下 oracle10g 创建用户 创建用户步骤: * 连接到sqlplus 打开“运行”,输入“sqlplus "as sysdba"” 回车,用户名 sys,密码 ******,登陆成功; * 创建用户(同时分配空间,解除锁定) create user userdb identified by ****** DEFAULT TABLESPACE **** quota unlimited on system account unlock; * 授权 连接、操作 权限 grant connect,resource to userdb; ...
启动 1.切换到oracle用户: su - oracle 2.启动监听: lsnrctl start 3.进入sqlplus: sqlplus / as sysdba 4.启动数据库: startup 关闭 shutdown shutdown的参数 Normal 需要等待所有的用户断开连接 Immediate 等待用户完成当前的语句 Transactional 等待用户完成当前的事务 Abort 不做任何等待,直接关闭数据库 normal需要在所有连接用户断开后才执行关闭数据库任务,所以有的时候看起来好象命 ...
http://yjlogo.iteye.com/blog/196720 http://www.iteye.com/topic/150762 http://jinyan798.iteye.com/blog/335497 http://wallimn.iteye.com/blog/481016 http://jinguo.iteye.com/blog/336548 oracle基本操作 http://www.blogjava.net/WshmAndLily/articles/144115.html
1、查询当前用户下的所有表 select 'alter table '|| table_name ||' move tablespace tablespacename;' from user_all_tables; 2、查询当前用户下的所有索引 select 'alter index '|| index_name ||' rebuild tablespace tablespacename;' from user_indexes; 3.表查询到的结果中,把tablespace换成具体的名称 ALTER TABLE ANWEI MOVE TABLESPACE CB ...
update TS_GroupCustAttr set applydeletetime = TO_DATE("2008-07-22 00:00:00","%Y-%m-%d %H:%M:%S") where groupcustomerkey = 2000000152; insert into userdb17.OCS_SubNegBalance values(915, to_date('2008-2-9 10:30:38', 'yyyy-mm-dd hh:mi:ss'), to_date('2008-2-9 10:30:38', ...
CondLoadData $SYSDB $eosmenu EOSMENU "menuid like '%LRN_Service_%'" CondLoadData() { if [ $# -ne 4 -a $# -ne 3 ];then echo "Error: condLoadData: parameter error." return 1 fi dbName=$1 dataFile=$2 table=$3 condition=$4 # Log " -------------------- ...
struts 2 http://darkranger.iteye.com/category/59243 http://xiaoyao1052.iteye.com/blog/486458 http://jackyrong.iteye.com/blog/485719 java比较 http://pengcqu.iteye.com/blog/490149 java IO http://leonel.iteye.com/blog/487106 java 加密 http://cqjava.iteye.com/blog/486110 对象的创建与销毁 http://fredred.iteye. ...

dojo

    博客分类:
  • ajax
http://blog.csdn.net/jsjzzh/archive/2007/03/16/1531150.aspx http://blog.csdn.net/salesforce/archive/2009/07/28/4384757.aspx http://blog.csdn.net/kdnuggets/archive/2007/12/09/1925624.aspx http://blog.csdn.net/hxf0759/archive/2009/05/15/4182410.aspx http://blog.csdn.net/tangcx/archive/2007/05/25/16 ...
大话设计模式<六>
大话设计模式<六>
大话设计模式<六>
大话设计模式<二>
大话设计模式<二>
大话设计模式<二>
Global site tag (gtag.js) - Google Analytics