manasagar commented on issue #37766:
URL:
https://github.com/apache/shardingsphere/issues/37766#issuecomment-3780174568
Do we need to add all static dictionary views because their are about 2000
from what I checked used this query
SELECT view_name
FROM all_views
WHERE owner = 'SYS'
AND (view_name LIKE 'ALL\\_%' ESCAPE '\\'
OR view_name LIKE 'DBA\\_%' ESCAPE '\\'
OR view_name LIKE 'USER\\_%' ESCAPE '\\')
AND view_name NOT LIKE '%\\_AW\\_%' ESCAPE '\\'
ORDER BY view_name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]