Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run .sql script from Linux directory path utilizing SQL*Plus based on Windows 7 client

emssApr 1 2014 — edited Apr 1 2014

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?


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2014
Added on Apr 1 2014
5 comments
1,112 views