Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

DBMS_PACKAGE

611433Apr 30 2008 — edited Apr 30 2008
Hi all, I am using ORACLE 10GR2 on Solaris 10.

All of a sudden this started happening.

SQL> EXEC DBMS_SUPPORT.START_TRACE_IN_SESSION ( 288, 27539, TRUE , TRUE ) ;
BEGIN DBMS_SUPPORT.START_TRACE_IN_SESSION ( 288, 27539, TRUE , TRUE ) ; END;
BEGIN DBMS_SUPPORT.START_TRACE_IN_SESSION ( 288, 27539, TRUE , TRUE ) ; END;

*
ERROR at line 1:
ORA-20000: Validate_Sid: Session (288,27539) does not exist
ORA-06512: at "SYS.DBMS_SUPPORT", line 44
ORA-06512: at "SYS.DBMS_SUPPORT", line 72
ORA-06512: at line 1

I installed the package again but in vain. Can some one help me out please?

Regards.....

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 28 2008
Added on Apr 30 2008
9 comments
774 views