Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • Another export with Query Oracle
  • How to choose Driver table in SQL statement Oracle
  • Pending Distributed Transations Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Very clear article about oracle dataguard Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • Good Doc 28-JUN-2006 Oracle
  • Nice notes on wait events Oracle
  • UTL_FILE test program Oracle
  • move_arch_files.ksh Linux/Unix
  • Changing Instance Name ( No DB_NAME) 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

  • normal maintenance for exp-imp and renaming table Oracle
  • Check Oracle installed products using one command Oracle
  • initUOCIOTTO.ora Oracle
  • Database link password in user_db_links Oracle
  • V$ROLLSTAT status is Full Oracle
  • Absolute file number and relative file number 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
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • chk_space_SID.ksh Linux/Unix
  • How to choose Driver table in SQL statement Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Default User Profile Oracle
  • Search and replace pattern Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme