Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: shared database sequence.
I am not sure what you mean by share, but you can definitely create a
synonym for a sequence on another instance, which might do the trick eg:
Create synonym myseq for scott.myseq_at_scottsdb;
Andrew W. Kerber
Oracle DBA
UMB
816-860-3921
andrew.kerber_at_umb.com
"If at first you dont succeed, dont take up skydiving"
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Syed Jaffar Hussain
Sent: Monday, February 26, 2007 3:14 AM
To: oracle-l
Subject: shared database sequence.
Hello List,
Is it possible to share a database sequence between multiple databases? Not in RAC of course.
We are planning to have two databses exchanging information (replicating) using third party solution. But, stuck with the issues of sequences.
Thanks
-- Best Regards, Syed Jaffar Hussain Oracle ACE 8i,9i & 10g OCP DBA http://jaffardba.blogspot.com/ http://www.oracle.com/technology/community/oracle_ace/ace1.html#hussain ------------------------------------------------------------------------ ----------Received on Mon Feb 26 2007 - 09:28:57 CST
"Winners don't do different things. They do things differently."
------------------------------------------------------------------------------ NOTICE: This electronic mail message and any attached files are confidential. The information is exclusively for the use of the individual or entity intended as the recipient. If you are not the intended recipient, any use, copying, printing, reviewing, retention, disclosure, distribution or forwarding of the message or any attached file is not authorized and is strictly prohibited. If you have received this electronic mail message in error, please advise the sender by reply electronic mail immediately and permanently delete the original transmission, any attachments and any copies of this message from your computer system. Thank you. ============================================================================== -- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |