Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • V$ROLLSTAT status is Full Oracle
  • Export Import with QUERY Oracle
  • create user with unlimited quota Oracle
  • normal maintenance for exp-imp and renaming table Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • longtx.sql Oracle
  • Formatter Explain plan Output 1 Oracle
  • Committing distributed transaction using commit force Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • restarting network in linux Linux/Unix
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • Oracle Support Metalink ID 161818.1 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

  • online_bkup.sql Oracle
  • Find nth max and min. Oracle
  • Implementing Listener Security Oracle
  • Rman Notes -1 Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • 556976.1 Oracle Clusterware: Components installed 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
  • sess1.sql Oracle
  • how to find VIP from ifconfig Linux/Unix
  • find_err.sql for finding errors from dba_errors. Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • create database syntax Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • block_ident.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme