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
replication with Indexes

replication with Indexes

2004-07-27       - By Arun Annamalai

Reply:     <<     11     12  

hmm..this is interesting.

Replicate an index? should you? why would you (i.e. reason)?

Replication concept is basically to replicate data given the same structure
on both sides. Sometimes you might want to replicate DDLs that is the change
that happens on one master to the another. But not to the level of
replicating indexes and sequences? hmm.

I dont think you had looked into "CONFLICT RESOLUTION ". Sequences and
primary key values would be the main thing that would hold you from going to
master to master replication. in short, Standby database is your best option
ie. where you just want to failover.

If you are looking at load balancing(between two master to master) then it
is another story....you need to look into lot of options that falls in
HA(high availability) category...

1. clustering
2. log based replication
3. trigger based replication(oracle internal) - Advanced replication
4. transaction based replication.
5. Advanced queuing - queue transaction centrally and pass it to the
masters.
...

There are various other option..that I can go on listing....let me know if
you need more details.

Arun Annamalai


-- -- Original Message -- --
From: "Seema Singh " <oracledbam@(protected) >
To: <oracle-l@(protected) >
Sent: Friday, May 28, 2004 4:50 PM
Subject: RE: replication with Indexes


> can u pl send example if possible.
> thx
>
>
> >From: Stephen.Lee@(protected)
> >Reply-To: oracle-l@(protected)
> >To: oracle-l@(protected)
> >Subject: RE: replication with Indexes
> >Date: Fri, 28 May 2004 08:16:47 -0500
> >
> > > -- --Original Message-- --
> > > If we run the sql as you suggested will show error
> > > ORA-00955 (See ORA-00955.ora-code.com): name is already used by an existing object
> > > Pl advice
> >
> >It might be that "on prebuilt table " is not supported in 8.1.6. I don 't
> >have an 8.1.6 database here to try.
> >
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> >To unsubscribe send email to: oracle-l-request@(protected)
> >put 'unsubscribe ' in the subject line.
> >--
> >Archives are at http://www.freelists.org/archives/oracle-l/
> >FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
> __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __
> FREE pop-up blocking with the new MSN Toolbar ? get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>
>

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --