Skip to Main Content

Ask The Oracle Mentors

Recently Answered

Recently Answered 2.0

  • #SELECTION#
    Connor McDonald

    PAGE REFRESH CAUSED BY DATABASE TRIGGER.

    Hi, I have created an application that is tracking a set of processes that are being run from a master table. When a process is completed, a flag in a column name PROC_EXEC_STATUS changes from N to Y for each process. I want my oracle apex application to refresh when the flag for...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Collection vs Global Temporary Table in Oracle 19c

    I have PL/SQL package with a function that returns a list of item numbers. This package/function is repeatedly called by online with multiple users; passing parameters to the function to use within the SQL statement(s). A new string (short list of item types) will now be passed t...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Chris Saxon

    How to ensure SESSION_USER = application user when running DBMS_SCHEDULER jobs that call external C++ functions?

    <u></u><u>We are building a system where:</u> - Application users connect using different DB users - They call DBMS_SCHEDULER.CREATE_JOB to create jobs - Jobs are always expected to execute in the application user(APPUSER) schema - We call external C++ functions via LIBRARY objec...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    cycle detected in recursive query where it seems to be no cycle

    I have recursive query on Oracle 11g table with undirected graph data. Each row represents one edge. The recursive query traverses all edges starting from given input edge. The idea of query is: - input edge is at the 0th level - for n>0, edge is on n-th level if it incides with ...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Redo log threads in Real Application Clusters

    Tom, I have been trying to understand the concept of redo log threads in a RAC environment. I understand how the redo logs work in a single instance database. But I cannot find proper documentation anywhere that clearly explains what a redo log thread is and how the whole thing w...
    #MISC#
    #ACTIONS#

Upcoming Live Sessions

Upcoming Ask TOM Live report