Skip to content

Commit 043125a

Browse files
replace "Oracle database" with "Oracle Database"
1 parent 6d99483 commit 043125a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/1-introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes rules and recommendations for developing applications us
44

55
## Scope
66

7-
This document applies to the PL/SQL and SQL language as used within Oracle databases and tools, which access Oracle databases version 11g Release 2 or later.
7+
This document applies to the PL/SQL and SQL language as used within Oracle Databases and tools, which access Oracle Databases version 11g Release 2 or later.
88

99
## Document Conventions
1010

docs/2-naming-conventions/naming-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ Examples:
254254
We see a table and a view as a collection. A jar containing beans is labeled "beans".
255255
In Java we call such a collection also "beans" (`List<Bean> beans`) and name an entry "bean"
256256
(`for (Bean bean : beans) {...}`). An entry of a table is a row (singular) and a table can
257-
contain an unbounded number of rows (plural). This and the fact that the Oracle database uses
257+
contain an unbounded number of rows (plural). This and the fact that the Oracle Database uses
258258
the same concept for their tables and views lead to the decision to use the plural
259259
to name a table or a view.

0 commit comments

Comments
 (0)