You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EN/modules/ROOT/pages/master/oracle_compatibility/utl_encode.adoc
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,6 @@
7
7
8
8
`UTL_ENCODE` is a built-in package available in IvorySQL's Oracle-compatible mode. It provides Base64 encoding and decoding compatible with Oracle Database. The package converts arbitrary binary data (`RAW`) to printable Base64 ASCII bytes and converts Base64 bytes back to their original binary form.
9
9
10
-
[NOTE]
11
-
====
12
-
Applicable version: IvorySQL in Oracle-compatible mode
13
-
14
-
Extension: `ivorysql_ora`
15
-
16
-
Package: `utl_encode`
17
-
====
18
-
19
-
== Prerequisites
20
-
21
-
. Install the `ivorysql_ora` extension in the database:
22
-
23
-
[source,sql]
24
-
----
25
-
CREATE EXTENSION IF NOT EXISTS ivorysql_ora;
26
-
----
27
-
28
-
. Use Oracle-compatible mode by connecting through the Oracle listener port or setting the mode explicitly:
0 commit comments