2021-09-14 15:48:54
Topic starter
A developer was bootstrapping a spec using Instance Builder. The developer got the error message "ORA-00092: missing or invalid option" at the step which sets up an Oracle database user.
screenshot:
What is the best way to resolve this issue?
In this case the developer had a period in the Oracle username.
That caused a problem with this line of SQL code not fully running:
After removing the period from the Oracle username in the configuration files, the developer was able to run "ant clean build" from the Ant Dos tool successfully.