| Server configuration | ||||||||||
In order to install QLR Manager, you will need to know the Oracle database reference name found in the TNSNAMES.ORA file that you will define to contain the schema which will run QLR Manager. It may also be necessary that your PHP application server be running an Oracle client (such as an instance of SQL Plus) in order for QLR Manager to resolve the reference name into it's network address. |
||||||||||
| Running the install program | ||||||||||
|
Prior to running the install program, we recommend you read the General Installation help information. Once the QLR Manger files have been copied onto your application server, the install program can be run by invoking a URL that references install.html. Install.html is found in the main directory of the directories you established when you loaded QLR Manager to your application server. |
||||||||||
|
||||||||||
Even if you don't grant access to create/update the qlr.ini file, the information needed to populate this file will be displayed on the install status page (see below) and you can manually copy and paste this data into the qlr.ini file. There are only a few steps to the install process: |
||||||||||
|
||||||||||
| Existing ID to perform the install | ||||||||||
| In order to perform the installation, you must specify an ID that exists in your database which has sufficient authority to execute the install. This ID needs the authority to be able to: | ||||||||||
|
||||||||||
In order to connect to the database to perform the installation, you must also provide the password for the installation ID. |
||||||||||
| New or existing schema | ||||||||||
You must decide on the schema where QLR Manager tables will reside. It is recommended that a separate schema be established for the QLR Manager tables, but it is not mandatory to do so. |
||||||||||
| Defining tablespaces for a new schema | ||||||||||
When creating a new schema, the tablespaces for permanent and temporary data storage must be defined. You can either create new tablespaces, or use existing tablespace. Note: It is highly recommended you create a new Permanent tablespace for the schema that will house the QLR Manager tables. This is especially true if you have decided to use the database to store the page content created by the QLR Manager, as peak load usage may exceed tablespace limits for existing permanent tablespace configurations. This should not be a problem for your temporary tablespace, so using an existing temporary tablespace should not present a problem. The datapath displayed for where the tablespaces will reside on disk is determined by examining the datapath for your SYSTEM tablespace. The filename created for newly created tablespaces is the datapath + the new schema name + '01.dbf'. |