Ultima actualización 2020-09-02 Palabras clave: oracledb
ALL_TABLES describes the relational tables accessible to the current user.
Lists the column definitions for the specified table, view or synonym, or the specifications for the specified function or procedure.
SQL> select table_name from all_tables order by 1;
set sqlformat csv
spool consulta.csv
select column as "header_column_1", ...
spool off