Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2debaec commit 5509a30Copy full SHA for 5509a30
1 file changed
source/core/types/ut_file_mapping.tpb
@@ -17,7 +17,7 @@ create or replace type body ut_file_mapping as
17
*/
18
map member function pk return varchar2 is
19
begin
20
- return file_name;
+ return object_type||' '||object_owner||'.'||object_name;
21
end;
22
23
/
0 commit comments