Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
When should a VIP address move to other node?

When should a VIP address move to other node?

2006-02-08       - By Alexei_Roudnev

Reply:     1     2     3     4     5     6     7     8  

It should. In my case, CRS try to bring it up but cannot. (In other test
case, CRS did not recognize failure at all - I had it few month ago).
Installatipon problem  bug in script, something else - I do not know. As I
said, I do not see why I need VIP at all if it do not provide fast failover
and failback.

It works in some cases (CRS migrate VIP forth and back). Troubles happen
when it switch back to the original node - it cause 1 - 2 minutes service
interruption because CRS migrate VIP back _BEFORE_ it starts all necessary
services on the new node (so your applications lost
connection and find impossible to reconnect for a few minutes - very good
method to break many applications totally).
I'd like to use Loadbalancer if I need really good failover, instead of
relying to the badly designed VIP (and notice, that SqlPlus failover
do not need VIP at all) - because LB do not switch working connections, and
switch new connections ONLY after application starts on the new node.

If you think about it - Oracle RAC have a urgly mixture of 3 failover
systems:
- Oracle cleint failover and load balance
- Oracle listener load balance (between all normal IP and all VIP IP, so I
often have 4 sessions to node1, 4 to node2, 4 to node1 VIP and 4 to node2
VIP),
- VIP failover

as a result, it became unpredictable. I prefer do not see VIP address at
all, or have single, well designed VIP for the whole cluster.


-- -- Original Message -- --
From: "Silviu Marin-Caea" <silviu_marin-caea@(protected)>
To: <suse-oracle@(protected)>
Sent: Wednesday, February 08, 2006 1:46 AM
Subject: Re: [suse-oracle] When should a VIP address move to other node?


> On Tuesday 07 February 2006 23:09, Alexei_Roudnev wrote:
> > In my history, VIP address is very unreliable feature - it moves in 50 -
> > 70% of all possible scenarios
>
> The question is not about reliability of VIP moving, but about behaviour.
>
> If one node is shutdown properly, the surviving node _should_ or _should
not_
> get the VIP address of the halted node?
>
> In our case it doesn't happen but we're not sure if this is a malfunction
or
> normal behaviour.
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> For additional commands, email: suse-oracle-help@(protected)
> Please see http://www.suse.com/oracle/ before posting
>
>


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting