Answer the question
In order to leave comments, you need to log in
How to find an Oracle table by a known value in it?
I know some value that should be stored somewhere in the database (it definitely exists in the database because there is an interface through which I see this value).
I do not know the table in which it is stored. I want to know.
I have WebLogik which shows me this value. (therefore traceback in tags)
Answer the question
In order to leave comments, you need to log in
usually in such situations, requests from the weblogic look at the oracle side at the moment when it shows you the value. oracle has a web administrka, there you can see all the requests that arrive at the database. I prefer toad for oracle, it also shows what each session is doing.
If the sizes of the database and tables allow, you can, in the most primitive form, completely select each table, spool it into a text file and look for a value there, grep or find, as it is more convenient. You can run such a search at night.
Even the schema name is not known?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question