Skip to Main Content

Ask The Oracle Mentors

Recently Answered

Recently Answered 2.0

  • #SELECTION#
    Chris Saxon

    Using enum domains in PL/SQL

    hi folks, I am very happy about the new enum domains in PL/SQL. They are very useful and can make the code much more maintainable. But I struggled over a problem. When I create an enum domain like create domain MY_TEST_ENUM as enum ( text1 = 'text1', text2 = 'text2', text3 = 'te
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    temporary tablespace

    i have two questions about the temporary tablespace. 1.) if i'm running out space on temporary, how could i know which user or transaction is using the temporary tablespace. 2.) Sometime, it happens to me that, obviously no transactions running, but the temporary tablespace neve...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    ORA-06502 exception_dump tracing does not work??

    Hello Connor/Chris, Hope you are doing well. I came across MOS note ORA-6502 Research Events (Doc ID 2911572.1), which claims to recommend an option to enable trace to get more details about ORA-06502 error. However, I am not able to reproduce the behaviour on 19.25 and 19.24 dat...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Create an Table optimally designed for many parallel DML queries (INSERT/UPDATE)

    I would like to create a table in an Oracle 19c DB (on premise) that is optimally designed for many parallel DML queries (INSERT/UPDATE). What do I have to pay attention to? Does partitioning help, with different tablespaces? How must sequences be created or should sequences be o...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Cannot create index on virtual column of type RAW or RAW(30)

    Dear Tom I cannot create an index on a virtual column of type RAW or RAW(30). I've used virtual columns several times in the past and I also indexed them, with no issues so far. This this the first attempt to do so with a RAW column, but I fail. Why do I want to index a virtual c...
    #MISC#
    #ACTIONS#

Upcoming Office Hours

Upcoming Office Hours report