Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5509a30

Browse files
committed
File mapping is now unique for individual object.
1 parent 2debaec commit 5509a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/types/ut_file_mapping.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ create or replace type body ut_file_mapping as
1717
*/
1818
map member function pk return varchar2 is
1919
begin
20-
return file_name;
20+
return object_type||' '||object_owner||'.'||object_name;
2121
end;
2222
end;
2323
/

0 commit comments

Comments
 (0)