मैं SQL क्वेरी को SQL*Plus पर पाइप करके चलाने में सक्षम हूँ:
@echo select count(*) from table; | sqlplus username/example@sqldat.com
दें
@echo execute some_procedure | sqlplus username/example@sqldat.com
एक कोशिश।
मैं SQL क्वेरी को SQL*Plus पर पाइप करके चलाने में सक्षम हूँ:
@echo select count(*) from table; | sqlplus username/example@sqldat.com
दें
@echo execute some_procedure | sqlplus username/example@sqldat.com
एक कोशिश।