Oracle Database Documentation RoadmapOracle数据库文档路径图This section explains how this manual should be read and where it fits into the OracleDatabase documentation set as a whole. 这一部分介绍了如何阅读
翻译
精选
2013-08-12 09:25:43
1092阅读
Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 5
This article describes the installation of Oracle Database 11g Release 2 (11.2) (64-bit) on Oracle Linux 5 (64-bit). The
转载
精选
2013-03-02 23:20:26
709阅读
Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 5This article describes the installation of Oracle Database 11g Release 2 (11.2) (64-bit) on Oracle Linux 5 (64-bit). The article is b
转载
精选
2013-09-27 22:13:56
871阅读
Oracle Database 11g Release 2 (11.2) Installation On Oracle Linux 5
This article describes the installation of Oracle Database 11g Release 2 (11.2) (64-bit) on Oracle Linux 5 (64-bit). The
转载
精选
2013-03-02 23:20:22
1182阅读
Oracle Database Documentation Library(11g Release 2 (11.2))——>Supporting Documentation(Supporting documentation treats advancedtopics. In general, the 2 Day + books refer you to these topics when n
翻译
精选
2013-08-07 08:56:57
638阅读
AIX下 Oracle Database 11.2使用FCoE时的认证情况.
原创
2021-10-28 09:22:36
61阅读
在Linux系统中安装Oracle 11.2是一个比较复杂且需要一定技术水平的过程。在安装过程中,我们通常会遇到一些问题和挑战。本文将为您介绍如何在Linux系统上安装Oracle 11.2,并解决一些常见的安装问题。
首先,我们需要准备好安装Oracle 11.2的环境。确保您已经正确安装了Linux系统,并且系统满足Oracle 11.2的硬件和软件要求。此外,您还需要下载Oracle 11
原创
2024-04-08 11:16:08
81阅读
If you have real-time apply enabled, any delay that you set will be ignored.http://docs.oracle.com/cd/E11882_01/server.112/e41134
原创
2015-10-28 21:05:36
894阅读
Database Control 在Oracle DB 11.2版本之后被放弃支持
原创
2021-10-29 13:49:43
166阅读
1、检查内存、磁盘空间、系统版本:[root@localhost ~]# grep MemTotal /proc/meminfo MemTotal: 515308 kB[root@localhost ~]# grep SwapTotal /proc/meminfo SwapTotal: &n
转载
精选
2014-12-25 17:30:31
1285阅读
默认情况下redo的块大小是磁盘的扇区大小,通常是512字节,但是现在很多磁盘开始支持4k的扇区,oracle能自动识别并使用4k的大小,但是使用4k的redo block会有redo 浪费产生。 SELECT name, value FROM v$sysstat WHERE name = ‘redo wastage’;如果使用的是仿真模式的磁盘,4k的扇区模拟512的扇区,你可以指定512的块来
原创
2021-09-07 19:11:40
466阅读
Oracle 11.2 静默安装脚本 cat db_init.sh.20190401 #!/bin/bash####安装Oracle所需依赖包function install_yum(){ yum -y install $1} i="perl-Data-Dumper lvm2* unzip rlwr
转载
2019-05-23 15:01:00
116阅读
数据库安装:
1、创建oracle用户及组
# groupadd -g 501 oinstall && groupadd -g 502 dba && groupadd -g 503 
转载
2017-01-13 15:53:46
1092阅读
下载后释放到$ORACLE_HOME/demo/schema/human_resources/ 目录下SQL> @$ORACLE_HOME/demo/schema/human_resources/hr_main.sqlspecify password for HR as parameter 1:Enter value for 1: hrspecify default tablespeace
转载
精选
2016-04-01 00:43:26
802阅读
下载了CentOS 6.3,新建一个Linux 64位机,选择稍后安装系统,如果在创建的同时安装会自动安装,不能在安装时做设置了。新建一个 以Mini Desktop的方式安装到了虚拟机上。装好了VMWare-Tools,iso文件映射在 media下面。注意:安装VMWARE都采用默认网络设置,NAT方式可以共享上网,host-only方式不能上网,采用NAT方式就好了。 下面开始安装
转载
精选
2014-07-02 11:02:30
233阅读
Overview of the Data Dictionary 数据字典概述An important part of an Oracle database is its data dictionary, which is a read-only setof tables that provides administrative metadata about the dat
翻译
精选
2013-08-14 15:50:54
2013阅读
ace で Oracle Database のサーバー・プロセスをトレースしてみた Oracle, Mac 2010-03-22 - 未来のいつか/hyoshiokの日記 第102回カーネル読書
转载
2017-04-04 15:29:00
124阅读
2评论