VisibilityUnlisted - anyone with the share link can access
DescriptionTruncating a table in EBR enabled database doesn't work if we have same name for View and Table. Following are two objects in FUSION schema:
wsh_interface_errors TABLE FUSION
WSH_INTERFACE_ERRORS VIEW FUSION
Now when trying to run below SQL:
Truncate table FUSION.wsh_interface_errors it errors out with following error:
ORA-01702: a view is not appropriate here