Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Logic to chech # of parameters command line parameters Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle
  • cif crons Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • avail.sh ( find filesystem spae usage) Linux/Unix
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • Renaming the column name Oracle
  • grep multuple patterns Linux/Unix
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Find All internal Parameters Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Error Handling in Proc Oracle
  • Oracle Material from OTN 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

  • Implementing Listener Security Oracle
  • Recovering lost SYS password Oracle
  • useful dg links Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Very clear article about oracle dataguard Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Oracle Metalink useful notes Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • to see when crontab is changed. Linux/Unix
  • How to calculate PROCESSES parameter Oracle
  • How to know current SID Oracle
  • Wait.sql Oracle
  • Import and export statements Oracle
  • TNSNAMES entries details Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme