Hi,
How to execute SQL scripts in an Oracle database with NSIS ?
Any plugin ?
Thanks and sorry for my poor English.
NSIS and Oracle
2 posts
You can use ODBC to connect to the database:
Or you can execute sql scripts using the Oracle commandline commands with Execwait:
Or you can execute sql scripts using the Oracle commandline commands with Execwait: