SQL-02128: Sessions still exist, not logged off



SQL-02128: Sessions still exist, not logged off..

Answer / guest

Cause: A host was not removed ("logged off") from SQLLIB
because XA still has sessions associated with that host.

Action: Before calling SQLXDH to drop a host, XA must either
drop all sessions for that host or set the "doit_anyway"
flag. *Note: This error *msg* is never actually used. The
error *number* is used, given as a possible return value to
the sqllib xa function sqlxdh.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-10013: error initializing PL/SQL

1 Answers  


ORA-31089: schema "string" does not target namespace "string"

1 Answers  


ORA-09201: sfcopy: error copying file

1 Answers  


ORA-01862: the numeric value does not match the length of the format item

1 Answers  


ORA-01956: invalid command when OS_ROLES are being used

1 Answers  






PCC-02135: CMD-LINE: User asked for help

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-31007: Attempted to delete non-empty container string/string

1 Answers  


ORA-06011: NETASY: dialogue too long

1 Answers  


ORA-39022: Database version string is not supported.

1 Answers  


PLS-00154: An object type may have only 1 MAP or 1 ORDER method.

1 Answers  


ORA-04092: cannot string in a trigger

1 Answers  


Categories