Oracle APEX Best Practices by unknow
Author:unknow
Language: eng
Format: epub
Publisher: Packt Publishing
The UTL_RAW.CAST_TO_VARCHAR2 function converts a raw value into a value of datatype VARCHAR2 with the same number of data bytes. The result is treated as if it was composed of single "8-bit" bytes, not characters. Multibyte character boundaries are ignored. The data is not modified in any way—it is only changed to datatype VARCHAR2.
The UTL_ENCODE.BASE64_ENCODE function encodes the binary representation of the RAW value into base 64 elements and returns it in the form of a RAW string.
The DBMS_LOB.SUBSTR function selects the requested number of characters of a BLOB column from a given starting position.
Create a report query and layout to show the CLOB column:
select employee_id, first_name, last_name, blob2clobase64(photo) from employees where photo is not null
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(16221)
The Mikado Method by Ola Ellnestam Daniel Brolund(13503)
Hello! Python by Anthony Briggs(13291)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(12426)
Dependency Injection in .NET by Mark Seemann(12294)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(11045)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(10915)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10540)
Grails in Action by Glen Smith Peter Ledbrook(10357)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(10332)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(9619)
Kotlin in Action by Dmitry Jemerov(9074)
Hit Refresh by Satya Nadella(9040)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(8709)
The Kubernetes Operator Framework Book by Michael Dame(8488)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8309)
Robo-Advisor with Python by Aki Ranin(8262)
Practical Computer Architecture with Python and ARM by Alan Clements(8234)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(8204)