Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • get_vmstat.ksh Linux/Unix
  • Drop database in Oracle 10g Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Jai Shree Ram Oracle
  • Search and Replace vi editor command. Linux/Unix
  • Very clear article about oracle dataguard Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Jai Shree Ram Oracle
  • DBMS_Shared_pool pinning triggers Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • Linux CPU info. Linux/Unix
  • TRUNCATE table and disabling referential constraints. Oracle
  • UTL_FILE test program Oracle
  • send email from unix mailx with attachment. Linux/Unix

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

  • Oracle 10g for solaris 10 Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Find all users who have DML privileges Oracle
  • Good notes on Oracle Events Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • Recovering lost SYS password Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Add new columns in dataframe Python/PySpark
  • Ports used by Oracle Software Oracle
  • tblwopk.sql tablewopk.sql Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • currwait.sql Oracle
  • chk_space_SID.ksh Linux/Unix
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme