Skip to main content
ITCanopy

ITCanopy

  • Home
  • Site Links
  • --Privacy Policy
  • --Terms of Use
  • --Disclaimer
  • --About
  • Other Pages
  • --YouTube Channel
  • --Facebook Page
  • --Daraz Store Pak
  • --Play Store
  • IDE/Tools
  • --Visual Studio
  • --Android Studio
  • --Siebel CRM
  • --Anaconda
  • --Database
  • --Oracle
  • --Oracle BI Publisher
  • --Microsoft SQL Server
  • --Oracle SQL Developer
  • --Oracle Weblogic FMW
  • --UiPath
  • --RPA
  • --Orchestrator
  • --MS Internet Information Services Manager
  • --SoapUI
  • --Microsoft 365
  • --VMware
  • --ffmpeg
  • --Rufus
  • --Antivirus
  • --CMD (Command Prompt)
  • --Power Shell
  • Programming Language
  • --Java
  • --ASP.NET
  • --Python
  • --Python 3
  • --SQL
  • --eScript
  • --Kotlin
  • Operating System
  • --Windows 7
  • --Windows
  • --Linux
  • --Ubuntu
  • --Pop! OS
  • NEWS
  • --Movies
  • --TV Series
  • --Game
  • How To
  • --Knowledgebase
  • --Blogger
  • --PSX
  • --PSX HistoricalData
  • --Review
  • --Text Art
  • Online Tools
  • --Online Character Count
  • Android Apps
How to create a user in DB MS SQL Studio

How to create a user in DB MS SQL Studio

January 23, 2024 • Guide
Below steps will guide you to create user in Microsoft SQL Management Studio and in Siebel. First create login, open MS SQL Management Studi...
Read More →

How to create a user in DB Oracle SQL Developer

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 →
How to get Host Address and Servcie Name from Oracle database

How to get Host Address and Servcie Name from Oracle database

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 →

How to get Siebel user responsibilities from database through Sql query

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 →

How to get List of values LOVs of Siebel from Database through SQL Query

October 09, 2019 • คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →

How to change length of Column through SQL query in Siebel

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 →

Siebel DB Backup through SQL Query

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 →
How to unlock Workflow in Siebel Tools from Database Table through SQL query

How to unlock Workflow in Siebel Tools from Database Table through SQL query

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 →

How to get Siebel Workflow Instance Monitor values from Database through SQL query

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 →
← Older Posts Home

Ad Blocker Detected

Please turn off your Ad Blocker to support our blog. Once disabled, click the button below to continue.

Search This Blog

Translate

Android Apps

Available for download on Google Play Store

© ITCanopy by MainStay