- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to install or enable Advanced Queue (AQ) in th...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
тАО05-01-2006 06:05 PM
тАО05-01-2006 06:05 PM
How to install or enable Advanced Queue (AQ) in the database ( 8i, 9i ).
Kindly give the detail steps.
Thanks
Ezhil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2006 06:31 PM
тАО05-01-2006 06:31 PM
Re: How to install or enable Advanced Queue (AQ) in the database
This is a product you intend to install into Oracle? What is your OS?
May I suggest http://technet.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2006 07:11 PM
тАО05-01-2006 07:11 PM
Re: How to install or enable Advanced Queue (AQ) in the database
job_queue_processes = 2 #param to
run 2 jobs
job_queue_interval = 60 # Parameter every 60 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2006 07:26 PM
тАО05-01-2006 07:26 PM
SolutionOracle8 AQ (Advanced Queuing) provides message queuing as an integrated part of the Oracle Server. Oracle8 uses the following components to deliver AQ functionality (Message, Queue, Queue Tables, Agents, Time manager)
Refer to Note:52748.1 in Metalink for details on Oracle8 Advanced Queuing Capabilities And An Introduction To Terms And Concepts
Note:1060419.6 for details on ORACLE8 ADVANCED QUEUING ROLES: AQ_USER_ROLE, AQ_ADMINISTRATOR_ROLE
Note:93819.1 ADVANCED QUEUING PROPAGATION JOBS
Check the entries in the Initialisation parameter. File.
To setup ADVANCED QUEUING (AQ) CONFIGURATION, make sure the Oracle Message Broker is NOT running when you run the scripts
In order to use the Advanced Queueing option on 8i as a messaging technology with OMB, the following changes to AQ must be performed. You will need to run three scripts located in %OMB_HOME%\admin\plsql
$cd %OMB_HOME%\admin\plsql
Create the AQ admin user for OMB
Grant privileges
Install packages and execute permission
The AQ_ADMINISTRATOR_ROLE and AQ_USER_ROLE roles are used for the Advanced
Queuing (AQ) option in Oracle8.
Administrative Interface
The administrative interface to Oracle8 AQ is comprised of two PL/SQL packages, DBMS_AQADM and DBMS_AQ. Configuration information can be managed through procedures in the DBMS_AQADM package
Privileges and Access Control
Access to AQ operations are granted to users through roles. These roles provide execution privileges on the Advanced Queuing procedures contained in the DBMS_AQADM and DBMS_AQ packages.
Administrator Role
The AQ_ADMINISTRATOR_ROLE role grants execute privileges to procedures in the DBMS_AQADM and DBMS_AQ packages.
User Role
The AQ_USER_ROLE role grants execute privileges to procedures in the DBMS_AQ
package. These include all the operational interfaces.
Oracle 8i Considerations:
Avoid granting AQ_USER_ROLE in 8.1 since this role will not provide sufficient privileges for enqueue/dequeue on 8.1 compatible queues. The AQ_USER_ROLE will only work with 8.0 compatible queues. DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE can be used
to grant ENQUEUE/DEQUEUE ANY QUEUE privilege.
Access to AQ Object Types
The procedure "grant_type_access" must first be executed by the user 'SYS' to grant access for AQ object types to the AQ administrator. The AQ administrator can then execute this procedure to grant access for AQ object types to other AQ users. The procedure needs to be executed if the user wishes to perform any administrative operations involving a multiple consumer queue.
These include CREATE_QUEUE_TABLE, CREATE_QUEUE, ADD_SUBSCRIBER and REMOVE_SUBSCRIBER, which are all procedures contained in the DBMS_AQADM package.
Indira A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2006 08:12 AM
тАО05-07-2006 08:12 AM
Re: How to install or enable Advanced Queue (AQ) in the database
You have given excellent notes for my request.
Thanks you very much.
Regards
Ezhil