Replies: 4 comments 6 replies
-
The problem is in command processor, not in gsec. Try single quotes. |
Beta Was this translation helpful? Give feedback.
-
According to the documentation even bash doesn't expand globs in quoted parameters and otherwise question mark is not a special symbol. I wonder what command processor is used? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was wrong. It is definitely bug in gsec's |
Beta Was this translation helpful? Give feedback.
-
I will put question in separate thread so it's more visible. Thanks guys for analysing the issue. Is it worth creating a bug for gsec when it's deprecated? I guess it's low priority. Or at least create a bug so it is recorded when someone will be looking for the same issue? |
Beta Was this translation helpful? Give feedback.
-
I was not able to found in the documentation if it is somehow limited using question mark at the beginning of the password. I found this FAQ and there is written there is no character limitation. FAQ
When I try executing following command:
gsec -user SYSDBA -password "masterkey" -modify SYSDBA -pw "??"
The command failed and instead of any error help is shown.
Theoretically if I were successful and then I would try changing it back
gsec -user SYSDBA -password "??" -modify SYSDBA -pw "masterkey"
I got "operation already specified.
Not sure if it's not supported or I have to somehow escape it. I didn't find any mention in the documentation.
Note: The problem is only with the question mark at the beginning... -pw "w????" this works fine
Beta Was this translation helpful? Give feedback.
All reactions