Skip to Main Content

Ask The Oracle Mentors

Recently Answered

Recently Answered 2.0

  • #SELECTION#
    Connor McDonald

    Get hashed password for old user

    I am normally using "SELECT DBMS_METADATA.GET_DDL('USER', 'User_Name') FROM DUAL;" to get the hashed password ( which I use to re-create the user as it was ), with SYSTEM user. This unfortunately does not work for users which have password_versions = 10G ( I am using Oracle 19 bu...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Question about Concurrent Statistics Gathering and Maintenance Windows

    Hello, I have a question regarding concurrent statistics gathering in Oracle 19c. Currently, my global preference is set to OFF: SELECT DBMS_STATS.GET_PREFS('CONCURRENT') FROM DUAL; -- Result: OFF I can enable it manually with: BEGIN DBMS_STATS.SET_GLOBAL_PREFS('CONCURRENT','ALL'...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    Oracle View Becomes INVALID Intermittently Without DDL on Base Table

    All, I have an Oracle view built on top of a partitioned table. Occasionally the view becomes INVALID, even though there are no DDL changes happening on the base table. The view becomes VALID again automatically when it is accessed or queried, but this behavior is causing issues ...
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Connor McDonald

    instnce vs database

    is Instances can exist without the database and database can exist without instance
    #MISC#
    #ACTIONS#
  • #SELECTION#
    Chris Saxon

    Usage and limitations on PART_NAME parameter in DBMS_REDEFINITION APIs

    Hello Connor/Chris, Hope you are doing well. Recently, I came to know about the PART_NAME parameter for multiple APIs of DBMS_REDEFINITION package from the documentation. However, I could not find much about what kind of changes are permitted (and prevented) at partition level, e...
    #MISC#
    #ACTIONS#

Upcoming Live Sessions

Upcoming Ask TOM Live report