Variables 1. Variables are used to temporarily store the value. 2. Variables are used to storing and manipulating data. Identifier 1. Identifiers are names of variables. 2. Identifiers are used to name any PL/SQL object such as variables, types, cursors, and subprograms. Handling Variables in PL/SQL Declared and initialized in the declarative section. Used and assigned new values in the executab..