Security Considerations

Follow the Oracle Security guidelines and the security principles as well as the customary practices of your business area.

The following security considerations for passwords and session keys must be taken into account when developing Oracle FS CLI scripts.

Passwords

Oracle security requirements prohibit passing passwords on the command line.

Oracle FS CLI first validates the command before prompting for the password to ensure the command, the subcommand, and any options are correctly specified.
Note: Use the verify option to ensure the validity of the command syntax before you add it to your script.

Session Keys

Oracle security requirements prohibit passing session keys on the command line.

Oracle FS CLI prompts for the session key before validating and sending the command.
Note: Use the verify option to ensure the validity of the command syntax before you add it to your script.