GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Oracle

 Print  |  
Question:  how can i set an editor in oracle for writing queries/pl/sql code?



April 04, 2006 05:17:10 #3
 jagadishVarodia   Member Since: Visitor    Total Comments: N/A 

RE: how can i set an editor in oracle for writing quer...
 

For time being type below command at sql prompt

SQL>define_editor=vi

You can add export EDITOR=vi in .profile and logou/login for permament change

Hope this will solve it

     

 

Back To Question