OCI-58023
File name 'file_name' does not follow a template name with an expected character: 'unexpected_character'
- file_name: Name of the file with the unexpected character.
- unexpected_character: An unexpected character that was not a slash character /.
Cause
A file name was specified that followed a template specification with an unexpected character. After the closing parentheses ) is found, the file name must immediately end or continue with a file name starting with the slash character /.
Action
Correct the file name specification.