URIFactory Package
Description
Oracle also provides the
URIFactory
package, which can create and return instances of the various subtypes of theURITypes
. The package analyzes the URL string, identifies the type of URL (HTTP,DBURI
, and so on), and creates an instance of the subtype. (Oracle SQL Language Reference URIFactory Package)
URIFactory contains the following subprograms:
GETURI
Oracle
IN -> Oracle_01.sql
Snowflake
OUT -> Oracle_01.sql
ESCAPEURI
Oracle
IN -> Oracle_02.sql
Snowflake
OUT -> Oracle_02.sql
UNESCAPEURI
Oracle
IN -> Oracle_03.sql
Snowflake
OUT -> Oracle_03.sql
REGISTERURLHANDLER
Oracle
IN -> Oracle_04.sql
Snowflake
OUT -> Oracle_04.sql