Products | Versions |
---|---|
Spotfire Data Science | 6.x |
Oracle 12c Stored Procedure Installation
Follow the steps below to install Spotfire Data Science stored procedures within an Oracle 12c Database on a Linux server.
Note: These setup instructions assume that an Oracle database is already installed and running.
If the script fails complaining about the the user credentials, run a command like this and specify your own parameters:
/oracle/product/12.1.0/db_1/bin/sqlplus SYS/oracle@oracle12c:1521/orcl AS SYSDBA < alpine_miner_setup_oracle.sql;
# where "SYS/oracle" is the username/password; "oracle12c" is the hostname of the Oracle server; 1521 is the port number; "orcl" is the database name.