Oracle 视图 DBA_SQLTUNE_BINDS 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_SQLTUNE_BINDS包含SQL语句执行时使用的替换字符串,用于SQL Tuning Advisor分析时估算语句执行计划。这个视图可以用来查询SQL替换字符串到值的映射,可以用来分析SQL Tuning Advisor建议的原因。可以在该视图中查看执行的SQL_ID、变量声明的绑定变量的列名、其值和替换字符串,以便对SQL代码或参数值进行详细分析。
官方英文解释
DBA_SQLTUNE_BINDS
displays the bind values associated with all tuned SQL statements in the database.
Related View
USER_SQLTUNE_BINDS
displays the bind values associated with the tuned SQL statements owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Tuning task identifier |
|
|
|
Advisor framework object identifier |
|
|
|
Bind position |
|
|
Bind value. This column is |
See Also:
“USER_SQLTUNE_BINDS”