Skip to content
Snippets Groups Projects
Commit 192d2011 authored by Steven Murray's avatar Steven Murray
Browse files

I have replaced the ON DATABASE clause of the create tr_RemoteDepSignature

trigger statement with an ON SCHEMA clause.
parent 4f98853b
Branches
Tags
No related merge requests found
......@@ -887,7 +887,7 @@ CREATE GLOBAL TEMPORARY TABLE RepackTapeSegments
/*****************/
/* allows the call of new versions of remote procedures when the signature is matching */
CREATE OR REPLACE TRIGGER tr_RemoteDepSignature AFTER LOGON ON DATABASE
CREATE OR REPLACE TRIGGER tr_RemoteDepSignature AFTER LOGON ON SCHEMA
BEGIN
EXECUTE IMMEDIATE 'ALTER SESSION SET REMOTE_DEPENDENCIES_MODE=SIGNATURE';
END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment