Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • SYSOPER Mystery Oracle
  • Some OS level threshold for performance. Linux/Unix
  • Wait time tuning research Oracle
  • chk_space_SID.ksh Linux/Unix
  • Renaming the column name Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Recovering lost SYS password Oracle
  • compile_inv.sql Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • Pending Distributed Transations Oracle
  • plan10g.sql good1 Oracle
  • Jai Shree Ram Oracle
  • How to know current SID Oracle
  • GSQ.sql Oracle

PLSQL Table Syntax 2

Posted on 02-Aug-2005 By Admin No Comments on PLSQL Table Syntax 2

DECLARE

TYPE EmpTabTyp IS TABLE OF emp%ROWTYPE

INDEX BY BINARY_INTEGER;

emp_tab EmpTabTyp;

BEGIN

/* Retrieve employee record. */

SELECT * INTO emp_tab(7468) FROM emp WHERE empno = 7468;

END;

Oracle, SQL scripts

Post navigation

Previous Post: PLSQL Table Syntax 1
Next Post: Rename Oracle Instance Name

Related Posts

  • My Minimum Tuning Programs Oracle
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • cur_sql.sql Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • Goldengate Tutorial Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • USER_TABLES.Freelists Oracle
  • Sending email with file attachment. Linux/Unix
  • DBMS_SQL for alter session. Oracle
  • good linux notes Linux/Unix
  • Find Command Linux/Unix
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • sqlnet.ora paramters Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme