DBA Data[Home] [Help]

APPS.MIGRATE_BATCH dependencies on DBA_DATA_FILES

Line 1997: FROM dba_data_files

1993: --
1994: -- Get the total space for the current tablespace
1995: --
1996: SELECT sum(bytes) into l_total_space
1997: FROM dba_data_files
1998: WHERE TABLESPACE_NAME = l_cur_ts_name.tablespace_name;
1999: --
2000: -- Get the free space for the current tablespace
2001: --