Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vlvlad
  • Content: Threads
  • Order by date
  1. vlvlad

    How to get Oracle server version (PL/SQL version,) in PL/SQL procedure

    Hi, Dependently from Oracle version I have to execute different code. Something like: version := get_oracle_version(); if version = '7.3.4' then <Oracle 7.3.4 code> end if; if version = '8.*.*' then <Oracle 8.* code> end if; The question is: how to get oracle version? Best regards, Vovik

Part and Inventory Search

Back
Top