- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DBMS_ALERT on HP-UX
Operating System - HP-UX
1819697
Members
4193
Online
109605
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2005 06:16 AM
тАО02-15-2005 06:16 AM
DBMS_ALERT on HP-UX
Hi, we are using HP-UX B.11.11 U 9000/800 (tb). We are using Oracle 9i. While using the DBMS_ALERT.WAITONE procedure manytimes we get the error. Any patches that would solve the problem?
java.sql.SQLException: ORA-20000: ORU-10023: error 2 on lock request.
ORA-06512: at "SYS.DBMS_ALERT", line 319
ORA-06512: at line 1
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2047)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1940)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2709)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:656)
at hp.comcat.apps.DaemonBase.waitForNextMessage(DaemonBase.java:315)
java.sql.SQLException: ORA-20000: ORU-10023: error 2 on lock request.
ORA-06512: at "SYS.DBMS_ALERT", line 319
ORA-06512: at line 1
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2047)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1940)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2709)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:656)
at hp.comcat.apps.DaemonBase.waitForNextMessage(DaemonBase.java:315)
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2005 12:44 PM
тАО02-15-2005 12:44 PM
Re: DBMS_ALERT on HP-UX
Hi Rajiv,
During what situation is the error occuring. Please provide more info on what steps were you following and this error occured.
May be your application has specified the TIMEOUT parameter to a small amount when calling DBMS_ALERT.WAITONE or DBMS_ALERT.WAITANY.
Or is your application using the default setting -- 86400000 seconds -- 1000 days!
How was the grant given. The 'grant' must be given to the user, not the role.
Grant execute on sys.dbms_alert to;
Grant execute on sys.dbms_lock to;
Indira A
During what situation is the error occuring. Please provide more info on what steps were you following and this error occured.
May be your application has specified the TIMEOUT parameter to a small amount when calling DBMS_ALERT.WAITONE or DBMS_ALERT.WAITANY.
Or is your application using the default setting -- 86400000 seconds -- 1000 days!
How was the grant given. The 'grant' must be given to the user, not the role.
Grant execute on sys.dbms_alert to
Grant execute on sys.dbms_lock to
Indira A
Never give up, Keep Trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2005 09:42 PM
тАО02-15-2005 09:42 PM
Re: DBMS_ALERT on HP-UX
hi,
consider using waitany so that it just collect the messages from whomever finishes first.
regards
yogeeraj
consider using waitany so that it just collect the messages from whomever finishes first.
regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP