Skip Headers

Oracle® OLAP DML Reference
10g Release 1 (10.1)

Part Number B10339-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

UNHIDE

The UNHIDE command unhides the text of a program that has been made invisible by using the HIDE command. To use UNHIDE, you must know the seed expression that was used with the HIDE command when the program was hidden.

Syntax

UNHIDE prog-name seed-exp

Arguments

prog-name

The name of a program whose text has been made invisible by using the HIDE command. Do not enclose the program name in quotes.

seed-exp

The single-line text expression that was used in the HIDE command when "prog-name" was hidden. The seed expression must be byte-for-byte the same value as you used in the HIDE command. Also, since the seed expression is case-sensitive, specify uppercase and lowercase characters carefully.

Notes


Forgetting the Seed Expression

When you want to use the UNHIDE command on a program but you have forgotten the seed expression, you can call Oracle OLAP Products Technical Support for help in solving your problem. Before calling, make a connection to Oracle OLAP from OLAP Worksheet, and in Oracle OLAP, attach the analytic workspace that contains the hidden program.

Examples

Example 24-21 Unhiding Program Text

The following example unhides the text of a program called sales_rpt. The seed expression crystal was used when the program was hidden using HIDE.

UNHIDE sales_rpt 'crystal'