File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 1
1
Rem
2
- Rem $Header: rdbms/demo/schema/order_entry/xdbUtilities.sql /main/2 2011 /03/02 22:41:26 bhammers Exp $
2
+ Rem $Header: rdbms/demo/schema/order_entry/xdbUtilities.sql maravish_bug-3267690 2/1 2021 /03/30 15:40:50 maravish Exp $
3
3
Rem
4
4
Rem xdbUtilities.sql
5
5
Rem
@@ -34,6 +34,7 @@ Rem NOTES
34
34
Rem XDB_UTILITES should be created as XDB
35
35
Rem
36
36
Rem MODIFIED (MM/DD/YY)
37
+ Rem maravish 03/25/21 - Bug 32676902: Remove xmlroot
37
38
Rem bhammers 01/24/11 - bug 11790062: rename XDB_ to COE_
38
39
Rem cbauwens 09/23/04 - cbauwens_bug3031915
39
40
Rem cbauwens 03/16/04 - Created
@@ -42,25 +43,6 @@ Rem cbauwens 03/16/04 - Created
42
43
ALTER SESSION SET current_schema = XDB
43
44
/
44
45
45
- CREATE OR REPLACE FUNCTION XMLROOT (XML XMLType, PI VARCHAR2 DEFAULT NULL)
46
- RETURN XMLType DETERMINISTIC
47
- IS
48
- tempCLOB CLOB;
49
- tempXML XMLType;
50
- BEGIN
51
- SELECT XMLParse(DOCUMENT '<?xml version="1.0" encoding="UTF-8"?>' || PI ||
52
- XML.getClobVal() WELLFORMED)
53
- INTO tempXML
54
- FROM DUAL;
55
- RETURN tempXML;
56
- END;
57
- /
58
- SELECT * FROM all_errors WHERE owner = 'XDB'
59
- /
60
- CREATE OR REPLACE PUBLIC SYNONYM XMLROOT FOR XMLROOT
61
- /
62
- GRANT EXECUTE ON XMLROOT TO PUBLIC
63
- /
64
46
CREATE OR REPLACE PACKAGE COE_namespaces
65
47
AS
66
48
RESOURCE_NAMESPACE CONSTANT VARCHAR2(128) :=
You can’t perform that action at this time.
0 commit comments