Forum OpenACS Q&A: RE: Problem adding groups. oacs 4.5.0

Collapse
Posted by Jay Dubanik on
My system: OpenACS rev.4.5.0-released, Oracle 8.1.7 I'm also getting same error.

1.I get this error when trying to create a new group for a Group Type "Application Groups"
2. I get this error when trying to create a new group for a Group Type which I created.
3. This error does not occure when creating a new group for "Groups" Group Type.

Error log



ora8.c:3568:ora_tcl_command: error in `OCIStmtExecute ()': ORA-06550: line 4, column 13:
PLS-00306: wrong number or types of arguments in call to 'NEW'
ORA-06550: line 4, column 7:
PL/SQL: Statement ignored

SQL: 
      
    BEGIN
      :1 := mygrptype.new(context_id       => :context_id,
                                      group_id         => :group_id,
                                      creation_user    => :creation_user,
                                      creation_ip      => :creation_ip,
                                      group_name       => :group_name
      );
    END; 
    
      
    while executing
"ns_ora exec_plsql_bind nsdb0 {
      
    BEGIN
      :1 := mygrptype.new(context_id       => :context_id,
                                      group..."
    ("uplevel" body line 1)
    invoked from within
"uplevel $ulevel [list ns_ora $type $db $sql] $args"