Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to find password change date for user Oracle
  • find_string_in_database.sql Oracle
  • initUOCIOTTO.ora Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • chk_space_SID.ksh Linux/Unix
  • v$event_name Oracle
  • Add new columns in dataframe Python/PySpark
  • tracksqltime.sql Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Find nth max and min. Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • New OFA for 11g 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

  • Handling LOB data in Oracle Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Pending Transaction Neighbors Script Oracle
  • Resolving RMAN Hung Jobs Oracle
  • Oracle Statspack survival Guide Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • chk_space_SID.ksh Linux/Unix
  • Difference between SYNC and AFFIRM Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • Oracle Metalink useful notes Oracle
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • Python class import from different folders Python/PySpark
  • Shuffle an array PHP/MYSQL/Wordpress

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme