Hi James,
I am not sure what you mean by "Also please past pupbld.sql from $oracle_home\..\admin directory". I have ready the sap note and these are the commands not sure which one I should run because I am getting error:
CREATE TABLE "OPS$<sid>ADM".SAPUSER
(USERID VARCHAR2(256), PASSWD VARCHAR2(256));
INSERT INTO "OPS$<sid>ADM".SAPUSER VALUES ('<sapowner>', '<password>');
CREATE USER "OPS$<os_user>" DEFAULT TABLESPACE <user_tsp>
TEMPORARY TABLESPACE PSAPTEMP IDENTIFIED EXTERNALLY;
which values should I replace getting on OPS$<sid>ADM and OPS$<os_user> after replacing SID and os_user?
Thanks for your help once again.
Regards,
Macdonald