`

关于ORACLE DataBase 10g Express Edition

 
阅读更多

ORACLE DataBase 10g Express Edition是ORACLE推出的免费版本,也叫XE版,

可用于初步的开发和学习。有齐全的API。但是有一些限制:只能使用一个

处理器,最多只能存取4G的数据库数据,使用1G的内存。

 

此版本很小巧,个人学习没有问题的。

可以安装一个第三方的开发工具pl/sql developer来连接服务器,使用很方便。

 

==================================================================

下载地址:

http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html

 

 

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
选择安装目录: 

DestinationFolder.jpg

设置数据库密码:
DatabasePasswords.jpg

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

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

 

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

Windows服务:
Services.jpg

服务详细列表:

  • 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 anextproc 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 新安装的程序:
StartMenu.jpg 

这些程序包括: 

  • 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 usingrman
  • 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  

SQLDeveloper_3.jpg 

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

SQL Developer Data Modeler  

DataModeler_2.jpg 

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

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.

分享到:
评论

相关推荐

    Oracle Database 10g Express Edition

    Oracle Database 10g Express Edition,本人用于学习。

    Oracle Database 21c Express Edition安装指导文件,英文原版。

    Oracle Database 21c Express Edition 安装指导文件 Oracle Database 21c Express Edition 是 Oracle 公司推出的关系型数据库管理系统,旨在为中小型企业和个人用户提供一个功能强大、易于使用的数据库解决方案。...

    Oracle Database Express Edition Online Documentation 10g Release 2 (10_2).

    Oracle Database Express Edition Online Documentation 10g Release 2 (10_2).从官方下载的英文文档,希望对大家有帮助。

    Oracle 11g Express 官方linux 64位版本

    Oracle 11g Express Edition(XE)是Oracle公司推出的一款轻量级数据库管理系统,专为开发者和小型团队设计。它是Oracle数据库家族中的免费版本,适用于学习、开发和部署低流量的Web应用程序。在这个官方的Linux 64...

    Oracle Database 21c (oracle-database-ee-21c-1.0-1.ol8.part1.rar)

    Oracle Database 21c 是最新的版本; 21.3 - 企业版(也包括标准版 2) 适用于Linux x86-64位系统。oracle-database-ee-21c-1.0-1.ol8文件分割成 三个 压缩包,必须集齐 三个 文件后才能一起解压一起使用: Oracle ...

    Oracle+Database+10g+Express(安装版).zip

    Oracle Database 10g Express Edition(简称Oracle XE)是Oracle公司推出的一个轻量级、免费的数据库管理系统,特别适合于个人用户、小型企业和开发人员使用。它在保持Oracle核心功能的同时,降低了对硬件资源的需求...

    Oracle Database 11g 产品功能列表

    **Oracle Database 11g Express版(XE)** - **特点**: 入门级版本,基于企业级数据库代码,占用空间小,易于管理。 - **限制**: 用户数据存储上限为4GB,内存使用上限为1GB,仅支持单CPU。 - **优势**: 可轻松...

    Oracle database 11g 说明

    接着是Oracle Database Express Edition,这是一个轻量级的数据库版本,适合小型企业和个人开发者使用。Oracle SQL Developer则是一个免费的数据库开发工具,帮助DBA和开发者更有效地管理Oracle数据库。 此外,...

    docker-alpine-oracle-xe:Oracle Database 11g第2版Express Edition Docker映像

    高山Oracle数据库11g快捷版Docker映像该映像基于Alpine GNU C库映像( ),该映像仅为5MB映像,并为Oracle Database 11g第2版Express Edition提供了docker映像。先决条件如果要构建此映像,则需要下载 。 Oracle ...

    Ubuntu 安装Oracle Database 快捷版

    用户可以从 Oracle 官方网站(https://www.oracle.com/technetwork/cn/database/database-technologies/express-edition/downloads/index.html)下载安装包,或者使用 wget 命令下载: wget --user=xxx --password=...

    database-express-edition-installation-guide-microsoft-windows.pdf

    该文件名为“database-express-edition-installation-guide-microsoft-windows.pdf”,是一份针对Microsoft Windows操作系统的Oracle Database Express Edition安装指南,版本号为18c。本指南详细指导用户如何在...

    简洁版的Oracle10g.rar

    在描述中提到的“简洁版的Oracle10g.rar”,很可能是指一个精简版或者Express Edition (XE) 的Oracle 10g安装包。Oracle XE是Oracle公司为小型应用和开发环境设计的一个免费版本,它包含了一个轻量级数据库服务器,...

    window7上安装oracle10g

    这通常是一个名为"Oracle Database 10g Express Edition"的压缩包,包含所有必要的组件。解压后,你将得到一个运行安装程序的可执行文件,如"setup.exe"。 在运行安装程序前,以管理员身份登录到Windows 7,因为...

    oracle 10G完美卸载教程

    通常包括 Oracle Database 10g 和 Oracle Client。 - 如果在“添加/删除程序”中找不到 Oracle 的相关条目,则可以直接跳到下一步。 ##### 3. 清理注册表 - 打开注册表编辑器 (`regedit.exe`),并逐一查找以下键值...

    Oracle10g轻量级

    Oracle Database 10g Express Edition(Oracle10g轻量级版)是Oracle公司推出的一款专为学习、开发和小型业务系统设计的轻量级数据库管理系统。它在保持Oracle核心功能的同时,降低了资源需求和成本,使其成为初学者...

    docker-oracle-xe-11g:Oracle Database Express Edition 11g第2版的Dockerfile

    docker-oracle-xe-11g:Oracle Database Express Edition 11g第2版的Dockerfile

    docker-oracle-xe-11g:Oracle Database Express Edition 11g第2版的Dockerfile

    Ubuntu 18.04 LTS上的Oracle Express Edition 11g第2版 该Dockerfile是的。 自2019年2月13日(情人节前夕)起,由于版权拥有者(Oracle)的Docker DMCA移除通知,该Docker镜像已被DockerHub删除。 情人节快乐! ...

    Oracle Xe 11g

    Oracle XE 11g,即Oracle Database Express Edition 11g Release 2 (11.2),是Oracle公司为满足小型企业和开发人员需求而推出的一款免费版本的数据库管理系统。此版本于2011年7月发布,由Chuck Murray担任主要作者,...

    tomcat 与 oracle db 10g xe 连接

    本篇文章将详细介绍如何配置Tomcat 6与Oracle Database 10g Express Edition (XE)之间的连接,包括所需步骤、配置文件的编写以及简单的测试代码。 #### 二、准备工作 在开始配置之前,请确保已经安装并配置好了...

Global site tag (gtag.js) - Google Analytics