暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
01.oracle apex及ords安装.pdf
23
5页
1次
2025-04-16
10墨值下载
1.安装ords
1.1 第一种安装方式
[root@db19c ~]# yum install -y yum-utils
Last metadata expiration check: 1:09:01 ago on Fri 11 Apr 2025 04:16:45 PM CST.
Dependencies resolved.
==============================================================================================================
============================================================================
Package                 Architecture             Version           
          Repository                    Size
==============================================================================================================
============================================================================
Installing:
yum-utils                noarch                4.0.21-25.0.1.el8      
          ol8_baseos_latest                 75 k
Transaction Summary
==============================================================================================================
============================================================================
Install 1 Package
Total download size: 75 k
Installed size: 23 k
Downloading Packages:
yum-utils-4.0.21-25.0.1.el8.noarch.rpm                                    
                      72 kB/s | 75 kB   00:01
--------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------
Total                                                    
                      72 kB/s | 75 kB   00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing    :                                             
                                   1/1
Installing    : yum-utils-4.0.21-25.0.1.el8.noarch                           
                                    1/1
Running scriptlet: yum-utils-4.0.21-25.0.1.el8.noarch                           
                                    1/1
Verifying    : yum-utils-4.0.21-25.0.1.el8.noarch                           
                                    1/1
Installed:
yum-utils-4.0.21-25.0.1.el8.noarch
Complete!
[root@db19c ~]#
[root@db19c ~]# yum-config-manager --add-
repo=https://yum.oracle.com/repo/OracleLinux/OL8/oracle/software/x86_64/
Adding repo from: https://yum.oracle.com/repo/OracleLinux/OL8/oracle/software/x86_64/
[root@db19c ~]# yum info ords
created by dnf config-manager from https://yum.oracle.com/repo/OracleLinux/OL8/oracle/software/x86_64/    
                      83 kB/s | 158 kB   00:01
Available Packages
Name     : ords
Version   : 24.4.0
Release   : 6.el8
Architecture : noarch
Size     : 139 M
Source    : ords-24.4.0-6.el8.src.rpm
Repository  : yum.oracle.com_repo_OracleLinux_OL8_oracle_software_x86_64_
Summary   : Oracle REST Data Services
URL     : https://www.oracle.com/database/technologies/appdev/rest.html
License   : Oracle Free Use Terms and Conditions.
Description : Oracle REST Data Services (ORDS) makes it easy to develop modern REST
      : interfaces for relational data in the Oracle Database
yum install ords
1.2 方式2
从官网下载
2.安装APEX
从官网下载
2.1 解压apex
解压安装包,并注意文件目录的权限,以下Oracle用户下操作
2.2 配置数据库
创建表空间
2.3 安装APEX
用户表空间、数据表空间、临时表空间
耐心等待,需要一些时间,中途不要退出。
2.4 安装中文环境
3.配置ORDS
3.1 安装JDK
ords 24需要 java 11 以上(jdk-21_linux-x64_bin.tar.gz
下载最新的ORDS (Oracle REST Data Services):
https://www.oracle.com/database/technologies/appdev/rest-data-services-downloads.html
资源下载下载最新的APEX (Oracle APEX xxx - All languages): 
https://www.oracle.com/tools/downloads/apex-downloads/
mkdir -p /oracle/app
unzip -q /soft/apex_24.2.zip -d /oracle/app
SQL> select FILE_NAME from dba_data_files;
FILE_NAME
--------------------------------------------------------------------------------
/oracle/app/oracle/oradata/ORA19C/users01.dbf
/oracle/app/oracle/oradata/ORA19C/undotbs01.dbf
/oracle/app/oracle/oradata/ORA19C/system01.dbf
/oracle/app/oracle/oradata/ORA19C/sysaux01.dbf
SQL> create tablespace apex datafile '/oracle/app/oracle/oradata/ORA19C/apex01.dbf' size 100m autoextend on
maxsize 30G;
Tablespace created.
SQL> create tablespace apex_files datafile '/oracle/app/oracle/oradata/ORA19C/apex_files01.dbf' size 100m
autoextend on maxsize 30G;
Tablespace created.
create tablespace ords datafile '/oracle/app/oracle/oradata/ORA19C/ords01.dbf' size 100m autoextend on maxsize
30G;
cd /oracle/app/apex
SQL> @apexins.sql apex apex_files temp /i/;
cd /oracle/app/apex/builder/zh-cn
SQL> @load_zh-cn.sql
##下载地址
Oracle Java SE Downloadshttps://www.oracle.com/java/technologies/downloads/
https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.tar.gz
java -version 检查一下 JDK 版本是否符合要求
of 5
10墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜