오라클 버전 확인 방법 좀 부탁드립니다..

yoo78jun의 이미지

오라클의 버전을 확인해야 하는데요... 쉘스크립트 상에서요... 따라서 sqlplus에서 쿼리를 날려서 확인하는 방법 말구... 커맨드 라인에서 확인하는 방법은 없나 해서 문의 드립니다...
sqlplus 의 경우 sqlplus -V 하면 버전정보가 나오는데... 오라클은 도대체 알길이 없기에... 문의 드립니다.

kealyung의 이미지

export ORACLE_VERSION=`$ORACLE_HOME/bin/svrmgrl command=exit |
> awk '/(PL\/SQL Release)/{print $3}'`

echo $ORACLE_VERSION
이런식으로 하면 안될까요?

그리고 sqlplus -V 하면 버젼 정보가 나온다고 했는데
저는 나오질 않네요..

sqlplus -?
하면

SQL*Plus: Release 8.0.5.0.0 - Production on Tue Apr 20 15:31:21 2004

(c) Copyright 1998 Oracle Corporation. All rights reserved.

이런식으로 정보가 나오는군요..

choulman의 이미지

sqlplus internal 접속후
select * from v$version;
하면 됩니다.

Linux와 Oracle를 잘 하고 싶어요..꿈이여 이루어져라!

realcns의 이미지

kealyung 님이 올려주신것 조금 손봤습니다. 저도 커멘트라인상에서 버전 뽑는걸 찾아보고 있었는데, 올려주신데로 그대로 붙혀넣기 하고 했는데 안되서, 그냥 보기 편하게 조금 손봤습니다. 죄송하고 감사합니다.

ora_ver.sh
#!/bin/sh

#오라클 서버 매니져 실행파일 찾기
svrmgrl=`/usr/bin/find / -name svrmgrl 2>/dev/null`

#오라클 버전 알기
ora_ver=`${svrmgrl} command=exit | /bin/grep Oracle8i | /bin/awk -F- '{print $1}'`

#출력
/bin/echo ${ora_ver}

#EOF

모든 OS를 사용해보자~!!

-휴학생-

모든 OS를 사용해보자~!!
-놀고먹는백수가 되고 싶은 사람-

flymc83의 이미지

ora_ver.sh
#!/bin/sh
=> 쉘파일을 만드는걸 말씀하시는거죠? 쉘파일안에 아래명령어들을 집어넣어서 수행해야하나요?

#오라클 서버 매니져 실행파일 찾기
svrmgrl=`/usr/bin/find / -name svrmgrl 2>/dev/null`
=> /usr/bin/find / -name svrmgrl 2>/dev/null 요렇게만 치면 명령어 같은데.. svrmgrl에 넣으신 이유는 무엇인가요?

#오라클 버전 알기
ora_ver=`${svrmgrl} command=exit | /bin/grep Oracle8i | /bin/awk -F- '{print $1}'`
=>요문장을 보니 ora_ver.sh에다가 다 넣어야하는것 같긴한데.. 이해가 잘안가네요.

#출력
/bin/echo ${ora_ver}

#EOF

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.