Files

4 lines
68 B
SQL

SET PAGESIZE 0;
SELECT name FROM v$datafile WHERE con_id = 2;
EXIT;