Purpose

This page provides information on how to find the Repository_ID for a Siebel Database Extraction. 

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Query for Siebel on Oracle/ DB2 / Vanilla Project)

The below query will provide you with the Target Repository ID you want to extract.

This ID needs to be mentioned in the Delivery Manager Tool configuration while running the Siebel Extraction from Oracle/DB2. 

SELECT *
FROM SIEBEL.S_REPOSITORY 
WHERE NAME = 'Siebel Repository'
Query result example
Query result interpretation
 The ROW_ID Column corresponds to your Repository ID. 
Notes/comments

Ticket # 18280

Related Pages