Skip to Main Content

Ask The Oracle Mentors

Recently Answered

Recently Answered 2.0

  • #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

    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

    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#
  • #SELECTION#
    Connor McDonald

    About LiveSQL and FreeSQL

    Hi all, I have a problem with liveSQL. I can't create a sharable link. Even with FreeSQL, can't do so. Appreciate any help. Thnks
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Chris Saxon

    String to rows using connect by

    <u></u>table has two rows select id,value from IIO_SYSTEM_PARAMETER; 200 1027/1029/1000 199 1027/1029/1000 when I ran the below query, it is giving 7 records, instead of 3 records query1: SELECT REGEXP_SUBSTR(VALUE, '[^/]+', 1, LEVEL) DEST FROM
    #MISC#
    #ACTIONS#

Upcoming Live Sessions

Upcoming Ask TOM Live report