Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Knowledge Articles
    4. What is the difference between Voyage Prepackaged Access Reports SQL and sqlplus (SQL*Plus) on the server?

    What is the difference between Voyage Prepackaged Access Reports SQL and sqlplus (SQL*Plus) on the server?

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
      1. Examples
    3. Additional Information
    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    What is the difference between Access SQL in Prepackaged Reports and sqlplus on the Voyager server?

    Answer

    The Voyager server uses SQL*Plus, which is different from Access SQL, and Access SQL is a subset of what is available in SQL*Plus.  It is not too difficult to translate from one to the other, but they are not compatible (that is, you can't necessarily run one platform's SQL code on the other platform).

    Examples

    Access SQL:

    SELECT
    LAST_NAME
    FROM
    PATRON
    INNER JOIN
    PATRON_GROUP
    ON PATRON.PATRON_GROUP_ID =
    PATRON_GROUP.PATRON_GROUP_ID
    WHERE PATRON_GROUP_CODE Like “fac*”
    AND CREATE_DATE > #1/1/2001#
    AND HISTORICAL_CHARGES > “0”;

     

    SQL*Plus:

    SELECT
    LAST_NAME
    FROM
    PATRON,
    PATRON_GROUP
    WHERE PATRON.PATRON_GROUP_ID =
    PATRON_GROUP.PATRON_GROUP_ID
    AND PATRON_GROUP_CODE Like ‘fac%’
    AND CREATE_DATE > TO_DATE(‘1/1/2001','mm/dd/yyyy')
    AND HISTORICAL_CHARGES > 0;

     

    Additional Information

    See also: Using the SQL query pass-through option in Voyager PrePackaged Access Reports


    • Article last edited: 30-Jan-2022
    View article in the Exlibris Knowledge Center
    1. Back to top
      • What is the difference between traindb and test server?
      • What is the hierarchy for matching in EDI?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Voyager
    2. Tags
      This page has no tags.
    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