易截截图软件、单文件、免安装、纯绿色、仅160KB

oracle raw device create tablespace

  
[root@vmfs sysconfig]# lvdisplay |grep db_d
  LV Name                /dev/db_v4/db_d_22
  LV Name                /dev/db_v4/db_d_23
  LV Name                /dev/db_v4/db_d_24
  LV Name                /dev/db_v4/db_d_25
  LV Name                /dev/db_v4/db_d_26
  LV Name                /dev/db_v3/db_d_13_ct1
  LV Name                /dev/db_v3/db_d_14_ct2
  LV Name                /dev/db_v3/db_d_15_ct3
  LV Name                /dev/db_v3/db_d_16_redo1
  LV Name                /dev/db_v3/db_d_17_redo2
  LV Name                /dev/db_v3/db_d_18_redo3
  LV Name                /dev/db_v3/db_d_19
  LV Name                /dev/db_v3/db_d_20
  LV Name                /dev/db_v3/db_d_21
  LV Name                /dev/db_v1/db_d_1
  LV Name   &nbs


相关文档:

windows 启动 oracle 批处理脚本

 Oracle安装后,会把4个服务设为自动启动,分别为:
1. OracleOraHome90Agent
2. OracleOraHome90HTTPServer
3. OracleOraHome90TNSListener
4. OracleServiceORA
         其中第二个不是必须的,可以在服务里把它禁用。其他三个在Oracle运行时都要启动。
   ......

Oracle复杂查询

1、查询两个日期之间的数据。
假设有表Table1,其创建表的sql语句为:
create table Table1(
StationID    NUMBER(10) Primary key,
Year           NUMBER(4)  not null,
Month        NUMBER(2)  n ......

Oracle Waits event:DB File Scattered Read

The DB File Scattered Read wait event generally indicates waits related to full table scans or fast
full index scans. As full table scans are pulled into memory, they are scattered throughout the
buffer cache, since it is usually unlikely that they fall into contiguous buffers. A large numb ......

Oracle waits event:DB File Sequential Read

The DB File Sequential Read wait event generally indicates a single block read (an index read,
for example). A large number could indicate poor joining orders of tables or unselective indexing.
This number will certainly be large (normally) for a high-transaction, well-tuned system. You ......

oracle sql loader


SQL*LOADER是ORACLE的数据加载工具,通常用来将操作系统文件迁移到ORACLE数据库中。SQL*LOADER是大型数据
仓库选择使用的加载方法。
  在NT下,SQL*LOADER的命令为SQLLDR,在UNIX下一般为sqlldr/sqlload。
  如执行:d:\oracle>sqlldr
SQL*Loader: Release 8.1.6.0.0 - Production on 星期二 1月 8 11:06:42 2 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号