GRANT ENCRYPTED -
02-04-2004
, 08:04 AM
Using ASA, I'd like to create a new user from my program. The GRANT
CONNECT statement looks good, but the problem is that we don't want
the passwords to be simply included into the script. The unload
utility uses a formula IDENTIFIED BY ENCRYPTED '\x72\x42\xE4\x1C...
However, the help does not include this option, and we have no clue,
how to produce that binary string. Can someone point me to the right
direction? |