Skip to content

Commit c0c7221

Browse files
authored
Create README.md
1 parent 26dd774 commit c0c7221

File tree

1 file changed

+34
-0
lines changed
  • data-platform/core-converged-db/database-23c/annotations

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# annotations
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 business logic, user interfaces or provide information about your database objects to your metadata repositories.
4+
Annotations are supported for the database objectts 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 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.
6+
7+
## Useful Links
8+
9+
### Documentation
10+
11+
- [SQL Language Reference 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
12+
- [Database Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/refrn/ALL_ANNOTATIONS_USAGE.html#GUID-BD09C121-62C2-4881-83AE-99B168095711)
13+
- [Database Reference](https://docs.oracle.com/en/database/oracle///////oracle-database/23/refrn/USER_ANNOTATIONS.html#GUID-9B38677B-BCC6-45A4-983A-68ABE9661962)
14+
- [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)
15+
16+
17+
### Team Publications
18+
19+
- [Annotations - The new metadata in 23c](https://blogs.oracle.com/coretec/post/annotations-the-new-metadata-in-23c)
20+
- [Oracle Database 23c Free Developer Release - 10 features you should know](https://blogs.oracle.com/coretec/post/oracle-database-23c-free-developer-sql)
21+
22+
23+
### LiveLabs Workshops
24+
25+
- coming soon
26+
27+
28+
# License
29+
30+
Copyright (c) 2023 Oracle and/or its affiliates.
31+
32+
Licensed under the Universal Permissive License (UPL), Version 1.0.
33+
34+
See LICENSE for more details.

0 commit comments

Comments
 (0)