0% found this document useful (0 votes)
38 views

PL/SQL Notes: Declare Begin Exception END

A PL/SQL block is defined by keywords and can be submitted interactively or embedded in a program, executing only once unless it is a named block stored in the database. The document also notes default Oracle installation locations and that the administrative password represents initial passwords for key administrator accounts.

Uploaded by

Iordache Iasmina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

PL/SQL Notes: Declare Begin Exception END

A PL/SQL block is defined by keywords and can be submitted interactively or embedded in a program, executing only once unless it is a named block stored in the database. The document also notes default Oracle installation locations and that the administrative password represents initial passwords for key administrator accounts.

Uploaded by

Iordache Iasmina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

PL/SQL Notes

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.

You might also like