Ashish sinhaJul 5, 20202 min readRevealing the unseen secrets of IF clause.I hardly remember to have encountered with a subprograms without a conditional clause, are we not widely using the conditional structs...
Ashish sinhaJun 10, 20206 min readPerformance weary queries in oracleI had been going pity busy in recent time with several interviews scheduled. Every interview i took, Otherwise different in their...
Ashish sinhaMay 20, 20201 min readPragma InlineInlining replaces a subprogram call (to a subprogram in the same program unit) with a copy of the called subprogram. Pragma inline could...
Ashish sinhaMay 19, 20202 min readPRAGMA SERIALLY_REUSABLE IN ORACLEThe SERIALLY_REUSABLE Pragma specifies that the package state is needed for only one call to the server (for example, an OCI call to the...
Ashish sinhaMay 16, 20205 min readWriting optimized PL/SQL code.PL/SQL was first released in 1992 as an optional extension to Oracle 6. In its initial years it lacked the optimizations needed to...
Ashish sinhaMay 9, 20202 min readRelational to Oracle JSON This post is a continuation of my prior blogs in Oracle Jason, which gave us an insight on Oracle Jason - Storing Jason data and...
Ashish sinhaApr 30, 20203 min readPL/SQL - Bulk CollectBulk collect is one of my favourite features in PL/SQL programming. It gains significance when you require better performing code using...
Ashish sinhaApr 17, 20204 min readTABLE FUNCTIONSI have come across the table functions in Oracle during the initial years of my career but rarely spared time to delve deeper into it...
Ashish sinhaApr 7, 20202 min readLoad External JASON data in OracleUploading Data files in oracle is nothing new. Many of us have been doing it for years but playing with JASON files is something that...