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.
-
In the
Enter the object names to select text box, type the user name instead of
[domain name]\[user ID] or
[domain name]\[group name].
The
Computer Management
utility appears.
-
Set up users.
When using SQL*Plus to create users, substitute
[computer name\user name] for
[domain name\user name] as shown in the following example.
SQL> create user "FH0002RED\USER1" IDENTIFIED EXTERNALLY;
SQL> grant connect, resource to "FH0002RED\USER1";
Note:
For the
[computer name\user name], use uppercase and enclose in quotes.