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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

23ai free on ARM fails with ORA-00600: internal error code, arguments: [unable to load XDB library]

Ray007Oct 16 2024

When using this container: container-registry.oracle.com/database/free:latest-lite

This pops up when I try to create a table with a column of type XMLTYPE in it.

create table xtest (id number, test_xml xmltype);
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [unable to load XDB library], [], [],
[], [], [], [], [], [], [], [], []
https://docs.oracle.com/error-help/db/ora-00600/

FREE_ora_1017_i3741.txt

FREE_ora_1017.txt

This post has been answered by MartinBach-Oracle on Oct 24 2024
Jump to Answer

Comments

Ray007

When using the non-lite container, there is no problem: container-registry.oracle.com/database/free:latest

MartinBach-Oracle
Answer

Hi Ray,

thanks for using the forums. Please be advised that the error you are getting is expected. The lite image does not feature XMLDB. Some compromises had to be made to justify the light tag, and keep the image small. As you said, if you want to code against XMLDB you need to use the standard image.

Best regards,

Martin

Marked as Answer by Ray007 · Jan 22 2025
Ray007

Thanks Martin. That is quite understandable. Is there any documentation that has the list of compromises made in the lite version? Would be nice to know what features made the cut and which didn't.

MartinBach-Oracle

Hi,

there isn't any documentation yet, I'm working to have that fixed. I'll update this post once I have something presentable.

- Martin

MartinBach-Oracle

Hello all,

a quick heads-up that the differences between the full-featured and light images have now been published on container-registry.oracle.com

- Martin

1 - 5

Post Details

Added on Oct 16 2024
5 comments
187 views