Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: check what oracle server options are installed from unix

Re: check what oracle server options are installed from unix

From: Tanel Poder <tanel_at_remove.this.peldik.com>
Date: Sat, 15 Feb 2003 19:50:16 +0100
Message-ID: <3e4e7e48$1_2@news.estpak.ee>


and if you want to get the result to unix, just use sqlplus to execute this query..
of course this requires an instance to be running..

or do you want to do this check from executable files only?

Tanel.

"Tanel Poder" <tanel_at_remove.this.peldik.com> wrote in message news:3e4e7c12$1_1_at_news.estpak.ee...
> select * from v$option;
>
> "lopera" <prlopera_at_techie.com> wrote in message
> news:3E4D8697.2030505_at_techie.com...
> > Hi
> >
> > Does anyone know how to check what oracle server options are installed
> > such as partitioning at Linux/UNIX level?
> >
> > For example to determine if RAC is enabled in 9i we could use
> >
> > ldd $ORACLE_HOME/bin/oracle | grep libwddapi.so
> >
> > how about for partitioning?
> >
>
>
Received on Sat Feb 15 2003 - 12:50:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US