I am trying to run a diagnostics script MyScript.sql located in a Linux directory path: /u01/appl_main/appluat_base/apps_st/appl/ap/12.0.0/patch/115/sql/MyScript.sql .
SQL*Plus is located on my desktop, Window 7 operating system.
Normally, I simply move MyScript.sql to a local directory C:\Ora_Scripts and run with @C:\Ora_Scripts\My.Script.sql .
How do I execute the /u01/appl_main/appluat_base/apps_st/appl/ap/12.0.0/patch/115/sql/MyScript.sql in the Win7?