Check Oracle Version Перевірка версій Oracle

There are several ways where you can query or retrieve the version number of installed Oracle products: Є кілька способів, де ви можете запитати або отримати номер версії встановлених продуктів Oracle:

1. 1. If you just want to check the version information of the Oracle database, simply connect and login to the Oracle database with SQL *Plus. Якщо ви просто хочете, щоб перевірити інформацію про версію бази даних Oracle, достатньо просто підключити і Логін до бази даних Oracle в SQL * Plus. Upon login, you will see: За Логін, ви побачите:

SQL*Plus: Release 9.2.0.6.0 – Production on Tue Oct 18 17:58:57 2005 SQL * Plus: Release 9.2.0.6.0 - Провадження у Вт 18 жовтня 17:58:57 2005

Copyright (c) 1982, 2002, Oracle Corporation. Copyright (C) 1982, 2002, Oracle Corporation. All rights reserved. Всі права захищені.

Connected to: Чи пов'язані з:
Oracle9i Enterprise Edition Release 9.2.0.6.0 – 64bit Production Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit виробництва
With the Partitioning, OLAP and Oracle Data Mining options З Partitioning, OLAP і Oracle Data Mining сторінку
JServer Release 9.2.0.6.0 – Production JServer Release 9.2.0.6.0 - Виробництво

The first italic number is the version of the SQL*Plus client and the second italic number is the version of Oracle database which you are connected to . Курсив перший номер версії SQL * Plus і клієнт курсивом другий номер версії Oracle Database якої ви підключені.

2. 2. Retrieve the version information from v$version table by using SQL*Plus. Отримати інформацію про версію з V $ версію таблиці за допомогою SQL * Plus. In this table you can find version information on Oracle, PL/SQL, etc. У цій таблиці ви можете знайти інформацію про версію на Oracle, PL / SQL і т.д.

To retrieve the version information for Oracle, you execute the following SQL statement: Щоб отримати інформацію про версію для Oracle, ви виконаєте наступну заяву SQL:

select * from v$version where banner like 'Oracle%'; SELECT * FROM V $ версію банера, де, як "Oracle% ';

It should return something like this: Вона повинна повернути щось на зразок цього:

Banner Банер
————————————————————————————– -----------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 – 64bit Production Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit виробництва

3. 3. Version information can also be checked from Installed Products from the Oracle Universal Installer. Версії інформація також може бути підтверджено з встановленим Вироби з Oracle Universal Installer. It will tells you what products is installed on the machine and also its version information too. Вона каже вам, які продукти встановлені на комп'ютері, а також свою версію інформації теж.

In Unix, the installer is located at $ORACLE_HOME/bin/runInstaller. У Unix, установка знаходиться в $ ORACLE_HOME / BIN / RunInstaller.
In Windows, access the installer by Start -> All Programs -> Oracle Installed Products -> Universal Installer. У Windows, доступ до установок по Пуск -> Програми -> Oracle встановлених продуктів -> Universal Installer.

IMPORTANT : The page is machine translated and provided "as is" without warranty. ВАЖЛИВО: Сторінка машина переведена і надаються "як є" без гарантії. Machine translation may be difficult to understand. Машинний переклад може бути важким для розуміння. Please refer to Будь ласка, зверніться до original English article оригінальний англійська статтю whenever possible. коли це можливо.


6 Responses to “Check Oracle Version” 6 Відповідь до "Перевірка версії Oracle"

  1. Ivan Versluis Іван Versluis
    October 22nd, 2009 16:48 22 жовтня 2009 16:48
    6 6

    Thanks. Спасибо. It worked for me. Він працював для мене.

    Still running Windows Server 2003 with Oracle 9.22 enterprise server. Still Running Windows Server 2003 з Oracle 9.22 Enterprise Server.

  2. Jon Schneider Джон Шнайдер
    September 12th, 2008 04:39 12 Вересня 2008 04:39
    5 5

    Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment! Мабуть, це сервер автоматично замінюючи прямі singlequotes з фігурними них, навіть в мій коментар! Still, the suggestion from my previous post above still applies; just do the replace on your own local machine, instead of in a comment here. Тим не менш, пропозиція від мого попереднього посту вище все ще застосовується, просто зробити заміну на вашій локальній машині, а не в коментарі. :-)

  3. Jon Schneider Джон Шнайдер
    September 12th, 2008 04:35 12 Вересня 2008 04:35
    4 4

    If anyone gets an “invalid character” error after copy & pasting in the query from the article: Якщо хтось отримує "неприпустимий символ" Помилка після копіювання & вставки у запиті зі статті:

    select * from v$version where banner like 'Oracle%';” SELECT * FROM V $ версію банера, де, як "Oracle% ';"

    Try replacing the “curly” singlequote characters around “Oracle%” with regular straight singlequotes: Спробуйте замінити "Curly" singlequote навколо символу "% Oracle" з регулярним прямим singlequotes:

    select * from v$version where banner like 'Oracle%'; SELECT * FROM V $ версію банера, де, як "Oracle% ';

  4. A
    August 13th, 2008 19:03 13 серпня 2008 19:03
    3 3

    The above query will not work in oracle Цей запит не буде працювати в Oracle
    use the below query використовувати запит нижче
    Select * from v$version; * Вибрати з V $ версію;

  5. Karthikeyan Картікеян
    August 13th, 2008 06:16 13 серпня 2008 06:16
    2 2

    select * from versions; * Вибрати з версій;

    The above SQL will do. Вище SQL буде робити.

  6. Pankaj Панкадж
    March 3rd, 2008 22:29 3 березня 2008 22:29
    1 1

    It was a very helpful to find the oracle version information through sqlplus. Це було дуже корисно, щоб знайти інформацію Oracle версії через sqlplus.

    Thanks, Спасибі,
    pankaj Панкадж

Leave a Reply Написати відповідь

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Ви можете використовувати ці теги: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <справі DateTime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Підписатися на коментарі функція була відключена. To receive notification of latest comments posted, subscribe to Щоб отримувати повідомлення про останні коментарях, підписатися My Digital Life Comments RSS feed Моя Цифрова життя Коментарі RSS Feed or або register to receive Увійдіть, щоб отримувати new comments in daily email digest. нові коментарі в щоденній електронній пошті.
Custom Search

New Articles Нові статті

Incoming Search Terms for the Article Вхідні терміни пошуку для статті

oracle version query запит Oracle версії - -- check oracle version Перевірка версії Oracle - -- how to check oracle version Як перевірити версію Oracle - -- version oracle Версія Oracle - -- oracle version Oracle версії - -- oracle database version Версія Oracle Database - -- how to check oracle database version Як перевірити версію бази даних Oracle - -- oracle check version перевірити версію Oracle - -- get oracle version sql отримати SQL Oracle версії - -- get oracle version отримати версію Oracle - -- how to check the version of oracle Як перевірити версію Oracle - -- oracle get database version отримати базу даних Oracle версії - -- oracle get version Oracle отримати версію - -- oracle db version Версія Oracle DB - -- how to check oracle db version Як перевірити версію Oracle DB - -- oracle db version query БД Oracle версії запиту - -- oracle database version query Oracle Database версії запиту - -- find oracle client version Знайти версію клієнта Oracle - -- find oracle version Знайти Oracle версії - -- how to get version of oracle Як отримати версію Oracle - -- how to check the oracle version Як перевірити версію Oracle - -- how to get the oracle version Як отримати версію Oracle - -- how to get oracle version Як отримати версію Oracle - -- how to check the oracle database version Як перевірити версію бази даних Oracle - -- oracle version check перевірити версію Oracle - -- check oracle db version перевірити версію Oracle DB - -- determine oracle version визначити версію Oracle - -- oracle versions Oracle версії - -- psql how to get oracle version PSQL Як отримати версію Oracle - -- oracle + install version + get Oracle + установка версії + отримати - -- checking the oracle version Перевірка версії Oracle - -- check sersion oracle Oracle перевірити sersion - -- chech oracle version чеської версії Oracle - -- database version oracle Oracle Database версії - -- how to test oracle database як перевірити базу даних Oracle - -- how to know oracle version Як дізнатися версію Oracle - -- how to determine oracle database version Як визначити версію бази даних Oracle - -- how to get oracle version number Як отримати номер версії Oracle - -- how to see witch version of oracle i have Як побачити відьму версії Oracle я - -- oracle query database version запит до бази даних Oracle версії - -- oracle version from query Oracle версії із запитом - -- oracle client version check Oracle версії клієнта перевірити - -- select database version oracle Виберіть версію бази даних Oracle - -- sql to get oracle version SQL для отримання версії Oracle - -- versione oracle Versione Oracle - -- version of oracle версія Oracle - -- check oracle dv version перевірити версію Oracle Д.В. - -- check version of oracle перевірити версію Oracle - -- how to determine installed oracle version Як визначити, встановлено Oracle версії - -- how to find oracle client version Як знайти версію клієнта Oracle - --