db sample schemas
1.0.0
Oracle 資料庫文件和其他資源使用這些範例模式來示範 Oracle 資料庫以及 SQL 和 PL/SQL 語言的功能。您可以在資料庫環境中下載並安裝這些架構,以了解 Oracle 資料庫功能或嘗試文件中的範例。這些模式是免費提供的。
包括以下架構:
HR
:人力資源CO
:客戶訂單SH
:銷售歷史OE
:訂單輸入(已存檔)PM
:產品媒體(已存檔)提供存檔的架構供文檔中的範例參考,但不再主動維護。
Source code (zip)
檔案。_install.sql
腳本。 (有關安裝架構的更多信息,請參閱架構目錄中的README.md
檔案。 )若要安裝HR
架構,請完成以下步驟:
cd
進入human_resources
資料夾。hr_install.sql
腳本並根據提示提供輸入。 cd human_resources
sql < system > @ < connect_string >
@hr_install.sql
_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.