Link to home
Start Free TrialLog in
Avatar of gla
gla

asked on

sqlplus environment variables

I have the following problem

in sqlplus command line I execetute the following

set heading off;

and the system not result to me the column headers;


I dont know the environment variable that not result to me for example "no rows select";


any idea;


George
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gla
gla

ASKER

slightwv Yes you understand my question. And I accept you answer!
I am sorry for my english.
To see the column headings:


Set linesize 10000
Set pagesize 500
set trimspool on
Set heading on
Set echo on
set underline '-'


Never apologize for bad English.  I can guarantee your English is 100% better than my attempt at any other language.