Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to check current redo log progress redo_progress.sql Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • More info about /proc folder and its relation with processes. Linux/Unix
  • useful dg links Oracle
  • Resolving RMAN Hung Jobs Oracle
  • Identical Dblink Issue… Oracle
  • Convert multiple rows to single column Oracle
  • restarting network in linux Linux/Unix
  • Zip and unzip with tar Linux/Unix
  • cache buffer chain latch Oracle
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle

sbind.sql Find Bind variable from sql_id sqlid

Posted on 30-Aug-2006 By Admin No Comments on sbind.sql Find Bind variable from sql_id sqlid

column name format a10

column position format 99

column datatype_string format a20

column value_string format a50

set lines 120 pages 200

select sql_id, name, position, datatype_string, value_string

from v$sql_bind_capture

where sql_id = ‘&sql_id’

/

Oracle, SQL scripts

Post navigation

Previous Post: How to know current SID
Next Post: Kernel Parameter setting explaination for Processes Parameter

Related Posts

  • Free conference number from http://www.freeconference.com Oracle
  • Create type and Grant on it. Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • Alter procedure auditing Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Running select from V$ views from remote server Linux/Unix
  • Find Command Linux/Unix
  • backspace in SQL Plus not working then..? Linux/Unix
  • oracle fast start failover best practice Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • Optimizer SORT Operations Oracle
  • proc.sql Oracle
  • crontab syntax Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme