To create a user accessible only by the operating system account george, prefix george by the value of the initialization parameter OS_AUTHENT_PREFIX. For example, if this value is "ops$", you can create the user ops$george with the following statement:
CREATE USER ops$george
  IDENTIFIED EXTERNALLY
  DEFAULT TABLESPACE accs_ts
  TEMPORARY TABLESPACE temp_ts
  QUOTA UNLIMITED ON accs_ts;
The user ops$george has the following additional characteristics:
. Default tablespace accs_ts
. Default temporary tablespace temp_ts
. Unlimited space on the tablespaces accs_ts and temp_ts
. Limits on database resources defined by the DEFAULT profile