as per this tutorial oracle, trying set application use oracle membership, role , state providers. while in process of setting membership, using asp.net admin tool, following error when clicking on "security" tab:
ora-06550: line 1, column 15: pls-00201: identifier 'ora_aspnet_mem_getallusers' must declared ora-06550: line 1, column 7: pl/sql: statement ignored
i can confirm identifier in fact exist in db.
i using exact same credentials membership provider rest of site , when connection sql developer.
if wondering, solution first following steps outlined here
grant privileges new database user can create schema , store web site state asp.net providers: set object type user , set user aspnet_db_user (or user of choice). required privileges include:
- change notification
- create job
- create procedure
- create public synonym
- create role
- create session
- create table
- create view
- drop public synonym
- unlimited tablespace
Comments
Post a Comment