Search Results

Search: Posts Made By: balajesuri
6,068
Posted By balajesuri
Put the sql commands in a file, say file.sql, and...
Put the sql commands in a file, say file.sql, and call the file as below:

user@host~>cat file.sql
desc user_tables;
user@host~>echo exit | sqlplus -S user/password @file.sql
Name ...
Showing results 1 to 1 of 1

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