Siebel - Information - How To find Repository ID
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 | ✅ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ✅ |
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