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: DB2 HADB

Re: DB2 HADB

From: Serge Rielau <srielau_at_ca.ibm.com>
Date: Sat, 26 Nov 2005 03:44:28 -0500
Message-ID: <3uqljnF12pritU1@individual.net>


Mark A wrote:
  > Serge, If I create a SP using C, and backup up the database, and restore it
> as the standby database, is there a problem with the SP? I still don't
> understand the issue of "libraries". I am using XML extender that comes with
> some C SP's on an HADR system and need to be sure there is no problem
> getting it to work on the standby (if it becomes the primary).
These C-Routines point to executables which are stored somewhere (typically sqllib/function). These executables belong to the filesystem and are not under DB2's control.
The problem is one of: "where does it stop". Any given routine may link in other executibles/libraries and have all sorts of pre-requisits.

Further questions please in c.d.ibm-db2....

Cheers
Serge

-- 
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Received on Sat Nov 26 2005 - 02:44:28 CST

Original text of this message

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