Re: how to query DB for version,product & options info?
From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 13 Mar 2003 09:14:57 -0800
Message-ID: <1b061893.0303130914.2b9aee07_at_posting.google.com>
Date: 13 Mar 2003 09:14:57 -0800
Message-ID: <1b061893.0303130914.2b9aee07_at_posting.google.com>
"select * from v$version" should be a good start. Take also a look at
v$option if you want more details on the options installed this might
be a new view in 9i, I'm not sure).
Daniel