2019独角兽企业重金招聘Python工程师标准>>>

Oracle 11g XE 是 Oracle 数据库的免费版本,支持标准版的大部分功能,11g XE 提供 Windows 和 Linux 版本。

做为免费的 Oracle 数据库版本,XE 的限制是:

  • 最大数据库大小为 11 GB
  • 可使用的最大内存是 1G
  • 一台机器上只能安装一个 XE 实例
  • XE 只能使用单 CPU,无法在多CPU上进行分布处理
下面介绍安装过程: 
首先下载 Oracle 11g XE 并解压,解压后的DISK1目录中包含了 setup.exe 文件,双击启动安装程序,首先会显示一个协议信息,点击继续安装:
  • 操作系统至少是 Windows XP
  • 当前操作用户必须有管理员权限
  • 当前机器尚未安装 XE

选择安装目录:

设置数据库密码:

前面几步过后会显示一个安装概要信息,包含以下内容:

  • 侦听器端口: 1521
  • MTS 服务端口: 2030
  • HTTP 侦听端口: 8080

接下来看看 XE 在我们的系统中安装了什么?

Windows服务:

服务详细列表:

  • OracleServiceXE
    This is the actual database engine.
  • OracleXETNSListener
    This service is responsible for listening incoming connections and passing successful connections to the database engine. Note, that if this service is down, you won’t be able to connect to the database remotely. Existing connections won't be affected.
  • OracleJobSchedulerXE
    This service is used when external jobs are run. By default it is disabled. If you plan to run external jobs (such as executables, batches etc), modify the account the service uses to use proper, low-privileged credentials and start the service.
  • OracleXEClrAgent
    On Windows platforms Oracle offers CLR integration. Since a CLR operation is run using an extproc process, it’s normally done using a dedicated (single threaded)extproc for a single session. This may not be the optimal way to handle CLR calls. ClrAgent provides a multi-threaded mechanism so that a single extproc process may serve several CLR calls.
  • OracleMTSRecoveryService
    This one is responsible of resolving in-doubt transactions when Oracle is participating in distributed transactions with Microsoft Transaction Server.

程序列表:

在开始菜单中,你会发现 Oracle 新安装的程序:

这些程序包括:

  • Start and Stop Database are used to control the OracleServiceXE service
  • Backup and Restore Database are scripts for backing up or restoring the database data using rman
  • Run SQL Command Line opens a console based SQL*Plus which can be used to execute SQL commands or to run scripts against the database
  • Get Started opens a web site used for investigating
    • storage, the amount of disk space used by tablespaces or drill to segments
    • current sessions and basic information about the sessions such as client and application information and active SQL statement
    • parameters show current initialization parameter values.

一些附加的工具

SQL Developer

这是一个图形化的 SQL 编辑器,可用来执行 SQL 命令、查看结果集、创建各种数据库对象等等。

SQL Developer Data Modeler

这是一个数据库建模工具。

ODP.NET, ODT and ODAC

ODP.NET (Oracle Data Provider for NET) is the Oracle supplied library to use in application development when Oracle connection is required. ODP.NET utilizes several Oracle specific features and because of this it’s much more powerful than for example OLEDB based connections.

ODT (Oracle Developer Tools for Visual Studio) is a set of Visual studio add-ins for Visual Studio that help application development. These add-ins include functionality such as automatic code generation, tuning tools, PL/SQL editor, AQ designers etc. Unfortunately, ODT cannot be used with Express Editions of Visual Studio because of the limitations of the Express Edition.

ODAC (Oracle Data Access Components) is a package which contains ODP.NET but also other connectivity libraries such as ODBC, OLEDB and tools like SQL*Plus. ODAC can be downloaded with or without ODT.

转载于:https://my.oschina.net/u/558276/blog/77381

在 Windows 下安装 Oracle 11g XE (Express Edition)相关推荐

  1. 在Windows下安装Oracle 11g的XE(Express版)

    转自:http://bbs.51cto.com/thread-884958-1.html Oracle 11g XE 是 Oracle 数据库的免费版本,支持标准版的大部分功能,11g XE 提供 W ...

  2. oracle 10g express linux,在Ubuntu下安装Oracle Database 10g Express Edition

    Oracle 10g有一款XE版,意为体验版,限制是不支持多CPU和数据库大小不能超过2G(还有其他的什么,不记得了,Oracle官方网站有写).对于开发的时候调试一下,体验一下还是够用的.关键大小比 ...

  3. oracle安装后开机很慢,Windows下安装Oracle拖慢开机速度的解决方法

    环境:win7 + oracle R2 方法:将安装Oracle后自动开机启动的服务改为手动启动 步骤如下: 1.修改服务项 Ctrl + R,输入services.msc,打开服务列表,找到Orac ...

  4. Linux下安装Oracle 11g详细过程

    需要安装Oracle DataGuard,所以先要安装单台Oracle11g,下面是Linux下单台Oracle11g的详细安装过程. 1,安装环境 硬件环境:2台linux虚拟机,CentOS6.4 ...

  5. 在Windows 7下安装Oracle 11g的解决方法

    在Windows 7下安装Oracle 11g的解决方法 前不久卸载掉了自己的Windows Vista系统,装上了Windows7 旗舰版,在装机过程中也遇到了很多问题,有些问题是自己不曾遇到过的, ...

  6. 43、Windows 7下安装Oracle 11g相关问题解决方法

    很多DBA目前还停留在Oracle 9i或者10g,究其原因有可能是Oracle 11g的价格问题.本文将为大家讲解在Windows 7下安装Oracle 11g,也希望大家能从中看到11g的一些新特 ...

  7. oracle11系统安装,Windows系统下安装Oracle 11g R2教程,oracle11g

    Windows系统下安装Oracle 11g R2教程,oracle11g Windows系统下安装Oracle 11g R2教程 Oracle 11g 共有两个大的版本,一个R1(Release 1 ...

  8. oracle 安装找不到服务,win7 下安装oracle 11g出现错误: 启动服务出现错误 找不到服务OracleMTSRecoveryService...

    这种错误是在多次安装oracle都没有成功的情况下发生的. 正确安装oracle,是有前提条件的 1,安装最新的jdk,不是jre!!(并配好环境变量,在cmd中测试 java -version与ja ...

  9. oracle 11g for solaris,solaris 11 下安装oracle 11g 与 11g RAC

    solaris 11 下安装oracle 11g 与 11g RAC 发布时间:2020-08-11 22:58:52 来源:ITPUB博客 阅读:119 作者:huiteng0 1.To Find ...

最新文章

  1. 一起学微软Power BI系列-使用技巧(3)Power BI安卓手机版安装与体验
  2. 重磅!这所985高校迎来新任院士校长!他能否带领学校走出“低谷”?
  3. SpringBatch 自定义ItemReader和可重新启动Reader(十五)
  4. ubuntu linux 批量部署,使用Cobbler批量部署Linux和Windows:CentOS/Ubuntu批量安装(二)...
  5. 让Sql Server也能出现如VS一样的智能提示工具--资源更新
  6. js中的Object.create(null) 和 {} 的区别
  7. STL中的set/map
  8. linux使用swap的命令,Linux系统如何使用swap和zram swap命令
  9. 算法求解中的变量、数组与数据结构(STL 中的容器)
  10. 省选专练[USACO18JAN]Stamp Painting
  11. C-free5 安装教程
  12. 【NLP】非监督文本匹配算法——BM25
  13. 木纤维增强聚丙烯复合材料:压缩和注塑成型工艺
  14. Java中arraycopy()的使用说明
  15. 18种抗癌果蔬排行榜
  16. Hive-编写UDF函数(详细教程~~~)
  17. 从知识女性转变为家庭妇女
  18. linux 编译c文件 arm,用arm-linux-gcc编译arm裸机程序(可调用库)
  19. java 程序员英语自我介绍_程序员英语面试自我介绍范文
  20. 斯坦福大学计算机视觉课程cs231n——第一课:课程介绍 计算机视觉概述

热门文章

  1. 看完苹果这场最新发布会,我只能说:太sao了
  2. 科学院和工程院公布188名新院士!外籍占比26%,中科院北大清华38人,阿里王坚当选...
  3. 编程中经常碰到且觉得难的事是什么?
  4. LINQ to SQL活学活用(1):这要打破旧观念
  5. NopCommerce架构分析之八------多语言
  6. Linux下mysql ERROR 1045,Mysql无法执行批处理
  7. 关于android 1.6全部的权限介绍
  8. 多行显示的UIButton
  9. HDU 1251(trie树)
  10. 让Visual Studio 也支持JS代码折叠 [ Visual Studio | #region | #endregion ]