Creating master key copies

Users or master key owners with sso_role or keycustodian_role can create copies for master keys, which you may need to:

To add master key copies in a database, use:

alter encryption key [dual] master
	with passwd char_string
	add encryption
	{with passwd char_string
	for user user_name 
	[ for recovery ] | [ for automatic_startup ] }

where: