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...