Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Video: Migrating from Oracle Discover to OBIEE

You can spare the time...

Oracle ACE Christian Screen offers 53 seconds of insight on migrating from Oracle Discover to Oracle Business Intelligence Enterprise Edition.
        

Want to see more 2 Minute Tech Tips? Click here.

        

Can you deliver a useful technical tip in two minutes or less? Prove it! Contact bob.rhubart@oracle.com

      
        https://www.youtube.com/watch?v=KHTHIJ_BQWI     

For full-screen viewing, click "Watch on YouTube" in the video frame.

      

Comments

526209
Ok, so I've poked around a bit more and have found more info on DB_DBT_APPMALLOC:

http://www.sleepycat.com/docs/api_cxx/db_associate.html

"""
If the callback function needs to allocate memory for the data field rather than simply pointing into the primary key or datum, the flags field of the returned Dbt should be set to DB_DBT_APPMALLOC, which indicates that Berkeley DB should free the memory when it is done with it.
"""

This seems to answer my earlier questions. Thanks for your patience :)
1 - 1