sqlplus script

Solutions on MaxInterview for sqlplus script by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "sqlplus script"
Martina
25 Mar 2018
1sqlplus username/password@service	-- OR sqlplus / as sysdba
2 SQL> SELECT sysdate FROM dual;
3 SQL> @C:\Users\folder\script.sql
4-- OR
5 SQL> START C:\Users\folder\script.sql