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?



March 03, 2006 07:58:48 #2
 Guna Sagar Challa   Member Since: Visitor    Total Comments: N/A 

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

Hi,

To set the editor for editing sql commands and PL/SQL code at the SQL*Plus (Unix: $sqlplus) enter the following command at ur sql prompt after logging in

define _editor = <path and file name of the exe for the new editor>

Hope this solves ur prob

Cheers,

Guna Sagar Challa

     

 

Back To Question