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.
2 parents bcb8cea + 5509a30 commit a10fd9aCopy full SHA for a10fd9a
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