Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • Set Role explaination. Oracle
  • Multiple listeners Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • Renaming Oracle Instance Name Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • cur_sql.sql Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • find checksum of a file. Linux/Unix
  • send email from unix mailx with attachment. Linux/Unix
  • oracle 10g on linux Linux/Unix
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • set_env_dba Linux/Unix
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Complete Git Tutorial for Beginners GIT

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

  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Load SPM baseline from AWR Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • sbind.sql Find Bind variable from sql_id sqlid 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Order by with ROWNUM Oracle
  • cp_filesystem.sql Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • cur_sql.sql Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • normal maintenance for exp-imp and renaming table Oracle
  • oracle 10g on linux Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme