- 浏览: 4561 次
- 性别:
- 来自: xi an
最新评论
文章列表
Windows
In the past I've had many problems uninstalling all Oracle products from Windows systems. Here's my last resort method:
•Uninstall all Oracle components using the Oracle Universal Installer (OUI).
•Run regedit.exe and delete the HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE key. This contains registry ...
//创建临时表空间
create temporary tablespace test_temp
tempfile 'E:\oracle\product\10.2.0\oradata\testserver\test_temp01.dbf'
size 32m
autoextend on
next 32m maxsize 2048m
extent management local;
//创建数据表空间
create tablespace test_data
logging
datafile 'E:\oracle\product\10.2.0\oradata\testserver ...
WebLogic 10.3 安装、配置与管理手册
第一章 WebLogic 10.3 for Win32
§1.1 安装准备
下载WebLogic10.3 for x86 Win32安装文件;
安装Windows XP Sp2或Windows 2003 Server;
检查操作系统的磁盘空间,确保空闲空间在2G以上。
§1.2 安装过程
§1.2. ...