Hello,
I have hundreds of queries that I need metadata for.
I am looking for an application or tool that I can use that will put the following information from an Oracle SQL SELECT statement into a .csv or text file:
Expressions (ie TO_CHAR(fieldna me))
Column Names
Table Names
This is the only metadata I need, so I won't need an ODBC connection to the database - all of this information is within the SQL query itself.
I am hoping that such an application or tool exists, because it would save us many hours of tedious work!
Thanks in advance..
I have hundreds of queries that I need metadata for.
I am looking for an application or tool that I can use that will put the following information from an Oracle SQL SELECT statement into a .csv or text file:
Expressions (ie TO_CHAR(fieldna me))
Column Names
Table Names
This is the only metadata I need, so I won't need an ODBC connection to the database - all of this information is within the SQL query itself.
I am hoping that such an application or tool exists, because it would save us many hours of tedious work!
Thanks in advance..
Comment