The Developer's Guide falsely claims that you can use
SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY to change the boot password on an
encrypted database.
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: DERBY-4328
URL: https://issues.apache.org/jira/browse/DERBY-4328
Project: Derby
Issue Type: Bug
Components: Documentation
Reporter: Rick Hillegas
This claim is made in the section titled 'Changing the boot password'. If you
try to run the example, you get this error:
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'bootPassword', 'Thursday' ,
'Saturday');
ERROR 42Y03: 'SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY' is not recognized as a
function or procedure.
The correct way to change the boot password is documented earlier on in the
section titled 'Encrypting databases with a new boot password'. We should
remove the section titled 'Changing the boot password'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.