Notifications
Clear all

Bootstrapping Error: ORA-00092: missing or invalid option

1 Posts
1 Users
2 Likes
5,419 Views
1
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:

image

 

What is the best way to resolve this issue?

1 Answer
1
Topic starter

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:

image

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.