DBA Data[Home] [Help]

SYS.SPACE_ERROR_INFO dependencies on DBMS_RESUMABLE

Line 9: RETURN dbms_resumable.space_error_info(error_type, object_type,

5: table_space_name OUT VARCHAR2,
6: object_name OUT VARCHAR2,
7: sub_object_name OUT VARCHAR2) RETURN BOOLEAN IS
8: BEGIN
9: RETURN dbms_resumable.space_error_info(error_type, object_type,
10: object_owner, table_space_name,
11: object_name, sub_object_name);
12: END;