Index
A
- accent-insensitive sort 7.5.12
- accessing Oracle Database 1.2.2
- See also: connecting to Oracle Database
- Add Check tool 4.2.3.2
- Add Foreign Key tool 4.2.3.2
- Add Primary Key tool 4.2.3.2
- Add Unique tool 4.2.3.2
- AFTER trigger 6.1
- aggregate conversion function in query 2.6.9.7
- alias 4.5
- See also: synonym
- ALTER FUNCTION statement 5.5.4
- ALTER PROCEDURE statement 5.5.4
- ALTER TABLE statement
- ALTER TRIGGER statement
- anonymous block 5.1
- application program interface (API) 5.6.1
- archiving installation script 10.6
- arithmetic operator in query 2.6.9.1
- array
- ASP.NET 1.2.2.5.9
- assignment operator
- associative array 5.10.2
- attribute
B
C
- calendar format 7.1.4
- Cart 10.3.1
- CASE expression in query 2.6.9.9
- case sensitivity
- CASE statement 5.8.3
- character function in query 2.6.9.4
- character semantics 7.1.7
- character set
- Check Constraint 4.2.3.1
- adding with Add Check tool 4.2.3.2
- checking validity of installation 10.5
- CLR (Common Language Runtime) 1.2.2.5.9
- C numeric format element 7.5.10
- collapsing displayed information in SQL Developer 2.5.1
- collating sequence 7.1.6
- collection 5.10.1
- collection method 5.10.1
- column
- comment in PL/SQL code 5.5.1
- Commit Changes icon 3.3
- COMMIT statement
- committing transaction
- Common Language Runtime (CLR) 1.2.2.5.9
- comparing programming methods 8.1.6, 8.1.6.1
- composite variable
- compound trigger 6.1
- concatenation operator in query 2.6.9.3
- concurrency 8.1.4
- concurrent sessions 8.1.5
- conditional predicate 6.2.2
- conditional selection statement 5.8.1
- connecting to Oracle Database
- constant 5.7
- constraint 4.2.3.1
- controlling program flow 5.8
- conversion function in query 2.6.9.6
- COUNT collection method 5.10.5
- Create Body tool 5.6.4
- Create Database Synonym tool 4.5.1
- CREATE FUNCTION statement 5.5.3
- Create Function tool 5.5.3
- CREATE INDEX statement
- Create Index tool 4.2.7.1
- CREATE PACKAGE BODY statement 5.6.4
- CREATE PACKAGE statement
- Create Package tool 5.6.2
- CREATE PROCEDURE statement 5.5.2
- Create Procedure tool 5.5.2
- CREATE SEQUENCE statement 4.4.1
- in installation script 10.3.3
- Create Sequence tool 4.4.1
- CREATE SYNONYM statement 4.5.1
- CREATE TABLE statement 4.2.2.2
- Create Table tool 4.2.2.1
- CREATE TRIGGER statement
- Create Trigger tool 6.2
- CREATE VIEW statement
- Create View tool 4.3.1.1
- creation script
- See: installation script
- CURRVAL pseudocolumn 4.4
- cursor 5.9.4
- cursor attribute 5.9.4
- cursor variable 5.9.7
D
- Database Export wizard 10.3.2
- database initialization parameter 7.2
- data concurrency 8.1.4
- data consistency 8.1.4
- data definition language statement
- See: DDL statement
- data integrity
- See: constraint
- data loss during character-set conversion 7.6.2
- data manipulation language statement
- See: DML statement
- Data pane 4.2.5
- data type
- date format 7.1.3
- datetime format model 2.6.9.6
- datetime function in query 2.6.9.5
- DBMS_APPLICATION_INFO package 8.2.1
- DBMS_OUTPUT.PUT_LINE procedure 5.8.3
- DBMS_SESSION package 8.2.1
- DBMS_SQL package 8.1.3.4
- DBMS_STANDARD.RAISE_APPLICATION_ERROR procedure 5.11.1
- DDL statement 4.1
- as triggering event 6.1
- decimal character 7.5.8
- declarative language 1.2.2.3
- declarative part
- declared cursor 5.9.4
- DECODE function in query 2.6.9.10
- Delete Selected Row(s) tool 4.2.6
- DELETE statement 3.1.3
- DELETING conditional predicate 6.2.2
- deleting entire table 4.2.8
- deleting row from table
- dense associative array 5.10.2
- dependencies between schema objects
- deploying application 10
- deployment environment 10.1
- development environment 10.1
- choice of 1.2.2.5
- disabled trigger 6.1
- disabling triggers 6.4
- DL (long date) format 7.5.4
- DML statement 3.1
- dot notation
- DROP FUNCTION statement 5.5.6
- DROP INDEX statement 4.2.7.2, 4.2.7.3
- DROP PACKAGE statement 5.6.5
- DROP PROCEDURE statement 5.5.6
- DROP SEQUENCE statement 4.4.2
- DROP SYNONYM statement 4.5.2
- DROP TABLE statement 4.2.8
- Drop tool
- DROP TRIGGER statement 6.6
- DROP VIEW statement 4.3.4
- DS (short date) format 7.5.4
- DUAL table 2.6.9.5
E
- Edit Index tool 4.2.7.2
- editioning view 8.2.4
- in sample application 9.4.2
- Edit Table tool 4.2.3.2
- Edit tool
- education environment 10.1
- enabled trigger 6.1
- enabling triggers 6.4
- ending transaction
- ensuring data integrity 4.2.3
- environment variables 7.4
- error
- See: exception
- EXCEPTION_INIT pragma 5.11.1
- exception handler syntax 5.11.1
- exception handling 5.11.1
- for predefined exception 5.11.3
- exception-handling part
- executable part
- EXECUTE IMMEDIATE statement 8.1.3.2
- exhaustion of resources 8.1.1
- EXIT WHEN statement 5.8.6
- expanding displayed information in SQL Developer 2.5.1
- exploring Oracle Database
- expression in query 2.6.9
F
- FCL (Framework Class Libraries) 1.2.2.5.9
- fetching results one row at a time 5.9.4
- FETCH statement
- field 5.9.1
- relationship to column 1.2.1
- FIRST collection method 5.10.6
- Foreign Key constraint 4.2.3.1
- FOR LOOP statement 5.8.4
- format
- Framework Class Libraries (FCL) 1.2.2.5.9
- function 1.2.1, 5.1
- See also: subprogram
I
- identifier 5.3
- IF statement 5.8.2
- implicit COMMIT statement 3.3
- implicit cursor 5.9.4
- index 1.2.1
- index-by table
- See: associative array
- initialization parameter 7.2
- initial value of constant or variable 5.7
- INSERTING conditional predicate 6.2.2
- Insert Row tool 4.2.4
- INSERT statement 3.1.1
- in sample application 9.4.5
- installation script 10.2
- INSTEAD OF trigger 6.1
- example 6.2.4
- instrumentation package 8.2.1
- integrity constraint
- See: constraint
- intersecting tables 2.6.8
- invalidated trigger 6.5
- iterative data processing 8.1.7.1
- IW date format element 7.1.4
L
- language support 7.1.1
- latch 8.1.4.2
- length semantics 7.1.7
- linguistic sorting and string searching 7.1.6
- L numeric format element 7.5.9
- loading data
- See: INSERT statement
- local constant 5.7
- locale 7.5.1
- locale-dependent SQL function 7.4.2
- local subprogram
- local variable 5.7
- logical table
- See: view
- long date (DL) format 7.5.4
- loop statement 5.8.1
N
- naming convention
- national character set 7.1.8
- National Language Support (NLS) 7.1
- National Language Support (NLS) parameters
- See: NLS parameters
- native language support 7.1.1
- NCHAR literal replacement 7.6.2
- nested subprogram
- See: local subprogram
- nested table 5.10.1
- NEW pseudorecord 6.2.1
- NEXT collection method 5.10.6
- NEXTVAL pseudocolumn 4.4
- NLS_CALENDAR parameter 7.5.7
- NLS_COMP parameter 7.5.13
- NLS_CURRENCY parameter 7.5.9
- NLS_DATE_FORMAT parameter 7.5.4
- NLS_DATE_LANGUAGE parameter 7.5.5
- NLS_DUAL_CURRENCY parameter 7.5.11
- NLS_ISO_CURRENCY parameter 7.5.10
- NLS_LANG parameter 7.5.1
- NLS_LANGUAGE parameter 7.5.2
- NLS_LENGTH_SEMANTICS parameter 7.5.14
- NLS_NUMERIC_CHARACTERS parameter 7.5.8
- NLS_SORT parameter 7.5.12
- NLS_TERRITORY parameter 7.5.3
- NLS_TIMESTAMP_FORMAT parameter 7.5.6
- NLS (National Language Support) 7.1
- NLS environment variables 7.4
- NLS parameters
- nonblocking reads and writes 8.1.4.3
- nonprocedural language 1.2.2.3
- Not Null constraint 4.2.3.1
- numeric format
- numeric function in query 2.6.9.2
- NVL2 function 2.6.9.8
- NVL function 2.6.9.8
O
- objects
- See: schema object
- OCCI (Oracle C++ Call Interface) 1.2.2.5.5
- OCI (Oracle Call Interface) 1.2.2.5.4
- ODBC (Open Database Connectivity) 1.2.2.5.6
- ODP.NET 1.2.2.5.9
- ODT (Oracle Developer Tools for Visual Studio) 1.2.2.5.9
- OLD pseudorecord 6.2.1
- Open Database Connectivity (ODBC) 1.2.2.5.6
- OPEN FOR statement 8.1.3.3
- Oracle Application Express 1.2.2.5.1
- Oracle C++ Call Interface (OCCI) 1.2.2.5.5
- Oracle Call Interface (OCI) 1.2.2.5.4
- Oracle Database Extensions for .NET 1.2.2.5.9
- Oracle Deployment Wizard for .NET 1.2.2.5.9
- Oracle Developer Tools for Visual Studio 1.2.2.5.9
- Oracle Java Database Connectivity (JDBC) 1.2.2.5.2
- Oracle Provider for OLE DB (OraOLEDB) 1.2.2.5.10
- Oracle Providers for ASP.NET 1.2.2.5.9
- OraOLEDB (Oracle Provider for OLE DB) 1.2.2.5.10
- ORDER BY clause of SELECT statement 2.6.7
- OR REPLACE clause in DDL statement 4.1
P
- package 5.2
- package body 5.6.1
- package specification 5.6.1
- package subprogram 5.1
- parameter
- See: subprogram parameter
- parse 8.1.2
- PHP (Hypertext Preprocessor) 1.2.2.5.3
- PL/SQL block
- PL/SQL data type 5.4
- PL/SQL identifier 5.3
- PL/SQL language 1.2.2.4
- scalability and 8.1.3
- PL/SQL table
- See: associative array
- PL/SQL unit 1.2.2.4
- PLS_INTEGER data type 5.4
- precompiler
- predefined exception 5.11.1
- handling 5.11.3
- Primary Key constraint 4.2.3.1
- private SQL area 5.9.4
- privileges
- Pro*C/C++ precompiler 1.2.2.5.7
- Pro*COBOL precompiler 1.2.2.5.8
- Procedural Language/SQL (PL/SQL) language 1.2.2.4
- procedure 1.2.1, 5.1
- See also: subprogram
- structure of 5.5.1
- production environment 10.1
- program flow control 5.8
- programming practices, recommended 8.2
- pseudorecord 6.2.1
R
- RAISE_APPLICATION_ERROR procedure 5.11.1
- RAISE statement 5.11.1
- Real-World Performance 8.1.7
- recommended programming practices 8.2
- record 5.9.1
- reducing disk input/output (I/O) 4.2.7
- REF constraint 4.2.3.1
- REF CURSOR type 5.9.7
- REF CURSOR variable
- See: cursor variable
- Refresh icon
- RENAME statement 4.3.3
- Rename tool 4.3.3
- resetting password of HR account 2.3.1
- resource exhaustion 8.1.1
- retrieving results one row at a time 5.9.4
- RETURN clause of function 5.5.1
- RETURN statement 5.5.1
- return type
- reversing transaction 3.4
- Rollback Changes icon 3.4
- ROLLBACK statement 3.4
- rolling back transaction 3.4
- row
- row-level trigger 6.1
- Runstats tool 8.1.6, 8.1.6.1
- runtime error
- See: exception
- Run tool 5.5.5
S
- sample application
- sample schema HR
- See: HR sample schema
- SAVEPOINT statement 3.5
- scalable application 8.1.1
- schema 1.2
- schema-level subprogram
- See: standalone subprogram
- schema object 1.2
- script
- See: installation script
- searched CASE expression 2.6.9.9
- searched CASE statement 5.8.3
- security
- selecting table data
- SELECT INTO statement 5.7.4.2
- See also: assignment operator
- SELECT statement
- semantics
- sequence 4.4
- sequential control statement 5.8.1
- serializable transaction 8.1.4
- set-based processing 8.1.7.2
- setting savepoints in transaction 3.5
- shared SQL 8.1.4.4
- short date (DS) format 7.5.4
- signature of subprogram 5.5.1
- simple CASE expression 2.6.9.9
- simple CASE statement 5.8.3
- simple trigger 6.1
- single-line comment in PL/SQL code 5.5.1
- soft parse 8.1.2
- sorting
- sparse associative array 5.10.2
- SQL*Plus 1.2.2.1
- SQL cursor (implicit cursor) 5.9.4
- SQL data type 4.2.1
- SQL Developer 1.2.2.2
- SQL expression in query 2.6.9
- SQL injection attack 8.1.2
- SQL language 1.2.2.3
- SQL national data types 7.1.8
- standalone subprogram 5.1
- statement-level trigger 6.1
- example 6.2.2
- statistical function 2.6.9.7
- statistics
- stored query
- See: view
- stored subprogram 5.1
- strongly typed cursor variable 5.9.7
- strong REF CURSOR type 5.9.7
- struct type
- See: record
- Structured Query Language (SQL) 1.2.2.3
- subprogram 5.1
- subprogram parameter
- subquery 2.6.1
- subscript notation 5.10.1
- subtype 5.4
- synonym 4.5
- See also: alias
- SYS_REFCURSOR predefined type 5.9.7
- SYSDATE function 2.6.9.5
- system trigger 6.1
- example 6.2.5
- SYSTIMESTAMP function 2.6.9.5
T
- table 4.2
- adding constraint to
- adding row to
- alias for 2.6.8
- changing data in
- creating 4.2.2
- for sample application 9.4.1
- deleting row from
- dropping 4.2.8
- ensuring data integrity in 4.2.3
- index on
- See index 4.2.7
- logical
- See view 4.3
- selecting data from
- selecting specific columns of 2.6.4
- viewing properties and data of
- virtual
- See view 4.3
- territory support 7.1.2
- test environment 10.1
- time format 7.1.3
- timing point of trigger 6.1
- transaction 3.2
- transaction control statement 3.2
- trigger 6.1
- AFTER 6.1
- BEFORE 6.1
- changing 6.3
- compiling 6.5
- compound 6.1
- creating 6.2
- for sample application 9.4.3
- disabled 6.1
- disabling 6.4
- in installation script 10.3.4
- dropping 6.6
- enabled 6.1
- enabling 6.4
- in installation script 10.3.4
- INSTEAD OF 6.1
- example 6.2.4
- invalidated 6.5
- on view 6.2.4
- recompiling 6.5
- row-level 6.1
- simple 6.1
- statement-level 6.1
- example 6.2.2
- system 6.1
- example 6.2.5
- timing point of 6.1