-
Notifications
You must be signed in to change notification settings - Fork 36
dx_set_dbpass
Marcin Przepiorowski edited this page Dec 9, 2016
·
4 revisions
dx_set_dbpass [ -engine|d <delphix identifier> | -all ] [ -group group_name | -dbname db_name | -host host_name | -type dsource|vdb ] [-username <username>] -password <password> [ --help|? ] [ -debug ]
Change user password for a specified database(s)
Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.
- -engine|d Specify Delphix Engine name from dxtools.conf file
- -all Run script on all engines
- -group Group Name
- -dbname Database Name
- -host Host Name
- -type Type (dsource|vdb)
- -username user Specify a user
- -password pass Specify a password
-
-force
Skip credential validation. Credentials are verified by update API for all Oracle objects -
-help
Print this screen - -debug Turn on debugging
Setting new password
dx_set_dbpass -d Landshark5 -dbname "Oracle dsource" -username delphixdb -password newpass
Password has been set.
Trying to set a wrong password
dx_set_dbpass -d Landshark5 -dbname "Oracle dsource" -username delphixdb -password fake
Password check failed.
Username or password is invalid.
Delphix