B
B
batalish2020-06-23 06:57:48
Oracle
batalish, 2020-06-23 06:57:48

How to find out from which table the macro takes data?

There is a macro which is written in C++, it also imports data from other macros. When it is executed, it takes data from the Oracle database and generates a report in Excel format. How it is possible to learn from what table it takes the certain data?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
idShura, 2020-06-23
@batalish

The simplest option is to execute "macro written in C++" and then execute the query

select sql_text, sql_fulltext from v$sql where MODULE = 'имя макроса который написан на C++'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question