Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:oracle [2024/10/13 04:24] – [Oracle DB Setup] darron | tools:oracle [2024/10/13 22:26] (current) – [Resources] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Oracle==== | ====Oracle==== | ||
- | This is a demo install of Oracle Database Server 21c and 23c on Oracle Linux 8. | + | This is a demo install of Oracle Database Server 21c, 23c and 23ai on Oracle Linux. |
===Environment=== | ===Environment=== | ||
Line 9: | Line 9: | ||
===Operating system=== | ===Operating system=== | ||
- | Oracle Linux 8 is preferred since version | + | Use Oracle Linux 8.10 for Oracle Database 21c or 23c and Oracle Linux 9.4 for Oracle |
- | by Oracle | + | |
[[https:// | [[https:// | ||
- | ==Oracle Linux 8.5== | + | ==Oracle Linux 8.10== |
- | + | ||
- | OracleLinux-R8-U5-x86_64-dvd.iso | + | |
- | + | ||
- | ==Oracle Linux 8.9== | + | |
- | + | ||
- | OracleLinux-R8-U9-x86_64-dvd.iso | + | |
- | + | ||
- | ==Oracle Linux 9.3== | + | |
- | + | ||
- | OracleLinux-R9-U3-x86_64-dvd.iso | + | |
+ | [[https:// | ||
==Oracle Linux 9.4== | ==Oracle Linux 9.4== | ||
Line 75: | Line 65: | ||
===Firewall=== | ===Firewall=== | ||
- | Disable the firewall | + | Disable the firewall |
< | < | ||
Line 871: | Line 861: | ||
GRANT CREATE SESSION TO dbuser CONTAINER=CURRENT; | GRANT CREATE SESSION TO dbuser CONTAINER=CURRENT; | ||
GRANT CREATE TABLE TO dbuser CONTAINER=CURRENT; | GRANT CREATE TABLE TO dbuser CONTAINER=CURRENT; | ||
+ | GRANT CREATE TYPE TO dbuser | ||
+ | GRANT CREATE PROCEDURE TO dbuser CONTAINER=CURRENT; | ||
ALTER USER dbuser QUOTA UNLIMITED ON USERS CONTAINER=CURRENT; | ALTER USER dbuser QUOTA UNLIMITED ON USERS CONTAINER=CURRENT; | ||
</ | </ | ||
Line 1055: | Line 1047: | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// |