To manually create an Oracle seach user
sqlplusw
This launches Oracle’s SQL Plus utility and sets the correct working directory for the script execution.
SQL>CREATE USER <SearchUser> IDENTIFIED BY “<Password>”DEFAULT TABLESPACE <Tablespace> QUOTA UNLIMITED ON <Tablespace>; SQL>GRANT CONNECT, SELECT_CATALOG_ROLE, CREATE SYNONYM TO <SearchUser>;
Where <tablespace> must be an existing tablespace.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |