ORA « PL SQL Programming « Oracle PL/SQL Tutorial

Oracle PL/SQL Tutorial
1. Introduction
2. Query Select
3. Set
4. Insert Update Delete
5. Sequences
6. Table
7. Table Joins
8. View
9. Index
10. SQL Data Types
11. Character String Functions
12. Aggregate Functions
13. Date Timestamp Functions
14. Numerical Math Functions
15. Conversion Functions
16. Analytical Functions
17. Miscellaneous Functions
18. Regular Expressions Functions
19. Statistical Functions
20. Linear Regression Functions
21. PL SQL Data Types
22. PL SQL Statements
23. PL SQL Operators
24. PL SQL Programming
25. Cursor
26. Collections
27. Function Procedure Packages
28. Trigger
29. SQL PLUS Session Environment
30. System Tables Data Dictionary
31. System Packages
32. Object Oriented
33. XML
34. Large Objects
35. Transaction
36. User Privilege
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Oracle PL/SQL Tutorial » PL SQL Programming » ORA 
24. 28. ORA
24. 28. 1. ORA_CLIENT_IP_ADDRESS returns the client IP address as a VARCHAR2 datatype.
24. 28. 2. ORA_DES_ENCRYPTED_PASSWORD returns the DES-encrypted password as a VARCHAR2 datatype
24. 28. 3. ORA_DICT_OBJ_NAME returns an object name as a VARCHAR2 datatype
24. 28. 4. ORA_DICT_OBJ_NAME_LIST: list of object names touched by the triggering event.
24. 28. 5. ORA_DICT_OBJ_OWNER returns an owner of the object acted upon by the event as a VARCHAR2 datatype.
24. 28. 6. ORA_DICT_OBJ_OWNER_LIST returns the number of elements in the list indexed by a PLS_INTEGER datatype.
24. 28. 7. ORA_DICT_OBJ_TYPE returns the datatype of the dictionary object changed by the event as a VARCHAR2 datatype.
24. 28. 8. ORA_GRANTEE returns the number of elements in the list indexed by a PLS_INTEGER datatype.
24. 28. 9. ORA_INSTANCE_NUM returns the current database instance number as a NUMBER datatype.
24. 28. 10. ORA_IS_ALTER_COLUMN returns a true or false value as a BOOLEAN datatype
24. 28. 11. ORA_IS_CREATING_NESTED_TABLE returns a true or false value as a BOOLEAN datatype when you create a table with a nested table.
24. 28. 12. ORA_LOGIN_USER function returns the current schema name as a VARCHAR2 datatype.
24. 28. 13. ORA_PRIVILEGE_LIST returns the number of elements in the list indexed by a PLS_INTEGER datatype.
24. 28. 14. ORA_SERVER_ERROR returns an error number as a NUMBER datatype.
24. 28. 15. ORA_SERVER_ERROR_MSG returns an error message text as a VARCHAR2 datatype.
24. 28. 16. ORA_SYSEVENT function returns the system event that was responsible for firing the trigger as a VARCHAR2 datatype.
24. 28. 17. ORA_WITH_GRANT_OPTION returns a true or false value as a BOOLEAN datatype.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.