Yasser Oracle Blog Dive in Oracle with Yasser, Oracle Developer Courses
Pages
(Move to ...)
Home
SQL Fundamentals
SQL Fundamentals II
SQL PLUS
PL/SQL
Forms and Reports
HTML5
JavaScript
PHP
jQuery
Java
NLS_LANG
SQL SERVER
PL/SQL Collections and Records
DBMS_OUTPUT built-in package
Date and Time
PL/SQL Transactions
Ref Cursors
Bulk Binds
PL/SQL Analytic Functions
Problems and solves
Oracle Indexes
Oracle Courses
PHP
Work Samples
Record & Collection
LOOP
Conditional statements
Triggers
Object Oriented
Contact Me
▼
Tuesday, August 20, 2024
bulk collect with dbms
›
declare v_first_name varchar2(1000):='Sunny'; t_no sys.odcinumberlist; t_fname sys.odcivarchar2list; t_lname sys.odcivarchar2...
How to update the records using bulk collect
›
declare v_first_name varchar2(1000):='Sunny'; cursor emp_c is select replace(first_name,'Sundar...
Tuesday, August 29, 2023
Learn Oracle Apex
›
Soon will be good article for how to start and learn Apex
Sunday, May 30, 2021
Learn Oracle for free
›
https://m.youtube.com/watch?v=Q5JM8nWWfnI&list=PLc9GCtRxQqZgvbfREKjy1Vi9X7Rle0Nhs&index=1&t=9s
Monday, September 21, 2020
Case Sensitive Passwords in Oracle Database 11g Release 1
›
Case sensetive login password ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; Yasser
Sunday, September 20, 2020
Lear HTML
›
https://www.websiteplanet.com/blog/html-guide-beginners/
Thursday, September 17, 2020
Oracle Select all column and one in the begining
›
Oracle Select all column and one in the begining example select i.BONUS_ITEM_FLAG,i.* from SAL_INVOICES_ITEMS i ;
›
Home
View web version