Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. ORA-01031: insufficient privileges

    ORA-01031: insufficient privileges

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    I'm able to do SQL Select's OK (such as a "select count") but when I try to do:

    abc50@ALEPH18> update sys00.z303 set z303_dispatch_library = 'ABFST' where z303_home_library = 'ABFST' and z303_rec_key in (select substr(z305_rec_key,1,12) from z305);

    I get:

    ERROR at line 1:
    ORA-01031: insufficient privileges

    Resolution:
    In order to update a sys00 table, you need to be connected to sys00. This works:

    s+ sys00

    update sys00.z303 set z303_dispatch_library = 'ABFST' where z303_home_library = 'ABFST' and z303_rec_key in (select substr(z305_rec_key,1,12) from abc50.z305);


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • ORA-01017: invalid username/password; logon denied in response to "s+ abc50"
      • ORA-01031: insufficient privileges" after change to server name
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved