0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Oracle Database基礎①概要

Posted at

Oracle Database基礎①概要

Oracle Database

・リレーショナルデータベース
・クライアント/サーバー・アーキテクチャ

Oracle Databaseのアーキテクチャ

・サーバー→データベースサーバー、Oracle Databaseソフトウェア
・クライアント→データベース・アプリケーション(SQL*Plusなど)、クライアントマシン

※クライアント・アプリケーションとデータベースを同じコンピュータで実行することもできる
(クライアント部分とサーバー部分を別々のコンピュータで実行し、それらのコンピュータをネットワークで接続する方が効率的)

OracleDatabaseの動作と構造

今さら聞けない!? Oracle入門 アーキテクチャ編
https://www.oracle.com/jp/a/tech/docs/technical-resources/0420-1330-oracle-architecture.pdf

Oracle Databaseへの接続の仕組み page10
Oracle Databaseの処理の仕組み page11~13
Oracle Databaseの内部構造 page4~7

参考

用語集
https://docs.oracle.com/cd/E82638_01/cncpt/glossary.html#GUID-EFC35457-CEA1-4104-8E24-765B4F9FA615

OTN セミナー オンデマンド コンテンツ
https://www.oracle.com/jp/database/technologies/ondemand/database/db-technique.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?