| Oracle® Database Backup and Recovery Reference 10g Release 2 (10.2) Part Number B14194-03 | 
 | 
| 
 | View PDF | 
This view lists information about individual lines of stored scripts in the recovery catalog. The view contains one row for each line of each stored script.
| Column | Datatype | Description | 
|---|---|---|
| DB_KEY | NUMBER | The primary key for the database that owns this stored script. Use this column to form a join with almost any other catalog view. | 
| SCRIPT_NAME | VARCHAR2(100) | The name of the stored script. | 
| LINE | NUMBER | The number of the line in the stored script. Each line of a stored script is uniquely identified by SCRIPT_NAMEandLINE. | 
| TEXT | VARCHAR2(1024) | The text of the line of the stored script. |