How to fix the Oracle error DRG-13806: Duplicate path ‘string’ in CTX_TREE.ADD_NODE()?
In this post, you’ll learn more about the Oracle ErrorDRG-13806: Duplicate path ‘string’ in CTX_TREE.ADD_NODE() with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
DRG-13806: Duplicate path ‘string’ in CTX_TREE.ADD_NODE()
Reason for the Error DRG-13806: Duplicate path ‘string’ in CTX_TREE.ADD_NODE()
Cause: The path specified in ctx_tree.add_node() adds the node with the same name in the same tree at the same level
How to fix the Error DRG-13806: Duplicate path ‘string’ in CTX_TREE.ADD_NODE() ?
You can fix this error in Oracle by following the below steps
Action: change path
Leave Your Comment