July 17, 2023
• Guide
Below is the query to create user for Siebel Application with SQL Query in Oracle SQL Developer create user <username> identified by ...
Read More →
April 09, 2021
• Guide
The IP address of the database server: select UTL_INADDR.get_host_address from dual Get Service Name select * from global_name;
Read More →
December 20, 2020
• คtเŦ
What is external table in Siebel: "External Table" in the Siebel is used by " External Business Component (EBC)". EBC...
Read More →
July 16, 2020
• คtเŦ
SELECT u.LOGIN as "User ID" ,res.NAME as "Responsibility" FROM S_USER u left join S_PER_RESP ri on ri.PER_ID = u.R...
Read More →
October 09, 2019
• คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →
October 09, 2019
• คtเŦ
Get Row Id of Column from Siebel Tools and replace below: SELECT ROW_ID, NAME AS 'Column Name', LENGTH AS 'Column Length...
Read More →
October 08, 2019
• คtเŦ
Replace values in highlighted with lime color according to your configuration. BACKUP DATABASE [SiebelDB] TO DISK = N' E :\\ Fold...
Read More →
October 08, 2019
• คtเŦ
Background: For working on an object in Siebel tools you need to lock it and usually developer forget to unlock after working on the object....
Read More →
October 08, 2019
• คtเŦ
Below is the query for getting workflow instance monitor values from table: select wfdl.NAME as 'WF Name' ,wfdl.DEPLOY_STATUS_C...
Read More →