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
  • 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 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 →

Siebel Workflow Instance Monitor not working

November 01, 2022 • Guide
Issue Details: In "Active Workflow Processes" Monitoring Level of  workflow is set to "3 - Detail" but when check the ...
Read More →
How to increse font size in Oracle SQL Developer

How to increse font size in Oracle SQL Developer

May 03, 2021 • Guide
In Oracle SQL Developer go to Tools and select Preferences. In New window go to Code Editor and expand, select Fonts. Change the font side t...
Read More →
How to import a CSV file into SQL Developer

How to import a CSV file into SQL Developer

April 26, 2021 • Guide
Title: How to import a CSV file into SQL Developer? Loading Data into a Table Procedure: After create a connection to the database in SQL De...
Read More →

SQL Developer INSERT INTO SELECT Statement

April 22, 2021 • Guide
With INSERT ... SELECT , you can quickly insert many rows into a table from the result of a SELECT statement, which can select from one or m...
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 Service Name through Oracle Oracle Developer

How to get Service Name through Oracle Oracle Developer

March 30, 2021 • Guide
To see what services are available in the database use following queries: select name from V$SERVICES ; select name from V$ACTIVE_SERVICES...
Read More →
How to create SQL Views in SQL Developer from UI

How to create SQL Views in SQL Developer from UI

December 20, 2020 • คtเŦ
 About DB Views: Views are customized presentations of data in one or more tables or other views. You can think of them as stored queries. V...
Read More →
How to get age from birth date in Oracle SQL

How to get age from birth date in Oracle SQL

October 26, 2020 • คtเŦ
 ROUND(months_between(TRUNC( sysdate ),to_date( CON.BIRTH_DT ))/12, 2)
Read More →
← Older Posts Home

Search This Blog

Translate

© ITCanopy by MainStay