Function : dump
Purpose
DUMP returns a VARCHAR2 value containing the datatype code, length in bytes, and
internal representation of expr. The returned result is always in the database character
set.
The argument return_fmt specifies the format of the return value and can have any
of the following values:
■ 8 returns result in octal notation.
■ 10 returns result in decimal notation.
■ 16 returns result in hexadecimal notation.
■ 17 returns result as single characters.
By default, the return value contains no character set information. To retrieve the
character set name of expr, add 1000 to any of the preceding format values. For
example, a return_fmt of 1008 returns the result in octal and provides the character
set name of expr.
The arguments start_position and length combine to determine which portion
of the internal representation to return. The default is to return the entire internal
representation in decimal notation.
If expr is null, then this function returns NULL.
This function does not support CLOB data directly. However, CLOBs can be passed in
as arguments through implicit data conversion.
eg:
SQL>select dump('ORACLE',10) from dual;
DUMP('ORACLE',10)
-------------------------------
Typ=96 Len=6: 79,82,65,67,76,69
SQL>select dump('ORACLE',10,4,2) from dual;
DUMP('ORACLE',10,4,
-------------------
Typ=96 Len=6: 67,76
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982984/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- 高通進dump和抓取解析dump log
- $(function(){})與(function($){....})(jQuery)的區別FunctionjQuery
- dump命令
- audit_file_dest, background_dump_dest, core_dump_dest, user_dump_dest
- JavaScript FunctionJavaScriptFunction
- javascript Function()JavaScriptFunction
- sendDataByUdp FunctionUDPFunction
- Substr FunctionFunction
- [Bash] functionFunction
- oracle dump blockOracleBloC
- ORACLE BLOCK DUMPOracleBloC
- ORACLE dump kshOracle
- oracle dump 命令Oracle
- DUMP函式函式
- 【函式】DUMP函式
- [alter system dump學習1]alter system dump logfile
- Javascript 物件導向學習1 Function function ObjectJavaScript物件FunctionObject
- DMSQL WITH FUNCTION子句SQLFunction
- JavaScript Function物件JavaScriptFunction物件
- python FunctionPythonFunction
- Function型別Function型別
- jQuery中$(function(){})jQueryFunction
- js的functionJSFunction
- 函式(FUNCTION)函式Function
- oracle function overviewOracleFunctionView
- 常用Function ModuleFunction
- FUNCTION : vsizeFunction
- System-FunctionFunction
- Oracle Table FunctionOracleFunction
- oracle function powerOracleFunction
- Function pointers and callbacksFunction
- java.util.function 中的 Function、Predicate、ConsumerJavaFunction
- JVM dump和分析JVM
- Linux Core DumpLinux
- oracle dump詳解Oracle
- dump資料塊
- dump索引結構索引