Skip to Main Content

Oracle Database Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

23ai-lite container unable to load XDB library

Matt MulvaneyJun 7 2024

Using the containers from …

https://container-registry.oracle.com/ords/ocr/ba/database/free

Test on 23ai-lite (23.4.0.0-lite)

SQL> desc resource_view;
ERROR:
ORA-00600: internal error code, arguments: [unable to load XDB library], [],
[], [], [], [], [], [], [], [], [], []
Help: https://docs.oracle.com/error-help/db/ora-00600/

Test on 23ai (latest)

SQL> desc resource_view;
Name Null? Type
----------------------------------------- -------- ----------------------------
RES XMLTYPE(XMLSchema "http://xm
lns.oracle.com/xdb/XDBResour
ce.xsd" Element "Resource")
ANY_PATH VARCHAR2(4000)
RESID RAW(16)

Summary

23ai can load the XDB library, whereas 23ai-lite cannot

This post has been answered by Loïc Lefèvre-Oracle on Aug 13 2024
Jump to Answer
Comments
Post Details
Added on Jun 7 2024
4 comments
1,069 views