Skip to Main Content

Ask The Oracle Mentors

Recently Answered

Recently Answered 2.0

  • #SELECTION#
    Chris Saxon

    DBMS_OUTPUT_LINE

    Hello, I know PL/SQL package DBMS_OUTPUT and I know the procedure DBMS_OUTPUT.PUT_LINE. I see sometimes in code published on the web usage of DBMS_OUTPUT_LINE procedure. I would like to know if this procedure has ever existed and if yes in which Oracle version. Thanks.
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Chris Saxon

    Bug using SQL_MACRO (TABLE) with table parameter

    Hello All, I encounter an error trying to use a SQL MACRO (TABLE) in freesql.com, in both versions 26ai and 23ai. The function top_n compiles successfully, but trying to call it fails: create or replace function top_n (p_table DBMS_TF.TABLE_T, p_rows NUMBER) return va
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Numeric sorting inside strings

    This query: with T1 as ( select 'A4' from dual union select 'A3' from dual union select 'A100' from dual union select 'A20' from dual ) select * from t1; produces the normal sort: A100 A20 A3 A4 In recent Oracle versions ( 19 and later ) is there a
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Architectural Advice: Reporting via Pipelined Functions vs. Views in a 4-Schema SmartDB

    I am implementing a 4-Schema SmartDB architecture for an Oracle APEX project to strictly enforce the principle of least privilege. My schemas are: DATA_LAYER (Tables), LOGIC_LAYER (Private Logic), API_LAYER (Public Interface), and APEX_UI_LAYER (Parsing Schema). I am currently de...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    How to connect SQL Developer using oracle wallet external password store

    Hi, How can i connect to SQL developer using oracle wallet based security. from sql plus we can connect using the command like /@sid, but how can i connect to SQL developer (or) toad using the wallet based security. Thanks in advance.
    #MISC#
    #ACTIONS#

Upcoming Live Sessions

Upcoming Ask TOM Live report