Home » SQL & PL/SQL » SQL & PL/SQL » Re: create sql extention on notepad
Re: create sql extention on notepad [message #20276] Fri, 10 May 2002 07:03
christina
Messages: 9
Registered: November 2001
Junior Member
If you are on a Unix box.
vi azad.sql
press "i"
cut the contents of your notepad and to paste those contents to your file press <SHIFT + INSERT> key.Now all of your notepad contents would be in this file on the unix box.
press esc key and then press":wq"
:wq will save this sql file and then you can run it file by doing this.

sqlplus scott/tiger @azad.sql

Christi
Previous Topic: Re: error to SET AUTO TRACE ON
Next Topic: Can I change the value of certain field in a BEFORE INSERT trigger?
Goto Forum:
  


Current Time: Thu Apr 25 15:37:39 CDT 2024