Hi Folks, Conversion functions convert a value from one datatype to another. Generally, the form of the function names follows the convention datatype TO datatype. The NULL-related functions facilitate …
Read More »Tag Archives: oracle plsql
PL/SQL Datetime Functions
Hi Folks, Datetime functions operate on date (DATE), timestamp (TIMESTAMP, TIMESTAMP WITH TIME ZONE, and TIMESTAMP WITH LOCAL TIME ZONE), and interval (INTERVAL DAY TO SECOND, INTERVAL YEAR TO …
Read More »PL/SQL – Number Functions
Hi Folks, Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format …
Read More »PL/SQL – Character/String Functions
Hi Folks, Functions are similar to operators in that they manipulate data items and return a result. Functions differ from operators in the format of their arguments. This format …
Read More »Oracle Application Context – 1
Application Context are memory fields that contain information about the sessions of users connected to the database. According to the information in the application context, the logged-on user is denied or …
Read More »PL/SQL Programlama-4
Merhabai PL/SQL Programlama yazılarına devam ediyoruz, bir önceki yazımda fonksiyon, prosedür bloklarından bahsetmiştik bugün karakter setleri ve veri tiplerine bakacağız bir önceki yazıya buradan ulaşabilir. Tablo da …
Read More »PL/SQL Programlama-3
Merhabalar, PL/SQL yazılarına devam ediyorum bir önceki yazımda basit blok yapısını inceleyip ufak bir başlangıç yapmıştık, şimdi fonksiyon ve prosedür blokları ile devam edeceğiz. Bir önceki yazıma bakmadıysanız buradan ulaşabilirsiniz. …
Read More »