Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle 11g Streams Implementer's Guide

You're reading from  Oracle 11g Streams Implementer's Guide

Product type Book
Published in Dec 2009
Publisher Packt
ISBN-13 9781847199706
Pages 352 pages
Edition 1st Edition
Languages

Table of Contents (14) Chapters

Oracle 11g Streams Implementer's Guide
Credits
About the Authors
About the Reviewers
Preface
All the Pieces: The Parts of an Oracle 11g Streams Environment Plot Your Course: Design Considerations Prepare the Rafts and Secure Your Gear: The pre-work before configuring Oracle 11g Streams Single-Source Configuration N-Way Replication Get Fancy with Streams Advanced Configurations Document What You Have and How It Is Working Dealing with the Ever Constant Tides of Change Appendix and Glossary

Basic Streams views


There are times when you already know or suspect where a problem may be in the Streams environment. So, having a handful of queries related to the main processes is useful. Here are some of the queries we keep in our toolbox and the reasoning on when to use each. The queries listed below are in Handy.sql. The scripts are from source side to destination side.

-- CHECK ON THE STATUS AND IF THERE ARE

-- ANY ERRORS WITH CAPTURE PROCESS

SELECT CAPTURE_USER, CAPTURE_NAME, QUEUE_OWNER, QUEUE_NAME, STATUS,STATUS_CHANGE_TIME, ERROR_NUMBER, ERROR_MESSAGE
FROM DBA_CAPTURE;

-- TO CHECK ON THE BUFFER QUEUE PROPAGATION SCHEDULES ON THE

--SENDING (SOURCE) SIDE

SELECT QUEUE_ID, QUEUE_SCHEMA, QUEUE_NAME, STARTUP_TIME,
PROPAGATION_NAME, DBLINK, STATE
FROM V$PROPAGATION_SENDER;

-- CHECK ON THE PROPAGATION

SELECT PROPAGATION_NAME, SOURCE_QUEUE_OWNER, SOURCE_QUEUE_NAME, DESTINATION_QUEUE_OWNER, DESTINATION_QUEUE_NAME, DESTINATION_DBLINK,
STATUS, ERROR_MESSAGE, ERROR_DATE
FROM DBA_PROPAGATION...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}