|
1 | 1 | # Annotations
|
2 | 2 |
|
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. |
4 | 6 |
|
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 |
10 | 8 |
|
11 | 9 | # When to use this asset?
|
12 | 10 |
|
13 |
| -To learn about the annotation features. |
| 11 | +Use scripts in folder files to learn about the annotation features. |
14 | 12 |
|
15 | 13 | # How to use this asset?
|
16 | 14 |
|
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. |
18 | 16 |
|
19 | 17 | # Useful Links
|
20 | 18 |
|
21 |
| -# Useful Links |
22 | 19 |
|
23 | 20 | ## Documentation
|
24 | 21 |
|
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) |
26 | 23 | - [Database Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/refrn/ALL_ANNOTATIONS_USAGE.html#GUID-BD09C121-62C2-4881-83AE-99B168095711)
|
27 | 24 | - [Database Reference](https://docs.oracle.com/en/database/oracle///////oracle-database/23/refrn/USER_ANNOTATIONS.html#GUID-9B38677B-BCC6-45A4-983A-68ABE9661962)
|
28 | 25 | - [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) |
29 | 27 |
|
30 | 28 |
|
31 | 29 | # Team Publications
|
32 | 30 |
|
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) |
35 | 35 |
|
| 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) |
36 | 39 |
|
37 | 40 |
|
38 | 41 | # License
|
|
0 commit comments