Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • DBMS_Shared_pool pinning triggers Oracle
  • get_vmstat.ksh Linux/Unix
  • Jai Shree Ram Oracle
  • replace alphabets using sed Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • Pending Transaction Neighbors Script Oracle
  • oradebug ipcrm ipcs Oracle
  • How to analyze statspack or AWR report. Oracle
  • 10g oem configuration Oracle
  • SYSOPER Mystery Oracle
  • Reading parameter file and printing Linux/Unix
  • tab.sql Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • eplan.sql Oracle
  • Rename Oracle Instance Name Oracle

PLSQL Table Syntax 1

Posted on 02-Aug-2005 By Admin No Comments on PLSQL Table Syntax 1

DECLARE

TYPE DeptRecTab IS TABLE OF dept%ROWTYPE;

dept_recs DeptRecTab;

CURSOR c1 IS

SELECT deptno, dname, loc FROM dept WHERE deptno > 10;

BEGIN

OPEN c1;

FETCH c1 BULK COLLECT INTO dept_recs;

END;

Oracle, SQL scripts

Post navigation

Previous Post: create user with unlimited quota
Next Post: PLSQL Table Syntax 2

Related Posts

  • Goog notes on X$ tables Oracle
  • get_aix_vmstat.ksh Oracle
  • sql_plan9i.sql Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • get_vmstat_linux 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
  • Drop specific SQL plan baseline – spm Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Giving Grant on v$DATABASE Oracle
  • Jai Shree Ram PHP/MYSQL/Wordpress
  • fuser to check who is using diretory Linux/Unix
  • Postgres DB user and OS user. POSTGRESQL
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • Good notes on Oracle Events Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme