in reply to Re: Run SQL script which contains multiple line statements
in thread Run SQL script which contains multiple line statements
Hi, I've tried with this option
with this, we can able to open sql > command prompt but now how we can pass the .sql file ?system("D:\\oracle\\product\\11.2.0\\client_1\\BIN\\sqlplus.exe userna +me/password\@ServiceName");
but i'm getting few errors.system("D:\\oracle\\product\\11.2.0\\client_1\\BIN\\sqlplus.exe creden +tials @C:\\Users\\namburuk\\Desktop\\CostSettlement_DBScripts\\MI_SCR +_0001_FS_sample.sql");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Run SQL script which contains multiple line statements
by Corion (Patriarch) on Dec 22, 2016 at 09:14 UTC | |
|
Re^3: Run SQL script which contains multiple line statements
by talexb (Chancellor) on Dec 22, 2016 at 14:25 UTC | |
|
Re^3: Run SQL script which contains multiple line statements
by poj (Abbot) on Dec 22, 2016 at 15:56 UTC |