Search Results

Search: Posts Made By: 24ajay
2,578
Posted By SriniShoo
output from emp table will be copied onto...
output from emp table will be copied onto /tmp/output.txt with the below

sqlplus -s username/password@dbname <<! > /tmp/output.txt
SET FEED OFF;
SET PAGES 0;
select * from emp;
EXIT;
!
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy