Pages
(Move to ...)
Home
Oracle 12c
Oracle 11g
PL/SQL
MySQL
Data Warehousing
SQL Server
Data Analytics
Big Data
NoSQL
About
▼
Showing posts with label
PL/SQL
.
Show all posts
Showing posts with label
PL/SQL
.
Show all posts
ON SQL functions
›
Building examples of using SQL functions supported by Oracle Check the post here (in construction)
SQL Functions (11gR2)
›
Single-row F Aggregate F Analytic F Object Reference F Model F OLAP F Single-row functions Numeric functions (26, 11gR2...
(6) Control Structures: CONTINUE statement
›
[ Oracle PL/SQL ] CONTINUE statement CONTINUE jumps out of the current LOOP interaction and STARTS THE NEXT ONE . Can be used on it...
Exception Handling: Nested Blocks
›
Question: Can you use the same name for User-Defined Exceptions in nested blocks? A: Yes. But, oracle treat them as DIFFERENT exceptio...
Native Dynamic SQL x DBMS_SQL
›
[ Oracle PL/SQL ] With Oracle 11g: Native dynamic SQL and DBMS_SQL package now support statments larger than 32Kb . EXECUTE IMMEDIAT...
Native Dynamic SQL: OPEN FOR, FETCH and CLOSE
›
[ Oracle PL/SQL ] Native Dynamic SQL: OPEN FOR, FETCH and CLOSE Using dynamic SQL with OPEN FOR, FETCH and CLOSE: set serverout...
(19-20) PL/SQL Compiler
›
[ Oracle PL/SQL ] PL/SQL Compiler Several initialization parameters (compiler parameters) affect the compilation of PL/SQL units. The va...
1 comment:
(12) Packages
›
[ Oracle PL/SQL ] About Packages: Schema object that groups logically related PL/SQL types , variables , constants , subprograms , cursor...
›
Home
View web version