To set up Oracle without a domain, follow the procedure for creating server access for individual user accounts; however, substitute the user name you created in the procedure for creating users without a domain.
The Computer Management utility appears.
SQL> create user "FH0002RED\USER1" IDENTIFIED EXTERNALLY; SQL> grant connect, resource to "FH0002RED\USER1";
For the [computer name\user name], use uppercase and enclose in quotes.