db sample schemas
1.0.0
Oracle 数据库文档和其他资源使用这些示例模式来演示 Oracle 数据库以及 SQL 和 PL/SQL 语言的功能。您可以在数据库环境中下载并安装这些架构,以了解 Oracle 数据库功能或尝试文档中的示例。这些模式是免费提供的。
包括以下架构:
HR
:人力资源CO
:客户订单SH
:销售历史OE
:订单输入(已存档)PM
:产品媒体(已存档)提供存档的架构供文档中的示例参考,但不再主动维护。
Source code (zip)
文件。<schema_name>_install.sql
脚本。 (有关安装架构的更多信息,请参阅架构目录中的README.md
文件。 )要安装HR
架构,请完成以下步骤:
cd
进入human_resources
文件夹。hr_install.sql
脚本并根据提示提供输入。 cd human_resources
sql < system > @ < connect_string >
@hr_install.sql
<schema_name>_uninstall.sql
脚本。 (有关卸载 schema 的更多信息,请参阅 schema 目录中的README.md
文件。 )该项目目前不接受外部贡献。对于错误或增强请求,请提交 GitHub 问题,除非与安全相关。提交错误时请记住,错误写得越好,修复的可能性就越大。如果您认为发现了安全漏洞,请不要提出 GitHub 问题并按照我们的安全政策中的说明进行操作。
请参阅安全指南,了解我们负责任的安全漏洞披露流程。
Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.