Git Product home page Git Product logo

Comments (19)

odinserj avatar odinserj commented on July 27, 2024

πŸ‘

from ci.

luisrudge avatar luisrudge commented on July 27, 2024

infinite πŸ‘

from ci.

fbassani avatar fbassani commented on July 27, 2024

πŸ‘

from ci.

sbohlen avatar sbohlen commented on July 27, 2024

+1; this would be both easy and highly beneficial for lots of us with integration tests that want / need to hit an Oracle target!

from ci.

luisrudge avatar luisrudge commented on July 27, 2024

Any news on this? :)

from ci.

FeodorFitsner avatar FeodorFitsner commented on July 27, 2024

Haven't looked into that yet, sorry.

from ci.

luisrudge avatar luisrudge commented on July 27, 2024

Any ETA? :)

from ci.

hazzik avatar hazzik commented on July 27, 2024

πŸ‘

from ci.

nicolas-grekas avatar nicolas-grekas commented on July 27, 2024

Doing this should be just a matter of downloading e.g. OracleXE112_Win32.zip and running
setup.exe /s /f1"response\OracleXE-install.iss"
Any plan to add this soon?

from ci.

FeodorFitsner avatar FeodorFitsner commented on July 27, 2024

Is it unattended setup?

from ci.

nicolas-grekas avatar nicolas-grekas commented on July 27, 2024

Not sure, I'm not used to Windows... Looks like it's something like "InstallShield Silent" (thus .iss file).

from ci.

pmadhur avatar pmadhur commented on July 27, 2024

@FeodorFitsner. yes it is an unattended setup. I could install OracleXE 11g R2 64bit. See here.

All you need to specify in OracleXE-install.iss file is the install path and the password for system user. See here

Right now I do very complicated way of downloading and installing. Life would be easier if AppVeyor supports it.

Thanks.

from ci.

FeodorFitsner avatar FeodorFitsner commented on July 27, 2024

I see it's been installed in ~3 min. Not bad, right? How much does it take in installed state?

from ci.

pmadhur avatar pmadhur commented on July 27, 2024

You mean how much time the build would take? If its already installed, then probably under 2 minutes.

from ci.

FeodorFitsner avatar FeodorFitsner commented on July 27, 2024

I meant how much of disk space does it take?

from ci.

pmadhur avatar pmadhur commented on July 27, 2024

setup.exe (OracleXE 11g R2 64bit) ~ 317 MB
oracle installation folder ~ 2 GB

from ci.

nicolas-grekas avatar nicolas-grekas commented on July 27, 2024

Note that if the defaults are good to you (install in c:\oraclexe, password oraclexe), installing in unattended mode is just 3 lines in appveyor.yml:

  - appveyor DownloadFile ...somewhere.../OracleXE112_Win64.zip
  - 7z x OracleXE112_Win64.zip -y >NUL
  - DISK1\setup.exe /s /f1"DISK1\response\OracleXE-install.iss"

from ci.

jwvolschenk avatar jwvolschenk commented on July 27, 2024

@nicolas-grekas I tried your code, but I just go the following error. Do you have any idea why this occurs on AppVeyor as this same command runs perfectly on a normal windows machine.

Error from: DISK1\setup.exe /s /f1"DISK1\response\OracleXE-install.iss"
Command exited with code -3

from ci.

Giorgi avatar Giorgi commented on July 27, 2024

Any plans for Oracle support?

from ci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.