I have scrapped the target database and used "rsync" command to transfer the binaries from source system
to target system.I have configured the 11.2.0 and when i am trying to connect to database getting below
error.
oradev@ctssd11 $ sqlplus apps/apps#oops
SQL*Plus: Release 11.2.0.3.0 Production on Tue Sep 24 01:31:43 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Not owner
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 30310 (dbaoltp1), current gid
= 54132 (dbadev)
Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied
Cause:Owner (or) group name is poiting to production (dbaoltp1).
Solution *:-
drwxr-xr-x 98 oradev dbaoltp1 3.0K Sep 24 01:04 11.2.0
chown -R oradev:dbadev 11.2.0
to target system.I have configured the 11.2.0 and when i am trying to connect to database getting below
error.
oradev@ctssd11 $ sqlplus apps/apps#oops
SQL*Plus: Release 11.2.0.3.0 Production on Tue Sep 24 01:31:43 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-27140: attach to post/wait facility failed
ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
ORA-27301: OS failure message: Not owner
ORA-27302: failure occurred at: skgpwinit6
ORA-27303: additional information: startup egid = 30310 (dbaoltp1), current gid
= 54132 (dbadev)
Enter user-name:
ERROR:
ORA-01017: invalid username/password; logon denied
Cause:Owner (or) group name is poiting to production (dbaoltp1).
Solution *:-
drwxr-xr-x 98 oradev dbaoltp1 3.0K Sep 24 01:04 11.2.0
chown -R oradev:dbadev 11.2.0
No comments:
Post a Comment