Skip to content

Database.Guide

Oracle

JSON_ARRAYAGG() Function in Oracle

April 28, 2024September 28, 2021 by Ian

In Oracle Database, the JSON_ARRAYAGG() function creates a JSON array from a column of SQL expressions.

Read more

Categories Oracle Tags arrays, functions, json, what is

JSON_ARRAY() Function in Oracle

April 28, 2024September 27, 2021 by Ian

In Oracle Database, the JSON_ARRAY() function creates a JSON array from a sequence of SQL scalar expressions or one collection type instance, VARRAY or NESTED TABLE.

Read more

Categories Oracle Tags arrays, functions, json, what is

JSON_TABLE() Function in Oracle

September 26, 2021 by Ian

In Oracle Database, the JSON_TABLE() function creates a relational view of JSON data. It allows you to present the values in a JSON document in table format – as rows and columns.

Read more

Categories Oracle Tags functions, json, what is

JSON_VALUE() Function in Oracle

September 25, 2021 by Ian

In Oracle Database, the JSON_VALUE() function finds a specified scalar JSON value in JSON data and returns it as a SQL value. 

Read more

Categories Oracle Tags functions, json, what is

JSON_QUERY() Function in Oracle

September 24, 2021 by Ian

In Oracle Database, the JSON_QUERY() function selects and returns one or more values from JSON data and returns those values. 

You can use the function to retrieve fragments of a JSON document.

Read more

Categories Oracle Tags functions, json, what is

How to Export Query Results to a CSV File in SQL Developer (Oracle)

September 23, 2021 by Ian

You can do this to export your query results to a CSV file when using SQL Developer to query Oracle Database.

Read more

Categories Database Tools, Oracle Tags export, how to

Return the Short Month Name from a Date in Oracle

September 22, 2021 by Ian

In Oracle Database, we can use the TO_CHAR(datetime) function to return the various date parts from a datetime value, including the short month name.

The short month name is also referred to as the abbreviated month name. Examples of returning the short month name are below.

Read more

Categories Oracle Tags date format, dates, how to

UID – Return the ID of the Current Session in Oracle

September 22, 2021 by Ian

In Oracle Database, the UID function returns an integer that uniquely identifies the session user (the user who logged on).

Read more

Categories Oracle Tags functions, how to, system functions, what is

How to Export Query Results to a CSV File in SQLcl (Oracle)

September 21, 2021 by Ian

If you’re using SQLcl to run queries against Oracle Database, then you can use the SPOOL command to export your query results to a CSV file.

Read more

Categories Oracle Tags export, how to, sqlcl

USER Function in Oracle

September 21, 2021 by Ian

In Oracle Database, the USER function returns the name of the session user (the user who logged on).

Read more

Categories Oracle Tags functions, system functions, what is
Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 … Page31 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved