PL/SQL Notes: Declare Begin Exception END
PL/SQL Notes: Declare Begin Exception END
A PL/SQL block is defined by the keywords DECLARE, BEGIN, EXCEPTION, and END.
- - Comments
A PL/SQL block can be submitted to an interactive tool (such as SQL*Plus or Enterprise Manager)
or embedded in an Oracle Precompiler or OCI program. The interactive tool or program executes
the block only once. The block is not stored in the database.
A named PL/SQL blocka subprogramcan be invoked repeatedly.
A block that is not stored in the database is called an anonymous block, even if it has a label.
C:\app\fujitsu
= default Oracle base location (fujitsu is the name of the
user)
C:\app\fujitsu\product\11.2.0\dbhome_1
= default Oracle home
C:\app\fujitsu\oradata
= default Oracle file location here are the database
files
Administrative password represents the initial password for SYS, SYSTEM, SYSMAN and DBSNMP
administrator account.