Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / SQL PLUS Session Environment
 

Prompt This is a demonstration

SQL> SQL> pause Hit the [Enter] key... Hit the [Enter] key... SQL> accept x number - > prompt "Enter a value for x: " Enter a value for x: SQL> define x DEFINE X               =      0 (NUMBER) SQL>