1
I was working on an Oracle database import, and during the import noticed the existence of objects of type queue
, I’m used to procedures
,functions
,view
, etc. The one in question had never seen.
I’d like to know more about this guy queue
object, as:
- What are they used for?
- How to create a queue
queue
?
Thank you