Re: HAS Without ASM or CFS?
Date: Tue, 29 Jul 2014 19:27:54 +0200
Message-ID: <53D7D99A.5070104_at_gmail.com>
I believe you should use the srvctl from the database OH, not the GI OH. If oratab is configured:
. oraenv
test11g1
$ORACLE_HOME/bin/srvctl ...
Otherwise:
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export PATH="$ORACLE_HOME/bin:$PATH"
srvctl add database -d ... -o ...
Dimitre
On 29/07/2014 19:19, Andrew Kerber wrote:
> Tried both, same error.
>
> [oracle_at_o11gtest ~]$ srvctl add database -db test11g1 -oraclehome
> /u01/app/oracle/product/11.2.0/dbhome_1
> PRCD-1025 : Failed to create database test11g1
> PRCT-1011 : Failed to run "srvctl". Detailed error: []
> [oracle_at_o11gtest ~]$ srvctl add database -d test11g1 -o
> /u01/app/oracle/product/11.2.0/dbhome_1
> PRCD-1025 : Failed to create database test11g1
> PRCT-1011 : Failed to run "srvctl". Detailed error: []
>
>
>
> On Tue, Jul 29, 2014 at 12:13 PM, Radoulov, Dimitre
> <cichomitiko_at_gmail.com <mailto:cichomitiko_at_gmail.com>> wrote:
>
>
> On 29/07/2014 18:46, Andrew Kerber wrote:
>
> srvctl add db -d test11g1 -o
> /u01/app/oracle/product/11.2.0/dbhome_1
>
>
> Try:
>
> srvctl add database -db test11g1 -oraclehome
> /u01/app/oracle/product/11.2.0/dbhome_1
>
> or
>
> srvctl add database -d test11g1 -o
> /u01/app/oracle/product/11.2.0/dbhome_1
>
> Dimitre
>
>
>
>
> --
> Andrew W. Kerber
>
> 'If at first you dont succeed, dont take up skydiving.'
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Jul 29 2014 - 19:27:54 CEST