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

HOW TO SETUP ORACLE ON A RAW PARTITION

HOW TO SETUP ORACLE ON A RAW PARTITION
What is a Raw device and what is the advantage of having a Raw device?
A Raw device, or a Raw disk partition, is a hardware device that is
supported
by a character device driver.  Raw devices are not buffered by the kernel;
the data is transferred directly between the user's buffers and the device.
This direct transfer makes the I/O operation much faster when compared to
FAT
and NTFS file systems.  So, if you are I/O bound with your system, you may
want to locate your log and datafiles to RAW partitions to gain I/O
performance.
The trade-off of the raw partition choice is restricted configuration
options.  Each RAW partition equates to a single file and is represented by
a
single file which is then represented by a single drive letter.
How to create a RAW partition on Windows NT
............................................................................
.
After the installation of Oracle on FAT or NTFS file systems, but before
creating the tablespaces that belong to datafiles, or putting the Log files
on RAW devices, we have to create the RAW partitions on Windows NT. In order
to do that, follow this procedure:
  1) Go into the "Disk Administrator" in the Administrative Tools.  If you
     already have free space there.  Single click on it.
NOTE:  If you don't have free space, you have to delete one of the
partitions
that you don't need anymore.  To do so, select the drive that you don't want
anymore, then select "Delete", under the "Partition" menu.
  2) Go to "Partition" menu and select "Create" in "Create Primary
Partition"
     screen.  Create the partition equal to the size of the file plus 1M,
     then click on OK.
  3) Do the same thing to create the new unformatted partitions for the
other
     fil


相关文档:

关于Oracle在AIX平台实施的 培训内容安排

《oracle大型数据库系统在AIX/unix上的实战详解》讨论38    关于Oracle在AIX上实施培训的内容安排   这段时间由于一直忙于项目,也就疏于在日志上和读者的互动,因此又积攒下若干读者来信未回,实在抱歉。其中有几封是关于Oracle在AIX上实施培训的,要求我对培训内容给与解释和说明。这里我做统一说 ......

ORACLE 临时表空间使用率过高的原因及解决方案

在数据库的日常学习中,发现公司生产数据库的默认临时表空间temp使用情况达到了30G,使用率达到了100%;待调整为32G后,使用率还是为100%,导致磁盘空间使用紧张。根据临时表空间的主要是对临时数据进行排序和缓存临时数据等特性,待重启数据库后,temp会自动释放。于是想通过重启数据库的方式来缓解这种情况,但是重启数据 ......

Oracle存储过程

现在的项目比较紧,加上自己也比较懒,实在是“没时间”写啊,呵呵,昨天看到一篇挺好的Oracle存储过程的例子,正好最近要用,转过来大家一起分享一下,谢谢(晨光映霞),原作地址:http://blog.csdn.net/xuyabao/archive/2008/03/20/2200205.aspx。
--------------------自定义函数开始--------------------
......

用PowerDesingner把oracle中的表导成er图

通过windows数据源管理,建立ODBC数据源。
我的是基于oracle10g。
 
打开Windows的控制面板
打开管理工具
 
打开数据源(ODBC)
 
选择你要操作的数据库类型
               1.我选择的时候报未找到客户端组件和一些客户 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号