Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • plan10g.sql good1 Oracle
  • Processes Parameter decision Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • ORA-01220 Oracle
  • Shuffle an array PHP/MYSQL/Wordpress
  • To find all disk io ( EMC as well as local) Linux/Unix
  • fuser to check who is using diretory Linux/Unix
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • chk_space_SID.ksh Linux/Unix
  • Rman Notes -1 Oracle
  • nfs mount command Linux/Unix
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress

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

  • How to set Processes Parameter Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Oracle Standby Database Library Index from Metalink 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 (403)
  • 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

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • find_longsql.sql Oracle
  • Reading config file from other folder inside class Python/PySpark
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • pvm_pre_change.sql Oracle
  • Rman Notes -1 Oracle
  • v$event_name Oracle
  • Locktree.sql Oracle
  • How to choose Driver table in SQL statement Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme