I am new here and this is my first post, so please be kind ;)
I have created some tables on a dashDB instance on Bluemix using Infosphere Data Architect. No problem with that. I also loaded some seed data from excel spreadsheets into these tables from the Bluemix web console for dashdb.
I then connected to the same dashdb instance using IBM Data Studio. I can view the tables I created and the data in them. No problem again.
Next step, I created a PL/SQL package in Data Studio to manipulate the data in the tables. I created the package spec and body, but when I tried to deploy the package on the database, I got the following error:
Deploy [FitBit Demo]DASH5664.PKG_ETL_CONTROL
Running
DASH5664.PKG_ETL_CONTROL - Deploy started.
Create PL/SQL Package Specification returns SQLCODE: -104, SQLSTATE: 42601.
DASH5664.PKG_ETL_CONTROL: 1: An unexpected token "PACKAGE" was found following "CREATE OR REPLACE ". Expected tokens may include: "VIEW".. SQLCODE=-104, SQLSTATE=42601, DRIVER=4.18.60
An unexpected token "PACKAGE" was found following "CREATE OR REPLACE ". Expected tokens may include: "VIEW".. SQLCODE=-104, SQLSTATE=42601, DRIVER=4.18.60
DASH5664.PKG_ETL_CONTROL - Deploy failed.
DASH5664.PKG_ETL_CONTROL - Roll back completed successfully.
Any clues on why I am unable to deploy the code? Thanks!!