Skip to content

Database.Guide

functions

ROWIDTONCHAR() Function in Oracle

September 12, 2021 by Ian

In Oracle Database, the ROWIDTONCHAR() function converts a ROWID value to NVARCHAR2 data type

It’s similar to the ROWIDTOCHAR() function, except that ROWIDTOCHAR() converts a ROWID value to VARCHAR2 data type.

Read more

Categories Oracle Tags conversion functions, functions, what is

ROWIDTOCHAR() Function in Oracle

September 12, 2021 by Ian

In Oracle Database, the ROWIDTOCHAR() function converts a ROWID value to VARCHAR2 data type.

Read more

Categories Oracle Tags conversion functions, functions, what is

CHARTOROWID() Function in Oracle

September 9, 2021 by Ian

In Oracle Database, the CHARTOROWID() function converts a string value to ROWID data type.

Read more

Categories Oracle Tags conversion functions, functions, what is

TO_DATE() Function in Oracle

September 8, 2021 by Ian

In Oracle Database, the TO_DATE() function converts its argument to a value of DATE data type.

Read more

Categories Oracle Tags conversion functions, date functions, functions, what is

RAWTONHEX() Function in Oracle

September 7, 2021 by Ian

In Oracle Database, the RAWTONHEX() function converts a raw value to hexadecimal.

It’s similar to the RAWTOHEX() function, except that its value is always returned in the national character set.

Read more

Categories Oracle Tags conversion functions, functions, what is

RAWTOHEX() Function in Oracle

September 6, 2021 by Ian

In Oracle Database, the RAWTOHEX() function converts a raw value to hexadecimal.

Read more

Categories Oracle Tags conversion functions, functions, what is

HEXTORAW() Function in Oracle

September 6, 2021 by Ian

In Oracle Database, the HEXTORAW() function converts hexadecimal to a raw value.

Read more

Categories Oracle Tags conversion functions, functions, what is

DECOMPOSE() Function in Oracle

September 5, 2021 by Ian

In Oracle Database, the DECOMPOSE() function returns the result of applying one of the Unicode decompositions to its string argument. The decomposition is determined by the second (optional) argument.

It’s the opposite of the COMPOSE() function.

Read more

Categories Oracle Tags conversion functions, functions, what is

COMPOSE() Function in Oracle

September 5, 2021 by Ian

In Oracle Database, the COMPOSE() function returns the result of applying the Unicode canonical composition, as described in the Unicode Standard definition D117, to its string argument.

It’s the opposite of the DECOMPOSE() function.

Read more

Categories Oracle Tags conversion functions, functions, what is

CAST() Function in Oracle

September 4, 2021 by Ian

In Oracle Database, the CAST() function converts its argument to a different data type.

More specifically, it lets you convert built-in data types or collection-typed values of one type into another built-in data type or collection type.

Read more

Categories Oracle Tags conversion functions, functions, what is
Older posts
Newer posts
← Previous Page1 … Page51 Page52 Page53 … Page151 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved