Search All Fields In All Tables For A Specific Value (Oracle)

前端 未结 16 2358
一整个雨季
一整个雨季 2020-11-22 01:05

Is it possible to search every field of every table for a particular value in Oracle?

There are hundreds of tables with thousands of rows in some tables so I know th

16条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-22 01:58

    I don't of a simple solution on the SQL promprt. Howeve there are quite a few tools like toad and PL/SQL Developer that have a GUI where a user can input the string to be searched and it will return the table/procedure/object where this is found.

提交回复
热议问题