Forum OpenACS Q&A: Re: Only install a portion of ACS on Oracle 8i

Collapse
Posted by Kevinsky ~ on
Thanks Andrew
We will be using Oracle 8i for a while as upgrading to a newer version of Oracle implies changing other applications as well.

I would like to avoid installing the AOL portion.

What is the first sql command that I would use to install the kernel?

When I look in the
openacs-5.2.3\packages\acs-kernel\sql\oracle package

I dont really know where to start.

Thanks

Collapse
Posted by Don Baccus on
By convention (enforced by our package installer) the script to create the datamodel for a package is named "package-create.sql". In other words, for acs-kernel, use SQL*Plus to execute acs-kernel-create.sql.