Find the required object in Oracle

xiaoxiao2021-03-06  47

/ * Find the desired Object * /

Col Object_name Form A30

Col Object_Type Form A30

Select Object_name, Object_Type from DBA_OBJECTS

Where object_name like '% & object_name%'

And Object_Type in ('Table', 'View');

转载请注明原文地址:https://www.9cbs.com/read-79982.html

New Post(0)