Skip to content

Commit f7621fc

Browse files
Merge pull request #1343 from oracle-devrel/uschwinn-patch-43
Update README.md
2 parents ab94e93 + ae3f731 commit f7621fc

File tree

1 file changed

+15
-12
lines changed
  • data-platform/core-converged-db/database-23ai/annotations

1 file changed

+15
-12
lines changed

data-platform/core-converged-db/database-23ai/annotations/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
# Annotations
22

3-
Annotations (also called application usage annotations) are optional property metadata for database objects. They are centrally stored in the database, so that you can share metadata information across applications, modules, and microservices. You can use them to customize the business logic and the user interfaces or provide information about your database objects to your metadata repositories.
3+
Annotations (also schema annotations) are optional property metadata for database objects. They are centrally stored in the database, so that you can share metadata information across applications, modules, and microservices. You can use them to customize the business logic and the user interfaces or provide information about your database objects to your metadata repositories.
4+
Annotations are supported for the database objects such as tables and table columns, views and view columns, materialized views and materialized view columns, indexes, and also for domains and multi-column domain columns.
5+
An annotation is either a name-value pair or a name by itself. The name is mandatory, the value optional and both can be provided as freeform text fields. Annotations can be generated with CREATE or ALTER statements.
46

5-
Annotations are supported for the database objects such as tables and table columns, views and view columns, materialized views and materialized view columns, indexes, and also for domains and multi-column domain columns.
6-
7-
An annotation is either a name-value pair or a name by itself. The name is mandatory, the value optional and both can be provided as freeform text fields. Annotations can be generated with CREATE or ALTER statements.
8-
9-
Reviewed: 27.03.2024
7+
Reviewed: 30.10.2024
108

119
# When to use this asset?
1210

13-
To learn about the annotation features.
11+
Use scripts in folder files to learn about the annotation features.
1412

1513
# How to use this asset?
1614

17-
Run the scripts in your preferred SQL environment or IDE.
15+
Run the scripts from dolder files in your preferred SQL environment or IDE.
1816

1917
# Useful Links
2018

21-
# Useful Links
2219

2320
## Documentation
2421

25-
- [SQL Language Reference 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
22+
- [SQL Language Reference Release 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
2623
- [Database Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/refrn/ALL_ANNOTATIONS_USAGE.html#GUID-BD09C121-62C2-4881-83AE-99B168095711)
2724
- [Database Reference](https://docs.oracle.com/en/database/oracle///////oracle-database/23/refrn/USER_ANNOTATIONS.html#GUID-9B38677B-BCC6-45A4-983A-68ABE9661962)
2825
- [Database Development Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/registering-application-data-usage-database.html#GUID-2DAF069E-0938-40AF-B05B-75AFE71D666C)
26+
- [Supported Database Objects](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/registering-application-data-usage-database.html#GUID-0ADCF5F4-40E9-45B0-8B56-ACBD17CAE608)
2927

3028

3129
# Team Publications
3230

33-
- [Annotations - The new metadata in 23c](https://blogs.oracle.com/coretec/post/annotations-the-new-metadata-in-23c)
34-
- [Oracle Database 23c Free Developer Release - 10 features you should know](https://blogs.oracle.com/coretec/post/oracle-database-23c-free-developer-sql)
31+
## Blogs
32+
33+
- [Schema Annotations - The new metadata](https://blogs.oracle.com/coretec/post/annotations-the-new-metadata-in-23c)
34+
- [Oracle Database 23 Free Developer Release - 10 features you should know](https://blogs.oracle.com/coretec/post/oracle-database-23c-free-developer-sql)
3535

36+
## Videos
37+
- [Schema Annotations](https://youtu.be/o-0VaT4SW7w?si=_PXlz2nck1Y3TH7x)
38+
- [Oracle Database 23ai Playlist](https://www.youtube.com/playlist?list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX)
3639

3740

3841
# License

0 commit comments

Comments
 (0)