Monday, November 24, 2008
Sunday, November 16, 2008
oracle streams jobs 11/16/2008
[Chapter 5] 5.7 Oracle AQ Examples
- one_animal
- queueopts.correlation := corr_id (customer_in, animal_in);
- one_animal (customer_in, animal_in);
3 Streams Staging and Propagation
- shows that a client browsing messages in a queue is not guaranteed a definite order with enqueue time ordering.
Posted from Diigo. The rest of my favorite links are here.
Thursday, November 13, 2008
oracle streams jobs 11/13/2008
Chapter 6. Aspect Oriented Programming with Spring
Action taken by an aspect at a particular join point.
- Action taken by an aspect
at a particular join point. - Action taken by an aspect
at a particular join point.
Posted from Diigo. The rest of my favorite links are here.
Wednesday, November 12, 2008
oracle streams jobs 11/12/2008
Monday, November 10, 2008
oracle streams jobs 11/10/2008
Chapter 3. Beans, BeanFactory and the ApplicationContext
- By definition,
Spring cannot manage the complete lifecycle of a
non-singleton/prototype bean, since after it is created, it is given
to the client and the container does not keep track of it at all any
longer.
Enterprise Java Community: Introduction to the Spring Framework 2.5
- Dependency Injection is a form of IoC that removes explicit dependence on container APIs.
- Dependency Injection is a form of IoC that removes explicit dependence on container APIs.
Introduction to Diigo Toolbar. Diigo Toolbar installed. - Annotated
- Visit Your New Dashboard Now
Posted from Diigo. The rest of my favorite links are here.
Friday, November 7, 2008
oracle streams jobs 11/07/2008
- Supplemental Logging in a Streams Environment
12 Monitoring Streams Replication
- Displaying Supplemental Log Groups at a Source Database
1 Understanding Streams Replication
- Unconditional log groups log the before images of specified columns when the table is changed, regardless of whether the change affected any of the specified columns. Unconditional log groups are sometimes referred to as "always log groups." Conditional log groups log the before images of all specified columns only if at least one of the columns in the log group is changed.
- is the entire column of table stored/ only the respective row?? - post by ravi_eze
1 Introducing Oracle Streams AQ
- Oracle recommends that you use a nonzero wait time for the first dequeue call on a queue in a session, and then use a zero wait time with the
NEXT_MESSAGE
navigation option for subsequent dequeue calls.
Posted from Diigo. The rest of my favorite links are here.
Monday, November 3, 2008
oracle streams jobs 11/03/2008
11 Managing Logical Change Records (LCRs)
- Also, you can modify an LCR using an apply handler or a rule-based transformation. You can modify both LCRs captured by a capture process and LCRs constructed and enqueued by a user or application.
Posted from Diigo. The rest of my favorite links are here.
Sunday, November 2, 2008
Practical Laws
* Jone's Motto:
Friends come and go, but enemies accumulate.
* Terman's Law of Innovation:
If you want a team to win the high jump, you find one person who can jump seven feet, not seven people who can jump one foot each.
* O'brien's Variation:
If you change queues, the one you have left will start to move faster than the one you are in now.
* Conway's Law:
In any organization there will always be one person who knows what is going on. This person must be fired.
* The Peter Principle:
In a hierarchy, every employee tends to rise to his level of incompetence. Work is accomplished by those employees who have not reached their level of incompetence.
* H.L.Mencken's Law:
Those who can, do. Those who cannot teach.
* Martin's Extension:
Those who can't teach, administer
* Belani's Extrapolation:
Those who cannot even administer, become consultants.
* Lieberman's Law:
Everbody lies; but it doesn't matter since nobody listens.
* Kovac's Conundrum:
When you dial a wrong number, you never get an engaged one.
* Van Herpen's Law:
The solving of the problem lies in finding the solvers.
* Murphy's Law of Government:
If anything can go wrong, it will do so in triplicate.
* Bell's Theorem:
When the body is immersed in water, the telephone rings.
* Ruby's Principle of Close Encounters:
The probability of meeting someone you know increases when you are with someone you don't want to be seen with.
* Young's Law:
Great discoveries are made by mistake.
* Kin Hubbard:
A good listener is usually thinking about something else
* One Anonymous Great Seer's Law :
Money can't buy love, but it sure gets you a great bargaining
position.
Friends come and go, but enemies accumulate.
* Terman's Law of Innovation:
If you want a team to win the high jump, you find one person who can jump seven feet, not seven people who can jump one foot each.
* O'brien's Variation:
If you change queues, the one you have left will start to move faster than the one you are in now.
* Conway's Law:
In any organization there will always be one person who knows what is going on. This person must be fired.
* The Peter Principle:
In a hierarchy, every employee tends to rise to his level of incompetence. Work is accomplished by those employees who have not reached their level of incompetence.
* H.L.Mencken's Law:
Those who can, do. Those who cannot teach.
* Martin's Extension:
Those who can't teach, administer
* Belani's Extrapolation:
Those who cannot even administer, become consultants.
* Lieberman's Law:
Everbody lies; but it doesn't matter since nobody listens.
* Kovac's Conundrum:
When you dial a wrong number, you never get an engaged one.
* Van Herpen's Law:
The solving of the problem lies in finding the solvers.
* Murphy's Law of Government:
If anything can go wrong, it will do so in triplicate.
* Bell's Theorem:
When the body is immersed in water, the telephone rings.
* Ruby's Principle of Close Encounters:
The probability of meeting someone you know increases when you are with someone you don't want to be seen with.
* Young's Law:
Great discoveries are made by mistake.
* Kin Hubbard:
A good listener is usually thinking about something else
* One Anonymous Great Seer's Law :
Money can't buy love, but it sure gets you a great bargaining
position.
Saturday, November 1, 2008
oracle streams jobs 11/01/2008
23 Oracle Streams Messaging Example
- Example 23-25 Dequeuing Messages Explicitly
- can we deq the LCRs enqueued by capture process??? - post by ravi_eze
https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=149838.1
- Transformations are exported with a schema or a full database export. If an
AQ table is exported the transformation corresponding to the queue table will also be exported.
- The transformation cannot write database state (perform DML) or commit or rollback the current transaction.
Posted from Diigo. The rest of my favorite links are here.
Subscribe to:
Posts (Atom)