Skip to Main Content

Database Software

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.

Import UBL 2.1 xml

Daniyal AhmedDec 6 2021

BEGIN
DBMS_XMLSCHEMA.registerSchema(
SCHEMAURL => 'https://docs.oasis-open.org/ubl/os-UBL-2.1/xsd/maindoc/UBL-Invoice-2.1.xsd',
SCHEMADOC => bfilename('XMLDIR','/maindoc/UBL-Invoice-2.1.xsd')
);
END;
and i need to generate output based in UBL 2.1 invoice
any idea how to do it properly

Comments
Post Details
Added on Dec 6 2021
3 comments
1,762 views