database:oracle:get-objects
                This is an old revision of the document!
Table of Contents
Get Objects From Current Schema
List tables
SELECT TABLE_NAME FROM user_tables;
List indexes
SELECT index_name, TABLE_NAME FROM user_indexes;
database/oracle/get-objects.1520195357.txt.gz · Last modified:  (external edit)
                
                