Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How could I find a specific value in a Oracle database?

ZzzzHJun 28 2017 — edited Jun 28 2017

In my daily work, an important mission is to identify a specific value in a database.

Such as, please find value "XYZ" in owner "DDD", and then, write down the associated table and column names.

If there's an effective method that I can use in Oracle PL/SQL?

I need to do this because I need:

1) define business requirements for ETL;

2) map columns between target schema and destination schema with specific values;

3) write SQL for ETL;

This post has been answered by sdstuber on Jun 28 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2017
Added on Jun 28 2017
6 comments
3,581 views