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: lopera <prlopera_at_techie.com>
Date: Sun, 16 Feb 2003 20:43:42 +0100
Message-ID: <3E4FE9EE.1090802@techie.com>


Hi

I want to do this from Unix executables such as the example I posted.

Cheers

Tanel Poder wrote:
> 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 Sun Feb 16 2003 - 13:43:42 CST

Original text of this message

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