ODI Real time Scenario's and Interview Questions
Pages
(Move to ...)
Introduction
ODI Architecture
Data Warehouse Concepts
ODI 12c Material
ODI Interview Questions
SQL interview questions
▼
Sunday, July 5, 2015
How to find version of Oracle?
SELECT version FROM V$INSTANCE; -- we can get exact version of database
/
SELECT * FROM V$VERSION; -- we can get detail information along with version (like bit - windows 32bit or 64 bit ....)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment