Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • AWR settings- MMON is not taking snapshot. Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • UTL_FILE test program Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • FRA Information. Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • Query to Generate aggregate on every 30 mins. Oracle
  • Find_table_size.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

  • All About oracle password and security from metalink Oracle
  • New OFA for 11g Oracle
  • oracle fast start failover best practice Oracle
  • Important Script Method for tuning Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • Handling LOB data in Oracle 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • rm_backup_arch_file.ksh Linux/Unix
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Wait.sql Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • purge_trc.sh Linux/Unix
  • process id based files and processes Linux/Unix
  • oracle 11g RAC on vmware Oracle
  • ORACLE_SID in sqlplus Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme