Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
Compile Error « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
Compile Error
1.
Check the error
2.
Check error for procedure
3.
Check error form stored procedure
4.
PLS-00306: wrong number or types of arguments in call
5.
PLS-00363: expression '3' cannot be used as an assignment target
6.
Set the PLSQL_WARNING level to DISABLE:ALL
7.
This example illustrates the PLS-483 error
8.
This package will not compile because the specification and body do not match.
9.
Build an anonymous block that will trigger an error.
10.
how DDL doesn't work with PL/SQL