Hello Steve,
I've seen, you committed the initial code of database objects for the
lokahi project. I'm interested in the project, so I wanted to have a
look at it. But during setup the database objects I got a compilation
error from the script functions.sql. I got following message from the
command 'show errors':
[EMAIL PROTECTED]> show errors
Errors for FUNCTION F_GET_ADMIN_INFO:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PL/SQL: Compilation unit analysis terminated
2/8 PLS-00201: identifier 'BI_LIST' must be declared
The declaration of the type BI_LIST is missing and the function
f_get_admin_info will not work.
May you forget to commit the declaration of this type in svn? What can I
do to set up the database objects properly?
The other scripts didn't throw any errors, every was fine.
Greetings
Nicola Flucke