Skip to content

Instantly share code, notes, and snippets.

@reubenjohn
Created March 11, 2016 18:07
Show Gist options
  • Save reubenjohn/7fc095588cfa78a90647 to your computer and use it in GitHub Desktop.
Save reubenjohn/7fc095588cfa78a90647 to your computer and use it in GitHub Desktop.
Starting Oracle and AceQl server
echo off
echo Starting up oracle
net start OracleServiceORCL
net start OracleOraDb11g_home1TNSListener
set ACEQL_HOME=your\path\to\aceql-pro-4.0-bin
echo ACEQL_HOME=%ACEQL_HOME%
echo
echo PATH=%PATH%
echo
echo 'SET PATH=%PATH%;%ACEQL_HOME%\bin
echo
SET PATH=%PATH%;%ACEQL_HOME%\bin
echo PATH=%PATH%
echo About to start AceQL
pause
aceql-server -start -host localhost -port 9090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment