DBA Data[Home] [Help]

SYS.DBMS_FEATURE_DATABASE_VAULT dependencies on USER$

Line 26: select count(*) into dvsys_uid from user$ where

22: return;
23: end if;
24:
25: -- get DVSYS hard coded uid
26: select count(*) into dvsys_uid from user$ where
27: name = 'DVSYS' and
28: user# = 1279990;
29:
30: -- get uids for hard coded roles

Line 31: select count(*) into dvowner_uid from user$ where

27: name = 'DVSYS' and
28: user# = 1279990;
29:
30: -- get uids for hard coded roles
31: select count(*) into dvowner_uid from user$ where
32: name = 'DV_OWNER' and
33: user# = 1279992;
34: select count(*) into dvacctmgr_uid from user$ where
35: name = 'DV_ACCTMGR' and

Line 34: select count(*) into dvacctmgr_uid from user$ where

30: -- get uids for hard coded roles
31: select count(*) into dvowner_uid from user$ where
32: name = 'DV_OWNER' and
33: user# = 1279992;
34: select count(*) into dvacctmgr_uid from user$ where
35: name = 'DV_ACCTMGR' and
36: user# = 1279991;
37:
38: if (dvsys_uid = 0 or