Check Oracle Version Skontrolujte, Oracle Version

There are several ways where you can query or retrieve the version number of installed Oracle products: Existuje niekoľko spôsobov, kde možno získať dotazem alebo číslo verzie nainštalovaného Oracle produkty:

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. Ak si len chcete overiť informácie o verziu z databázy Oracle, jednoducho pripojiť a prihlásenie do databázy Oracle pomocou SQL * Plus. Upon login, you will see: Po prihlásení uvidíte:

SQL*Plus: Release 9.2.0.6.0 - Production on Tue Oct 18 17:58:57 2005 SQL * Plus: Vydanie 9.2.0.6.0 - Výroba na utorok október 18 17:58:57 2005

Copyright (c) 1982, 2002, Oracle Corporation. Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Všetky práva vyhradené.

Connected to: Pripojene na:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production Oracle9i Enterprise Edition Vydanie 9.2.0.6.0 - 64bit Produkcia
With the Partitioning, OLAP and Oracle Data Mining options S Porciovanie, OLAP a Oracle Data Mining voľby
JServer Release 9.2.0.6.0 - Production JServer Vydanie 9.2.0.6.0 - Výroba

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 . Prvé číslo je kurzíve verzia SQL * Plus klient a druhý kurzíve číslo verzie databázy Oracle, ktoré ste pripojený.

2. 2. Retrieve the version information from v$version table by using SQL*Plus. Načítanie informácií o verziu z $ v Verzia tabuľky pomocou SQL * Plus. In this table you can find version information on Oracle, PL/SQL, etc. V tejto tabuľke nájdete informácie o verzii pre Oracle, PL / SQL, atď

To retrieve the version information for Oracle, you execute the following SQL statement: Ak chcete získať informácie o verzii pre Oracle si vyřídit SQL nasledujúce vyhlásenie:

select * from v$version where banner like 'Oracle%'; select * from v $ verzia, kde banner ako 'Oracle%';

It should return something like this: Je potrebné vrátiť niečo takéto:

Banner Banner
————————————————————————————– -----------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production Oracle9i Enterprise Edition Vydanie 9.2.0.1.0 - 64bit Produkcia

3. 3. Version information can also be checked from Installed Products from the Oracle Universal Installer. Informácie o verzii možno tiež skontrolovať z Inštalovaný Výrobky z Oracle Universal Installer. It will tells you what products is installed on the machine and also its version information too. Bude sa vám povie, aké výrobky je inštalovaný na počítači a tiež informácie o verziu taky.

In Unix, the installer is located at $ORACLE_HOME/bin/runInstaller. V Unix, inštalácia je umiestnená na $ ORACLE_HOME / bin / runInstaller.
In Windows, access the installer by Start -> All Programs -> Oracle Installed Products -> Universal Installer. Vo Windows je prístup do inštalačného Štart -> Programy -> Oracle Inštalovaný Produkty -> Universal Installer.

IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.


5 Responses to “Check Oracle Version” 5 Reakcia na "Check Oracle Version"

  1. Jon Schneider Jon Schneider
    September 12th, 2008 04:39 12. septembra 2008 04:39
    5 5

    Apparently this server is automatically replacing straight singlequotes with curly ones, even in my comment! Zrejme tento server je automaticky nahradí rovno kučeravé singlequotes s tými, dokonca v mojej komentár! 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. Napriek tomu návrh z mojej predchádzajúci príspevok vyššie stále platí, len urobiť nahradiť na vlastnú lokálnu stroj miesto vo komentár tu. :-)

  2. Jon Schneider Jon Schneider
    September 12th, 2008 04:35 12. septembra 2008 04:35
    4 4

    If anyone gets an “invalid character” error after copy & pasting in the query from the article: Ak sa niekto dostane "neplatný znak" chyba po copy & nalepenie na otázku z článku:

    select * from v$version where banner like 'Oracle%';” select * from v $ verzia, kde banner ako 'Oracle%'; "

    Try replacing the “curly” singlequote characters around “Oracle%” with regular straight singlequotes: Skúste nahradiť "kučeravé" singlequote znaky okolo "Oracle%" s pravidelnou rovnou singlequotes:

    select * from v$version where banner like 'Oracle%'; select * from v $ verzia, kde banner ako 'Oracle%';

  3. A A
    August 13th, 2008 19:03 13. augusta 2008 19:03
    3 3

    The above query will not work in oracle Vyššie uvedený dotaz nebude fungovať v Oracle
    use the below query použite nižšie dotazu
    Select * from v$version; Select * from v $ version;

  4. Karthikeyan Karthikeyan
    August 13th, 2008 06:16 13. augusta 2008 06:16
    2 2

    select * from versions; select * from verzia;

    The above SQL will do. Vyššie uvedený SQL bude robiť.

  5. Pankaj Pankaj
    March 3rd, 2008 22:29 3. marca 2008 22:29
    1 1

    It was a very helpful to find the oracle version information through sqlplus. Bolo to veľmi užitočné zistiť verziu Oracle informácií prostredníctvom sqlplus.

    Thanks, Vďaka,
    pankaj pankaj

Leave a Reply Nechaj Odpoveď

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> Môžete použiť tieto značky: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Vyberajte komentáre funkcia bola vypnutá. To receive notification of latest comments posted, subscribe to Ak chcete dostávať oznámenie o najnovšie komentáre posta, prihláste sa My Digital Life Comments RSS feed My Digital Life Komentáre RSS or alebo register to receive register pre príjem new comments in daily email digest. nové komentáre v dennom email Digest.
Custom Search

New Articles Nové články

Incoming Search Terms for the Article Incoming Vyhľadávanie Podmienky pre článok

oracle version Oracle verzia - -- Check Oracle version Skontrolujte, Oracle verzia - -- how to check oracle version ako skontrolovať verziu Oracle - -- oracle version query Oracle verzia dotazu - -- version oracle Verzia Oracle - -- oracle check version Oracle skontrolovať verziu - -- checking oracle version kontrola Oracle verzia - -- version of oracle verzia Oracle - -- get oracle version dostat Oracle verzia - -- check oracle database version check Oracle Database verzia - -- finding oracle version zistenia Oracle verzia - -- how to check oracle database version ako skontrolovať verziu Oracle Database - -- Get Oracle Database Version Získajte Oracle Database Version - -- Oracle version Oracle verzia - -- check oracle client version check Oracle klienta verzia - -- query oracle version dotaz Oracle verzia - -- oracle database version query Oracle Database verzia dotazu - -- what version of oracle verzia Oracle - -- oracle version check Oracle verzia check - -- oracle database version Oracle Database verzia - -- Oracle versions Oracle verzia - -- how to check version of oracle ako skontrolovať verziu Oracle - -- check version of oracle skontrolovať verziu Oracle - -- query oracle database version dotaz Oracle Database verzia - -- oracle get database version Oracle databáze verzia dostať - -- how to get oracle version ako sa dostať Oracle verzia - -- oracle query database version Oracle databáze verzia dotazu - -- oracle check database version kontrola verzia databázy Oracle - -- how to see oracle version ako vidieť Oracle verzia - -- oracle get version Oracle dostať verzia - -- check version oracle skontrolovať verziu Oracle - -- Oracle version info Oracle verzia info - -- oracle version table Oracle verzia tabuľky - -- how to check the version of Oracle ako skontrolovať verziu Oracle - -- how to check oracle client version ako skontrolovať verziu Oracle klient - -- check oracle db version check Oracle db version - -- oracle query version Oracle dotaz version - -- "oracle version" "Oracle verzia" - -- oracle version number Výnos číslo verzie - -- finding oracle database version zistenia Oracle Database verzia - -- get oracle client version dostat Oracle klienta verzia - -- how to get oracle database version ako sa dostať Oracle Database verzia - -- HOW TO CHECK ORACLE DB VERSION AKO TO CHECK ORACLE NR VERSION - -- how to find oracle database version ako nájsť Oracle Database verzia - -- oracle version information Oracle verzia - -- check oracle version skontrolovať verziu Oracle - -- all všetko - -- which version of oracle ktorá verzia Oracle - -- query to find oracle version dotaz nájsť Oracle verzia - -- version in oracle Verzia v Oracle - -- which oracle version ktoré Oracle verzia - -- versione oracle Versione veštbami - -- get oracle db version dostat Oracle db version - -- how to check oracle version ako skontrolovať verziu Oracle - -- see oracle version pozri Oracle verzia - -- SQL check Oracle version Check Oracle SQL verzia - -- what is my oracle version Aký je môj Oracle verzia - -- sql to check oracle version sql kontrolovať Oracle verzia - -- query database version oracle dotaz verziu databázy Oracle - -- versions of oracle verzia Oracle - -- find oracle version nájsť Oracle verzia - -- check database version oracle kontrola verzia databázy Oracle - -- finding version of oracle zistenie verzie Oracle - -- how to find oracle version ako nájsť Oracle verzia - -- query for oracle version dotaz na Oracle verzia - -- sql query oracle version sql dotaz Oracle verzia - -- find oracle client version nájsť Oracle klienta verzia - -- how to check the oracle version ako skontrolovať verziu Oracle - -- check oracle edition check Oracle vydanie - -- oracle sql get database version Oracle sql dostať databázu verzia - -- how to find oracle client version ako nájsť Oracle klienta verzia - -- how check oracle version ako skontrolovať verziu Oracle - -- how to check the version of oracle database ako skontrolovať verziu Oracle Database - -- oracle how to check version Oracle, ako skontrolovať verziu - -- checking version of oracle kontrola verzie Oracle - --