Oracle Blog
Menu
  • Oracle
    • PL/SQL
    • E-Business Suite
    • Oracle Application Framework (OAF)
    • Oracle ADF
    • Oracle Workflow
  • C/C++
  • Hakkımda
  • İletişim

Oracle, C/C++, JAVA

Browse: Page 2
Oracle APPS Integrated SOA Gateway Web Servis Yapımı

Oracle APPS Integrated SOA Gateway Web Servis Yapımı

March 15, 2015 · by altunkan · in E-Business Suite

Merhaba, Oracle EBS üzerinde servis yayını yapmak için en doğru yöntem Integrated SOA Gateway kullanılmasıdır. Integrated SOA Gateway modülünün DBA’ler tarafından Oracle EBS üzerinde kurulması gerekiyor. Servis yapmak ve yayınlamak için SOA Gateway farklı yöntemler sunmaktadır. Bu örnekte PL/SQL ile…

Redundant If Else

February 4, 2015 · by altunkan · in C/C++

Hello, In this tutorial, I am going to highlight a tiny but important detail about using redundant IF ELSE control. Using unnecessary if else controls would probably affect performance of the program. We are going to write two versions of…

Gereksiz IF & ELSE Kullanımı

February 4, 2015 · by altunkan · in C/C++

Merhaba, Bu yazıda basit ama bir o kadar da önemli ancak gözden kaçabilecek bir detaydan bahsetmek istiyorum. Neredeyse bütün programlama dillerinin temel taşı olan IF mekanizmasını, özellikle döngüler içinde fazladan gereksiz yere kullanmanın, performansı olumsuz yönde etkilediğini göstermek istiyorum. İki…

Time Difference in Oracle SQL

January 12, 2015 · by altunkan · in PL/SQL

Hello, You can find time difference between two times by using to_char and to_date sql functions. Use to_char(sysdate, ‘sssss’) in order to calculate seconds from midnight.

Date objesini saniye cinsine çevirmek
Oracle PL/SQL
1
2
3
 
select to_char(sysdate, 'sssss') from dual;
 

TO_CHAR(SYSDATE,’SSSSS’) ———————— 42881 1 row selected. We can also convert seconds to time with…

PL/SQL File to Blob

January 12, 2015 · by altunkan · in PL/SQL

Hello, Converting physical files into binary data type is an important requirement. In this tutorial, I am going to explain converting files into blob data type. Basically, Oracle has two large object data types. BLOB (Binary Large Object): Used for keeping…

← Previous 1 2 3 … 10 Next →

Visitors

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 11 other subscribers

Copyright © 2023 Oracle Blog

Powered by WordPress and Origin