Hi,
Now i install OTM 5.5, and get some problem while doing:
"Reset Sequences
In SQL*Plus as the GLOGOWNER user, run:
1. Set serverout on size 1000000
Execute domainman.reset_sequence;"
Here, I put the execution log:
[[email protected] script8]# sqlplus glogowner/[email protected]
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 5 14:39:57 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> set serverout on size 1000000
SQL> execute domainman.reset_sequence;
Error resetting sequence Table: I_TRANSMISSION_ACK Sequence:
I_TRANSMISSION_ACK_SEQUENCE_NO
BEGIN domainman.reset_sequence; END;
*
ERROR at line 1:
ORA-28123: Driving context 'GL_USER_CTX,POLICY_GROUP' contains invalid group
'DBA_ADMIN'
ORA-06512: at "GLOGOWNER.DOMAINMAN", line 1553
ORA-06512: at line 1
What I have:
Operating system: Oracle Enterprise Linux 5,
Database: Oracle 10gR2,
Application Server: Oracle Application Server.
All previous steps completed successfully.
Is anyone solve same trouble?
Now i install OTM 5.5, and get some problem while doing:
"Reset Sequences
In SQL*Plus as the GLOGOWNER user, run:
1. Set serverout on size 1000000
Execute domainman.reset_sequence;"
Here, I put the execution log:
[[email protected] script8]# sqlplus glogowner/[email protected]
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jun 5 14:39:57 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> set serverout on size 1000000
SQL> execute domainman.reset_sequence;
Error resetting sequence Table: I_TRANSMISSION_ACK Sequence:
I_TRANSMISSION_ACK_SEQUENCE_NO
BEGIN domainman.reset_sequence; END;
*
ERROR at line 1:
ORA-28123: Driving context 'GL_USER_CTX,POLICY_GROUP' contains invalid group
'DBA_ADMIN'
ORA-06512: at "GLOGOWNER.DOMAINMAN", line 1553
ORA-06512: at line 1
What I have:
Operating system: Oracle Enterprise Linux 5,
Database: Oracle 10gR2,
Application Server: Oracle Application Server.
All previous steps completed successfully.
Is anyone solve same trouble?
Comment